Skip to main content
Each release is published to oci://registry.falkordb.cloud/falkordb/falkordb-enterprise. See Compatibility matrix for the subchart versions that ship with each release, and Upgrade FalkorDB Enterprise for the upgrade procedure.
stable
August 13, 2026

Added

  • Scheduling policy support for deployments. Node selectors and tolerations can be set per component for FalkorDB, Sentinel, and shards, from the deployment wizard and from the Admin Server API.
  • Administrators can reset a user’s password.

Changed

  • The falkordb-browser subchart moves from 2.0.9 to 2.4.0. It now reads global.imageRegistry, so the umbrella chart no longer overrides falkordb-browser.image.repository. Mirrored registries need falkordb-browser:v2.4.0 before upgrading.
  • The csi-s3 subchart moves from 0.43.4 to 0.43.7.

Fixed

  • csi-s3 and csi-driver-nfs images updated to clear reported vulnerabilities.
stable
August 12, 2026

Breaking changes

  • First-party images and the Helm chart are published to registry.falkordb.cloud instead of ghcr.io. Existing image pull secrets, mirror configurations, and any pinned ghcr.io image references have to be updated. See Migrate from 0.3 to 0.4.
  • The chart no longer injects a default image registry through the installer. The registry comes from the chart’s own global.imageRegistry value, so a registry supplied through -f values.yaml is no longer outranked.

Added

  • Publish summary scripts for the enterprise database image.

Fixed

  • Helm upgrades read the release revision correctly and wait for addon definitions to reconcile before continuing.
  • Admin UI: max uptime renders as a readable duration, memory metrics agree between tabs, and small non-zero CPU and memory percentages are no longer rounded away.
stable
August 11, 2026

Added

  • Scripts to collect, mirror, and verify the third-party images the chart pulls, for air-gapped and mirrored-registry installations.

Changed

  • The FalkorDB addon subchart moves from 1.7.1 to 1.7.2.
  • The dm-sql-to-falkordb subchart moves from 1.1.2 to 1.1.6.
stable
August 10, 2026

Added

  • External DNS support, including per-pod DNS records and configuration from the standalone and sharded deployment wizards.
  • A confirmation dialog for starting and stopping a deployment.

Changed

  • The FalkorDB addon subchart moves to 1.7.1.
  • User-facing terminology changed from “cluster” to “deployment”.

Fixed

  • Deployments stuck in Pending can be updated, so a failed create no longer strands them.