Add changelog entry for v1.3.0

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta 2025-05-28 14:05:26 +01:00
parent b6d8e39ccc
commit 483f166c6a
No known key found for this signature in database
GPG Key ID: DE594AAD698A94DE
1 changed files with 32 additions and 0 deletions

View File

@ -1,5 +1,37 @@
# Changelog
## 1.3.0
**Release date:** 2025-05-28
This minor release comes with various bug fixes and improvements.
The controller now supports the `DisableChartDigestTracking` feature gate,
which allows disabling appending the digest of OCI Helm charts to the
chart version. This is useful for charts that do not follow Helm's
recommendation of using the app version instead of the chart version
as a label in the manifests.
In addition, the Kubernetes dependencies have been updated to v1.33 and
various other controller dependencies have been updated to their latest
version. The controller is now built with Go 1.24.
Fixes:
- Fix returning wrong error value in Kubernetes HTTP client
[#1188](https://github.com/fluxcd/helm-controller/pull/1188)
Improvements:
- Add `DisableChartDigestTracking` feature gate
[#1212](https://github.com/fluxcd/helm-controller/pull/1212)
- Various dependency updates
[#1227](https://github.com/fluxcd/helm-controller/pull/1227)
[#1221](https://github.com/fluxcd/helm-controller/pull/1221)
[#1220](https://github.com/fluxcd/helm-controller/pull/1220)
[#1218](https://github.com/fluxcd/helm-controller/pull/1218)
[#1206](https://github.com/fluxcd/helm-controller/pull/1206)
[#1209](https://github.com/fluxcd/helm-controller/pull/1209)
[#1204](https://github.com/fluxcd/helm-controller/pull/1204)
## 1.2.0
**Release date:** 2025-02-19