Skip to content

v0.24.7

Choose a tag to compare

@mahimairaja mahimairaja released this 10 Aug 22:45
· 126 commits to main since this release

Docker Images

Published to Docker Hub:

  • mahimairaja/voicegateway:0.24.7
  • mahimairaja/voicegateway:latest
  • mahimairaja/voicegateway-dashboard:0.24.7
  • mahimairaja/voicegateway-dashboard:latest

Built for linux/amd64 and linux/arm64.

Quick Start

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

See docs.voicegateway.dev for full documentation.

What's Changed

  • Stop the appendix reading as a description of the run by @mahimairaja in #230
  • Count distinct findings in the profile headlines, not rows by @mahimairaja in #231

Full Changelog: v0.24.6...v0.24.7