Skip to content

Commit 942324a

Browse files
authored
Merge pull request #1439 from fluxcd/release-v1.5.2
Release v1.5.2
2 parents 440a3a6 + d679396 commit 942324a

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v1.5.1
8+
newTag: v1.5.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replace (
1717
require (
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

0 commit comments

Comments
 (0)