Skip to content

Commit 42b9656

Browse files
authored
Merge pull request #1619 from fluxcd/release-v1.8.2
Release v1.8.2
2 parents 5d6a259 + f3b4e7f commit 42b9656

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.2
6+
7+
**Release date:** 2026-03-12
8+
9+
This patch release fixes reconciliation queue behavior for source watch events
10+
while a Kustomization is already reconciling the watched revision.
11+
12+
Fixes:
13+
- Fix enqueing the same revision while reconciling
14+
[#1614](https://github.com/fluxcd/kustomize-controller/pull/1614)
15+
16+
Improvements:
17+
- Fix docs typo
18+
[#1609](https://github.com/fluxcd/kustomize-controller/pull/1609)
19+
- Update fluxcd/pkg dependencies
20+
[#1616](https://github.com/fluxcd/kustomize-controller/pull/1616)
21+
522
## 1.8.1
623

724
**Release date:** 2026-02-27

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.1
8+
newTag: v1.8.2

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.1
22+
github.com/fluxcd/kustomize-controller/api v1.8.2
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

0 commit comments

Comments
 (0)