File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.17.2
4
+
5
+ ** Release date:** 2022-03-15
6
+
7
+ This prerelease comes with an update for ` github.com/containerd/containerd ` to
8
+ ` v1.5.10 ` to please static security analysers and fix any warnings for
9
+ CVE-2022 -23648.
10
+
11
+ In addition, it updates Helm from a forked and patched ` v3.8.0 ` , to the
12
+ official ` v3.8.1 ` release, and updates minor dependencies.
13
+
14
+ The Deployment manifest contains a patch to set the
15
+ ` .spec.securityContext.fsGroup ` , which may be required for some EKS setups
16
+ as reported in https://github.com/fluxcd/flux2/issues/2537 .
17
+
18
+ Improvements:
19
+ - Update Helm to v3.8.1
20
+ [ #434 ] ( https://github.com/fluxcd/helm-controller/pull/434 )
21
+ - add fsgroup for securityContext
22
+ [ #435 ] ( https://github.com/fluxcd/helm-controller/pull/435 )
23
+ - Update containerd to v1.5.10 and tidy go.mod
24
+ [ #436 ] ( https://github.com/fluxcd/helm-controller/pull/436 )
25
+
3
26
## 0.17.1
4
27
5
28
** Release date:** 2022-02-22
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.17.1
8
+ newTag : v0.17.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.17.1
8
+ github.com/fluxcd/helm-controller/api v0.17.2
9
9
github.com/fluxcd/pkg/apis/acl v0.0.3
10
10
github.com/fluxcd/pkg/apis/kustomize v0.3.1
11
11
github.com/fluxcd/pkg/apis/meta v0.10.2
You can’t perform that action at this time.
0 commit comments