|
1 | 1 | # Changelog |
2 | 2 |
|
| 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, Helm has |
| 16 | +been updated to v3.17.3 and various other controller dependencies have been |
| 17 | +updated to their latest 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 | + |
3 | 35 | ## 1.2.0 |
4 | 36 |
|
5 | 37 | **Release date:** 2025-02-19 |
|
0 commit comments