Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 1.8.2

**Release date:** 2026-03-12

This patch release fixes reconciliation queue behavior for source watch events
while a Kustomization is already reconciling the watched revision.

Fixes:
- Fix enqueing the same revision while reconciling
[#1614](https://github.com/fluxcd/kustomize-controller/pull/1614)

Improvements:
- Fix docs typo
[#1609](https://github.com/fluxcd/kustomize-controller/pull/1609)
- Update fluxcd/pkg dependencies
[#1616](https://github.com/fluxcd/kustomize-controller/pull/1616)

## 1.8.1

**Release date:** 2026-02-27
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v1.8.1
newTag: v1.8.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/cyphar/filepath-securejoin v0.6.1
github.com/dimchansky/utfbom v1.1.1
github.com/fluxcd/cli-utils v0.37.2-flux.1
github.com/fluxcd/kustomize-controller/api v1.8.1
github.com/fluxcd/kustomize-controller/api v1.8.2
github.com/fluxcd/pkg/apis/acl v0.9.0
github.com/fluxcd/pkg/apis/event v0.24.1
github.com/fluxcd/pkg/apis/kustomize v1.15.1
Expand Down
Loading