Flux | v2.8.6

Flux v2.8.6 released on 21-04-2026


Flux v2.8.6 is out now. Kubernetes operators and GitOps users get targeted bug fixes across multiple controllers and improved Git operation performance.

See the full changelog on GitHub: https://github.com/fluxcd/flux2/compare/v2.8.5…v2.8.6 and follow the Upgrade Procedure for Flux v2.7+ for a smooth migration from v2.6: https://github.com/fluxcd/flux2/discussions/5572

What’s in this release

  • Helm-controller fixes: resolves a post-renderer conflict between overlapping hooks and templates, and now ignores force replace when server-side apply is enabled (helm-controller v1.5.4).
  • Notification-controller fixes: restores forwarding of commit status events for generic providers and tightens GCR Receiver verification by requiring the audience field (will become mandatory in Flux v2.9) (notification-controller v1.8.4).
  • Kustomize and source improvements: adds the MigrateAPIVersion feature gate for migrating resource API versions in managed fields, and upgrades go-git to v5.18.0 to improve Git operation performance (kustomize-controller v1.8.4, source-controller v1.8.3, image-automation-controller v1.1.2).

Upgrade notes

  • Follow the Upgrade Procedure for Flux v2.7+ when moving from v2.6: https://github.com/fluxcd/flux2/discussions/5572.
  • Ensure any GCR Receiver secret includes the audience field before upgrading; the audience requirement will be mandatory in Flux v2.9. If you need to revert, the previous release is v2.8.5.

Share your experience with the upgrade or report issues on the project’s GitHub — feedback helps spot regressions and edge cases early.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes