Skip to content

Changelog

All notable changes to the Helm chart and deploy tooling are documented here.

Format based on Keep a Changelog. Versioning: SemVer.

1.4.1 - 2026-08-05

Changed

  • Default container images bumped to 1.4.1 (API, worker, UI)

Fixed

  • appVersion aligned with core v1.4.1: volume delete while attached returns 409 Conflict; UI version label synced with release

No chart template or values schema changes — upgrade by bumping the chart version or overriding image tags.

1.4.0 - 2026-08-05

Changed

  • Default container images bumped to 1.4.0 (API, worker, UI)

Added

  • appVersion aligned with core v1.4.0: template seed dedup, ISO import polling UI, docs/VM-TEMPLATES.md

No chart template or values schema changes — upgrade by bumping the chart version or overriding image tags.

1.3.0 - 2026-08-05

Changed

  • Default container images bumped to 1.3.0 (API, worker, UI)

Added

  • appVersion aligned with core v1.3.0: service offerings CRUD API, /offerings admin UI, service_offering_id persist on VM resize

No chart template or values schema changes — upgrade by bumping the chart version or overriding image tags.

1.2.0 - 2026-08-05

Changed

  • Default container images bumped to 1.2.0 (API, worker, UI)

Added

  • appVersion aligned with core v1.2.0: volume attach/detach API, VM Detail Storage tab, volume delete guard, defaultClass wiring for tenant PVCs

No chart template or values schema changes — upgrade by bumping the chart version or overriding image tags.

1.1.1 - 2026-08-04

Changed

  • Default container images bumped to 1.1.1 (API, worker, UI)

Fixed

  • appVersion aligned with core v1.1.1: VM create pod NIC naming fix, login page layout and theme support, optimized logo PNGs

No chart template or values schema changes — upgrade by bumping the chart version or overriding image tags.

1.1.0 - 2026-08-04

Added

  • Default container images bumped to 1.1.0 (API, worker, UI)
  • Chart icon updated to application favicon

Changed

  • appVersion aligned with core v1.1.0: default VPC (10.0.0.0/16) per tenant, self-service API keys, UI accordion navigation and header menus, Redux client state, dashboard and favicon updates

No chart template or values schema changes — upgrade by bumping the chart version or overriding image tags.

1.0.0 - 2026-08-03

Added

  • IAM release: users, roles, API keys, permission middleware
  • Default container images 1.0.0

0.2.0 - 2026-08-02

Added

  • Public network profile: bridge CNI NAD, configurable IP pool and gateway, optional dnsmasq bridge address
  • platform.networking.public.bridge.address and routePoolViaBridge for host route steering when multiple bridges share a CIDR
  • allowPodNetwork: true default for VM pod + public dual-homed networking
  • MkDocs documentation site published to GitHub Pages /docs/

Changed

  • Platform bridge DaemonSet: optional bridge IP + VM pool host routes via the public bridge
  • Default container images bumped to 0.2.0

Fixed

  • Public VM networking: bridge Multus without host-local IPAM (guest IP via cloud-init pool)

0.1.0 - 2026-08-01

Added

  • Initial Helm chart: API, worker, UI, MySQL
  • Gateway API and Ingress profiles
  • Platform networking values (platform.networking.public, isolated bridge)
  • GitHub Pages Helm repository via chart-releaser
  • Deploy scripts and setup helpers (KubeVirt, Multus, CDI)