Skip to content

Commit 1fbb27f

Browse files
authored
Merge pull request #1603 from fluxcd/release-v1.8.1
Release v1.8.1
2 parents 794b701 + c8fd34b commit 1fbb27f

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
@@ -2,6 +2,23 @@
22

33
All 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

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/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v1.8.0
8+
newTag: v1.8.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)