File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 1.5.1
6
+
7
+ ** Release date:** 2025-02-25
8
+
9
+ This patch release fixes a bug introduced in v1.5.0
10
+ that was causing spurious logging for deprecated API versions
11
+ and sometimes failures on health checks.
12
+
13
+ In addition, all error logs resulting from SOPS decryption
14
+ failures have been sanitised.
15
+
16
+ Fixes:
17
+ - Fix secret value showing up in logs
18
+ [ #1372 ] ( https://github.com/fluxcd/kustomize-controller/pull/1372 )
19
+ - Use lazy restmapper vendored from controller-runtime v0.19
20
+ [ #1377 ] ( https://github.com/fluxcd/kustomize-controller/pull/1377 )
21
+
5
22
## 1.5.0
6
23
7
24
** Release date:** 2025-02-18
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/kustomize-controller
7
7
newName : fluxcd/kustomize-controller
8
- newTag : v1.5.0
8
+ newTag : v1.5.1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/cyphar/filepath-securejoin v0.4.1
18
18
github.com/dimchansky/utfbom v1.1.1
19
19
github.com/fluxcd/cli-utils v0.36.0-flux.12
20
- github.com/fluxcd/kustomize-controller/api v1.5.0
20
+ github.com/fluxcd/kustomize-controller/api v1.5.1
21
21
github.com/fluxcd/pkg/apis/acl v0.6.0
22
22
github.com/fluxcd/pkg/apis/event v0.16.0
23
23
github.com/fluxcd/pkg/apis/kustomize v1.9.0
You can’t perform that action at this time.
0 commit comments