Skip to content

Dvara 1.5.0

Choose a tag to compare

@grabdoc grabdoc released this 23 Jul 09:06

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 pin ghcr.io/dvarahq/dvara-*:1.5.0.
  • License key now optional.env.example ships with DVARA_LICENSE_KEY= blank: blank runs Community Edition; set a DVARA- 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.example ships blank (DVARA_LICENSE_KEY=): blank runs Community Edition; set a DVARA- 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.01.4.0 across 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.51.3.0.
  • Added the A2A governance plane (dvara-a2a-gateway, port 8075) to the full Compose 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/LISTEN to 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.0 across the Compose stacks and Kubernetes/Helm recipes.

1.0.1

  • Bumped image pins 1.0.01.0.1 across 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.