Skip to content

Commit 34837b9

Browse files
authored
Merge pull request #1380 from fluxcd/release-v1.5.1
Release v1.5.1
2 parents ed16c37 + 4dea2e0 commit 34837b9

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
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.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

config/manager/kustomization.yaml

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

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)