Add changelog entry for v1.5.1

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
(cherry picked from commit c6cdd95e84)
This commit is contained in:
Matheus Pimenta 2025-02-25 14:24:30 +00:00
parent c353f1e532
commit 6c001f2862
No known key found for this signature in database
GPG Key ID: DE594AAD698A94DE
1 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,23 @@
All notable changes to this project are documented in this file.
## 1.5.1
**Release date:** 2025-02-25
This patch release fixes a bug introduced in v1.5.0
that was causing spurious logging for deprecated API versions
and sometimes failures on health checks.
In addition, all error logs resulting from SOPS decryption
failures have been sanitised.
Fixes:
- Fix secret value showing up in logs
[#1372](https://github.com/fluxcd/kustomize-controller/pull/1372)
- Use lazy restmapper vendored from controller-runtime v0.19
[#1377](https://github.com/fluxcd/kustomize-controller/pull/1377)
## 1.5.0
**Release date:** 2025-02-18