Dvara 1.5.0
Reference example stacks updated for Dvara 1.5.0.
Changes
- Version bump — all Docker Compose stacks (
quick-start,multi-provider,ollama,full,with-email) now pinghcr.io/dvarahq/dvara-*:1.5.0. - License key now optional —
.env.exampleships withDVARA_LICENSE_KEY=blank: blank runs Community Edition; set aDVARA-signed envelope for Enterprise. - Kubernetes image path fix — corrected the image repository to
ghcr.io/dvarahq/dvara-llm-gateway/dvara-flightdeck(removed the stray/dvara/path segment) in the DOKS, GKE, multi-region, and single-tenant values.
Pull with docker compose pull after copying .env.example → .env.
Changelog
1.5.0
- Version bump — all Docker Compose stacks pin
ghcr.io/dvarahq/dvara-*:1.5.0. - License key now optional —
.env.exampleships blank (DVARA_LICENSE_KEY=): blank runs Community Edition; set aDVARA-signed envelope for Enterprise. - Kubernetes image path fix — corrected the repository to
ghcr.io/dvarahq/dvara-llm-gateway/dvara-flightdeck(removed the stray/dvara/path segment) across the DOKS, GKE, multi-region, and single-tenant values.
1.4.0
- Version bump
1.3.0→1.4.0across all Compose stacks, Kubernetes/Helm recipes, the DigitalOcean recipe, and the jbang GKE tooling. - Removed stale "once cut" wording from the DOKS recipe so its pinning guidance matches the GKE recipe.
1.3.0
- Version bump
1.2.5→1.3.0. - Added the A2A governance plane (
dvara-a2a-gateway, port 8075) to thefullCompose stack — it now demos all four planes (gateway + admin UI + MCP proxy + A2A proxy + PostgreSQL).
1.2.5 · 1.2.4 · 1.2.3 · 1.2.2 · 1.2.1
- Routine version bumps — each pins all Compose stacks, Kubernetes recipes, the DigitalOcean recipe, and the jbang tooling to the matching Dvara patch release.
1.2.0
- Version bump to
1.2.0. - Config hot-reload docs moved from PostgreSQL
NOTIFY/LISTENto config-version polling (dvara.config.poll-interval-ms), which is pooler-agnostic. - Grafana infrastructure dashboard metrics renamed to
gateway_config_poller_*to match the new polling mechanism.
1.1.0
- Version bump to
1.1.0across the Compose stacks and Kubernetes/Helm recipes.
1.0.1
- Bumped image pins
1.0.0→1.0.1across Docker Compose, Kubernetes, and DigitalOcean examples. - Added the release ↔ Dvara version compatibility table to the root README.
1.0.0-GA
- First general-availability release of the reference examples: Docker Compose stacks, cloud deploy recipes (DigitalOcean, Fly.io, Railway, Render, Kubernetes), gateway YAML configs, getting-started samples (Python/Node.js), SDK integrations, streaming demos, and observability dashboards.