Add changelog entry for v1.2.5

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-04-04 16:27:08 +03:00
parent a32ae7b708
commit e34e0170a7
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
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.2.5
**Release date:** 2024-04-04
This patch release comes with improvements to the `HelmChart` name validation
and adds logging sanitization of connection error messages for `Bucket` sources.
Fixes:
- Improve chart name validation
[#1377](https://github.com/fluxcd/source-controller/pull/1377)
- Sanitize URLs for bucket fetch error messages
[#1430](https://github.com/fluxcd/source-controller/pull/1430)
Improvements:
- Update controller-gen to v0.14.0
[#1399](https://github.com/fluxcd/source-controller/pull/1399)
## 1.2.4
**Release date:** 2024-02-01