v0.26.1

anomalyco/opentuiv0.26.1Sep 6, 2026by mahimairaja

AI Summary

A patch release focused on fixing an accounting issue where revision activation is now atomic. Docker images were published to Docker Hub for both the gateway and dashboard.

Key Highlights

  • Docker images published to Docker Hub (linux/amd64 and linux/arm64)
  • Fixed accounting module to make revision activation atomic
  • Quick start command provided for easy deployment

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.26.1`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.26.1`
- `mahimairaja/voicegateway-dashboard:latest`

Built for `linux/amd64` and `linux/arm64`.

## Quick Start

```bash
docker run -p 8080:8080 \
  -v $(pwd)/voicegw-data:/data \
  mahimairaja/voicegateway:0.26.1
```

See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation.


## What's Changed
* fix(accounting): make revision activation atomic by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/277


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.26.0...v0.26.1