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.2
4+
5+ ** Release date:** 2026-03-12
6+
7+ This patch release fixes reconciliation queue behavior for source watch events
8+ while a HelmRelease is already reconciling the watched revision. It also comes
9+ with Helm 4.1.3, which fixes a Go templates bug where the YAML document separator
10+ ` --- ` could be concatenated to ` apiVersion ` as ` ---apiVersion ` , and introduces
11+ the ` DefaultToRetryOnFailure ` feature gate to improve the experience when
12+ ` CancelHealthCheckOnNewRevision ` is enabled by ensuring canceled HelmReleases
13+ do not get stuck when no retry strategy is configured.
14+
15+ Fixes:
16+ - Fix enqueing the same revision while reconciling
17+ [ #1430 ] ( https://github.com/fluxcd/helm-controller/pull/1430 )
18+
19+ Improvements:
20+ - Introduce ` DefaultToRetryOnFailure ` feature gate
21+ [ #1431 ] ( https://github.com/fluxcd/helm-controller/pull/1431 )
22+ - Update fluxcd/pkg dependencies
23+ [ #1436 ] ( https://github.com/fluxcd/helm-controller/pull/1436 )
24+
325## 1.5.1
426
527** Release date:** 2026-02-27
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.1
8+ newTag : v1.5.2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ replace (
1717require (
1818 github.com/Masterminds/semver/v3 v3.4.0
1919 github.com/fluxcd/cli-utils v0.37.2-flux.1
20- github.com/fluxcd/helm-controller/api v1.5.1
20+ github.com/fluxcd/helm-controller/api v1.5.2
2121 github.com/fluxcd/pkg/apis/acl v0.9.0
2222 github.com/fluxcd/pkg/apis/event v0.24.1
2323 github.com/fluxcd/pkg/apis/kustomize v1.15.1
You can’t perform that action at this time.
0 commit comments