Flux | v2.8.3

Flux v2.8.3 released on 16-03-2026


Flux v2.8.3 is out now. It addresses a regression in helm-controller that caused templating errors for charts containing literal ‘—‘ sequences (YAML document separators, embedded scripts, or certificate blocks), so users who deploy such charts should upgrade.

See the full changelog on GitHub (compare v2.8.2…v2.8.3) for details, and consult the helm-controller v1.5.3 changelog for component-specific fixes.

What’s in this release

  • Fix in helm-controller: resolves templating errors for charts that include literal ‘—‘ sequences (YAML separators, embedded scripts, CAs inside ConfigMaps).
  • helm-controller component updated to v1.5.3; consult the component changelog for details.
  • Minor CLI and toolkit updates: add target branch name to the “update branch” behaviour and update toolkit components (PRs by fluxcdbot).

Upgrade notes

  • Follow the Upgrade Procedure for Flux v2.7+ when moving from v2.6 to avoid upgrade issues: https://github.com/fluxcd/flux2/discussions/5572
  • Check the helm-controller v1.5.3 changelog for any component-specific behaviour changes and review the full changelog (compare) before upgrading.

Share any comments on your upgrade experience or issues you encounter via the Flux GitHub discussions or the issue tracker.

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