Flux | v2.7.0

Flux v2.7.0 released on 30-09-2025


Flux v2.7.0 is out now. This release introduces significant new features, including the general availability of Image Automation APIs and support for remote cluster authentication.

Users need to visit the product GitHub or official pages for more information.

What’s in this release

  • General availability release of the Image Automation APIs (`ImagePolicy`, `ImageRepository`, `ImageUpdateAutomation`).
  • Support for remote cluster authentication using Workload Identity.
  • Enhancements to Kustomization and HelmRelease functionalities.

Upgrade notes

  • The Flux APIs `v1beta1` and `v2beta1` have been removed from the CRDs; run the `flux migrate` command before upgrading.
  • For details on the upgrade procedure, refer to the Flux v2.7 upgrade guide.

We invite users to share their comments on their experience with this release.

Related posts

Grafana | v12.4.3

Grafana v12 4 3: keeps internal dashboard ID, updates Go to 1 25 9, fixes Enterprise reporting with appSubURL, documents Alertmanager HA metrics prefix change

AdGuard Home | v0.107.74

AdGuard Home v0 107 74: maintenance release with security updates, Go toolchain fixes, new DoH config and schema 34, bug fixes and stability improvements

Self-hosted automation: designing for reproducible builds

A dark lab build only works when the same input gives the same image every time, and an automated build pipeline is only useful if it is boring in all the right places. Pin everything, trust nothing...