Flux v2.8.8

v2.8.8
Added 1
  • Add support for GCP sovereign cloud artifact registries in source-controller and image-reflector-controller
Changed 2
  • Move Helm back to upstream v4.2.0
  • Upgrade Kubernetes to 1.36.1
Fixed 6
  • Add configurable HTTP timeout for artifact fetching to prevent indefinite blocks in helm-controller
  • Fix unbounded memory growth caused by Kubernetes client transport retry wrapper accumulating on every reconcile in helm-controller
  • Stop force-applying non-CRD objects placed under a chart's crds/ directory in helm-controller
  • Fix Helm test action failing to find releases with names longer than 53 characters in helm-controller
  • Improve path handling in source reconcilers in source-controller
  • Support Helm semver build-metadata encoding in OCIRepository tags in source-controller
Security 1
  • Update go-git to v5.19.1 to fix CVE-2026-45571 and CVE-2026-45570
Highlights

Flux v2.8.8 is a patch release that includes CVE fixes via go-git v5.19.1 (source-controller, image-automation-controller), reliability fixes in helm-controller and source-controller, the move of Helm back to upstream v4.2.0, support for GCP sovereign cloud artifact registries, and dependency updates. Users are encouraged to upgrade for the best experience.

ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.

Fixes:

  • Add a configurable HTTP timeout for artifact fetching, preventing fetches that could block indefinitely and stall reconciliations (helm-controller)
  • Fix unbounded memory growth caused by a Kubernetes client transport retry wrapper accumulating on every reconcile (helm-controller)
  • Stop force-applying non-CRD objects placed under a chart's crds/ directory (helm-controller)
  • Fix the Helm test action failing to find releases with names longer than 53 characters (helm-controller)
  • Improve path handling in the source reconcilers (source-controller)
  • Support Helm semver build-metadata encoding in OCIRepository tags (source-controller)

Improvements:

  • Update go-git to v5.19.1 which fixes CVE-2026-45571 and CVE-2026-45570 (source-controller, image-automation-controller)
  • Move Helm back to upstream v4.2.0 (source-controller, helm-controller)
  • Add support for GCP sovereign cloud artifact registries (source-controller, image-reflector-controller)
  • Upgrade Kubernetes to 1.36.1 (source-controller, helm-controller)
  • Update fluxcd/pkg dependencies
Components changelog
CLI changelog

Full Changelog: https://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8

View original

Upgraded? How did it go?

Discussion