File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.4
4+
5+ ** Release date:** 2026-04-21
6+
7+ This patch release fixes a post-renderer conflict between overlapping hooks
8+ and templates, and preserves line endings in ` SplitManifests ` for downstream
9+ YAML parsers. It also ensures force-replace is ignored when server-side apply
10+ is enabled.
11+
12+ Fixes:
13+ - Ignore force replace when server-side apply is enabled
14+ [ #1456 ] ( https://github.com/fluxcd/helm-controller/pull/1456 )
15+ - Fix post-renderer conflict of overlapping hooks and templates
16+ [ #1461 ] ( https://github.com/fluxcd/helm-controller/pull/1461 )
17+
318## 1.5.3
419
520** Release date:** 2026-03-16
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v1.5.3
8+ newTag : v1.5.4
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ replace (
2020require (
2121 github.com/Masterminds/semver/v3 v3.4.0
2222 github.com/fluxcd/cli-utils v0.37.2-flux.1
23- github.com/fluxcd/helm-controller/api v1.5.3
23+ github.com/fluxcd/helm-controller/api v1.5.4
2424 github.com/fluxcd/pkg/apis/acl v0.9.0
2525 github.com/fluxcd/pkg/apis/event v0.24.1
2626 github.com/fluxcd/pkg/apis/kustomize v1.15.1
You can’t perform that action at this time.
0 commit comments