Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project are documented in this file.

## 1.8.3

**Release date:** 2026-04-07

This patch release fixes a race condition where a cancelled reconciliation
could leave stale data in the cache, causing Kustomizations to get stuck.

Fixes:
- Requeue on cancellation to avoid stale cache race condition
[#1625](https://github.com/fluxcd/kustomize-controller/pull/1625)

## 1.8.2

**Release date:** 2026-03-12
Expand Down
Loading