v0.22.3
mahimailabs/voicegatewayv0.22.3Aug 5, 2026by mahimairaja
AI Summary
Adds a configuration option to load scrape targets from a file, allowing for dynamic updates without restarting the service.
Key Highlights
- Scrape targets can now be loaded from a file
- Targets are re-read on every tick
New Features
- File-based scrape targets configuration
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.22.3` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.22.3` - `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.22.3 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Let scrape targets come from a file, re-read every tick by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/213 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.22.2...v0.22.3