Skip to content

Commit 9e51c3a

Browse files
authored
Merge pull request #357 from fluxcd/release-v0.12.2
2 parents 1806f34 + d540742 commit 9e51c3a

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.12.2
4+
5+
**Release date:** 2021-11-11
6+
7+
This prerelease downgrades Helm to `v3.6.3` due to high memory usage issues
8+
inherited from upstream dependency changes. For technical details about the
9+
issue, see [this comment](https://github.com/fluxcd/helm-controller/issues/345#issuecomment-959104091).
10+
11+
As Helm `v3.7.0` did not introduce any new features from the perspective of
12+
the controller, we consider this to be a patch which reverts the unwanted
13+
behavior introduced in `v0.12.0`.
14+
15+
Fixes:
16+
* Set the managed fields owner to helm-controller
17+
[#346](https://github.com/fluxcd/helm-controller/pull/346)
18+
* Downgrade Helm to v3.6.3 due to OOM issues
19+
[#352](https://github.com/fluxcd/helm-controller/pull/352)
20+
* Replace containerd with version that patches CVEs
21+
[#356](https://github.com/fluxcd/helm-controller/pull/356)
22+
323
## 0.12.1
424

525
**Release date:** 2021-10-14

config/manager/kustomization.yaml

+1-1
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: v0.12.1
8+
newTag: v0.12.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.16
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.12.1
8+
github.com/fluxcd/helm-controller/api v0.12.2
99
github.com/fluxcd/pkg/apis/kustomize v0.1.0
1010
github.com/fluxcd/pkg/apis/meta v0.10.0
1111
github.com/fluxcd/pkg/runtime v0.12.0

0 commit comments

Comments
 (0)