File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed 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.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+
522## 1.5.0
623
724** Release date:** 2025-02-18
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.5.0
8+ newTag : v1.5.1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/cyphar/filepath-securejoin v0.4.1
1818 github.com/dimchansky/utfbom v1.1.1
1919 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
2121 github.com/fluxcd/pkg/apis/acl v0.6.0
2222 github.com/fluxcd/pkg/apis/event v0.16.0
2323 github.com/fluxcd/pkg/apis/kustomize v1.9.0
You can’t perform that action at this time.
0 commit comments