File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3
6+
7+ ** Release date:** 2026-04-07
8+
9+ This patch release fixes a race condition where a cancelled reconciliation
10+ could leave stale data in the cache, causing Kustomizations to get stuck.
11+
12+ Fixes:
13+ - Requeue on cancellation to avoid stale cache race condition
14+ [ #1625 ] ( https://github.com/fluxcd/kustomize-controller/pull/1625 )
15+
516## 1.8.2
617
718** Release date:** 2026-03-12
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.2
8+ newTag : v1.8.3
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.2
22+ github.com/fluxcd/kustomize-controller/api v1.8.3
2323 github.com/fluxcd/pkg/apis/acl v0.9.0
2424 github.com/fluxcd/pkg/apis/event v0.24.1
2525 github.com/fluxcd/pkg/apis/kustomize v1.15.1
You can’t perform that action at this time.
0 commit comments