Skip to content

Commit 2447764

Browse files
authored
Merge pull request #1425 from fluxcd/release-v1.5.1
Release v1.5.1
2 parents 73872f9 + 1f42f67 commit 2447764

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.5.1
4+
5+
**Release date:** 2026-02-27
6+
7+
This patch release fixes health check logic for StatefulSets during
8+
rolling updates when the Pods are Pending/Unschedulable.
9+
10+
Fixes:
11+
- Fix health check logic for StatefulSets during rolling updates
12+
[#1424](https://github.com/fluxcd/helm-controller/pull/1424)
13+
14+
Improvements:
15+
- Add note about MTTR only for kstatus
16+
[#1416](https://github.com/fluxcd/helm-controller/pull/1416)
17+
- Remove no longer needed workaround for Flux 2.8
18+
[#1420](https://github.com/fluxcd/helm-controller/pull/1420)
19+
320
## 1.5.0
421

522
**Release date:** 2026-02-20

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.0
8+
newTag: v1.5.1

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.0
20+
github.com/fluxcd/helm-controller/api v1.5.1
2121
github.com/fluxcd/pkg/apis/acl v0.9.0
2222
github.com/fluxcd/pkg/apis/event v0.24.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.15.0

0 commit comments

Comments
 (0)