File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 1.8.1
6+
7+ ** Release date:** 2026-02-27
8+
9+ This patch release fixes health check logic for StatefulSets during
10+ rolling updates when the Pods are Pending/Unschedulable.
11+
12+ Fixes:
13+ - Fix health check logic for StatefulSets during rolling updates
14+ [ #1602 ] ( https://github.com/fluxcd/kustomize-controller/pull/1602 )
15+
16+ Improvements:
17+ - Improve docs for ` .spec.force `
18+ [ #1597 ] ( https://github.com/fluxcd/kustomize-controller/pull/1597 )
19+ - Remove no longer needed workaround for Flux 2.8
20+ [ #1595 ] ( https://github.com/fluxcd/kustomize-controller/pull/1595 )
21+
522## 1.8.0
623
724** Release date:** 2026-02-17
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v1.8.0
8+ newTag : v1.8.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/cyphar/filepath-securejoin v0.6.1
2020 github.com/dimchansky/utfbom v1.1.1
2121 github.com/fluxcd/cli-utils v0.37.2-flux.1
22- github.com/fluxcd/kustomize-controller/api v1.8.0
22+ github.com/fluxcd/kustomize-controller/api v1.8.1
2323 github.com/fluxcd/pkg/apis/acl v0.9.0
2424 github.com/fluxcd/pkg/apis/event v0.24.0
2525 github.com/fluxcd/pkg/apis/kustomize v1.15.0
You can’t perform that action at this time.
0 commit comments