|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 1.2.0 |
| 4 | + |
| 5 | +**Release date:** 2025-02-19 |
| 6 | + |
| 7 | +This minor release comes with various bug fixes and improvements. |
| 8 | + |
| 9 | +In addition, the Kubernetes dependencies have been updated to v1.32.1, Helm has |
| 10 | +been updated to v3.17.1 and various other controller dependencies have been |
| 11 | +updated to their latest version. |
| 12 | + |
| 13 | +Fixes: |
| 14 | +- Replace _ with + when verifying the chart version matches the OCI artifact tag |
| 15 | + [#1102](https://github.com/fluxcd/helm-controller/pull/1102) |
| 16 | +- fix: handle "leader changed" errors |
| 17 | + [#1084](https://github.com/fluxcd/helm-controller/pull/1084) |
| 18 | +- Make `ValuesReference` an alias for backwards compat |
| 19 | + [#1126](https://github.com/fluxcd/helm-controller/pull/1126) |
| 20 | +- Fix install and upgrade applying subchart CRDs when condition is false |
| 21 | + [#1123](https://github.com/fluxcd/helm-controller/pull/1123) |
| 22 | +- fix: use HelmRelease max history for rollback remediation |
| 23 | + [#1169](https://github.com/fluxcd/helm-controller/pull/1169) |
| 24 | + |
| 25 | +Improvements: |
| 26 | +- Refactor values composition to use pkg/chartutil |
| 27 | + [#1122](https://github.com/fluxcd/helm-controller/pull/1122) |
| 28 | +- docs: Rendering the final Values locally |
| 29 | + [#1127](https://github.com/fluxcd/helm-controller/pull/1127) |
| 30 | +- Add disableTakeOwnership to Helm install/upgrade actions |
| 31 | + [#1140](https://github.com/fluxcd/helm-controller/pull/1140) |
| 32 | +- Various dependency updates |
| 33 | + [#1103](https://github.com/fluxcd/helm-controller/pull/1103) |
| 34 | + [#1121](https://github.com/fluxcd/helm-controller/pull/1121) |
| 35 | + [#1129](https://github.com/fluxcd/helm-controller/pull/1129) |
| 36 | + [#1142](https://github.com/fluxcd/helm-controller/pull/1142) |
| 37 | + [#1160](https://github.com/fluxcd/helm-controller/pull/1160) |
| 38 | + [#1158](https://github.com/fluxcd/helm-controller/pull/1158) |
| 39 | + [#1165](https://github.com/fluxcd/helm-controller/pull/1165) |
| 40 | + [#1168](https://github.com/fluxcd/helm-controller/pull/1168) |
| 41 | + [#1171](https://github.com/fluxcd/helm-controller/pull/1171) |
| 42 | + [#1167](https://github.com/fluxcd/helm-controller/pull/1167) |
| 43 | + [#1173](https://github.com/fluxcd/helm-controller/pull/1173) |
| 44 | + [#1170](https://github.com/fluxcd/helm-controller/pull/1170) |
| 45 | + |
3 | 46 | ## 1.1.0
|
4 | 47 |
|
5 | 48 | **Release date:** 2024-09-26
|
|
0 commit comments