Skip to content

Commit 483f166

Browse files
committed
Add changelog entry for v1.3.0
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent b6d8e39 commit 483f166

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
**Release date:** 2025-05-28
6+
7+
This minor release comes with various bug fixes and improvements.
8+
9+
The controller now supports the `DisableChartDigestTracking` feature gate,
10+
which allows disabling appending the digest of OCI Helm charts to the
11+
chart version. This is useful for charts that do not follow Helm's
12+
recommendation of using the app version instead of the chart version
13+
as a label in the manifests.
14+
15+
In addition, the Kubernetes dependencies have been updated to v1.33 and
16+
various other controller dependencies have been updated to their latest
17+
version. The controller is now built with Go 1.24.
18+
19+
Fixes:
20+
- Fix returning wrong error value in Kubernetes HTTP client
21+
[#1188](https://github.com/fluxcd/helm-controller/pull/1188)
22+
23+
Improvements:
24+
- Add `DisableChartDigestTracking` feature gate
25+
[#1212](https://github.com/fluxcd/helm-controller/pull/1212)
26+
- Various dependency updates
27+
[#1227](https://github.com/fluxcd/helm-controller/pull/1227)
28+
[#1221](https://github.com/fluxcd/helm-controller/pull/1221)
29+
[#1220](https://github.com/fluxcd/helm-controller/pull/1220)
30+
[#1218](https://github.com/fluxcd/helm-controller/pull/1218)
31+
[#1206](https://github.com/fluxcd/helm-controller/pull/1206)
32+
[#1209](https://github.com/fluxcd/helm-controller/pull/1209)
33+
[#1204](https://github.com/fluxcd/helm-controller/pull/1204)
34+
335
## 1.2.0
436

537
**Release date:** 2025-02-19

0 commit comments

Comments
 (0)