v0.26.1
mahimailabs/voicegatewayv0.26.1Sep 6, 2026by mahimairaja
AI Summary
This patch release updates Docker images for the VoiceGateway project and fixes an issue in the accounting module to ensure revision activation is handled atomically.
Key Highlights
- Published Docker images for linux/amd64 and linux/arm64 architectures
- Fixed accounting module to make revision activation atomic
- Includes updates for both the main voicegateway and dashboard images
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