Skip to content

Commit 8e4de32

Browse files
authored
Merge pull request #1174 from fluxcd/release-v1.2.0
Release v1.2.0
2 parents 34d0036 + 9463301 commit 8e4de32

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

CHANGELOG.md

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

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+
346
## 1.1.0
447

548
**Release date:** 2024-09-26

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v1.1.0
8+
newTag: v1.2.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replace (
1717
require (
1818
github.com/Masterminds/semver v1.5.0
1919
github.com/fluxcd/cli-utils v0.36.0-flux.12
20-
github.com/fluxcd/helm-controller/api v1.1.0
20+
github.com/fluxcd/helm-controller/api v1.2.0
2121
github.com/fluxcd/pkg/apis/acl v0.6.0
2222
github.com/fluxcd/pkg/apis/event v0.16.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.9.0

0 commit comments

Comments
 (0)