File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## 0.12.1
4
24
5
25
** Release date:** 2021-10-14
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.12.1
8
+ newTag : v0.12.2
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.12.1
8
+ github.com/fluxcd/helm-controller/api v0.12.2
9
9
github.com/fluxcd/pkg/apis/kustomize v0.1.0
10
10
github.com/fluxcd/pkg/apis/meta v0.10.0
11
11
github.com/fluxcd/pkg/runtime v0.12.0
You can’t perform that action at this time.
0 commit comments