Skip to content

Commit 1ad2dc7

Browse files
committed
Release v0.17.2
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 8c0d563 commit 1ad2dc7

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

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+
326
## 0.17.1
427

528
**Release date:** 2022-02-22

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: v0.17.1
8+
newTag: v0.17.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.17.1
8+
github.com/fluxcd/helm-controller/api v0.17.2
99
github.com/fluxcd/pkg/apis/acl v0.0.3
1010
github.com/fluxcd/pkg/apis/kustomize v0.3.1
1111
github.com/fluxcd/pkg/apis/meta v0.10.2

0 commit comments

Comments
 (0)