File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.22.1
4+
5+ ** Release date:** 2022-06-07
6+
7+ This prerelease fixes a regression bug introduced in [ #480 ] ( https://github.com/fluxcd/helm-controller/pull/480 )
8+ which would cause the impersonation config to pick the incorrect
9+ ` TargetNamespace ` for the account name if it was set.
10+
11+ In addition, Kubernetes dependencies have been updated to ` v0.24.1 ` , and
12+ ` github.com/containerd/containerd ` was updated to ` v1.6.6 ` to mitigate
13+ CVE-2022 -31030.
14+
15+ Fixes:
16+ - kube: configure proper account impersonation NS
17+ [ #492 ] ( https://github.com/fluxcd/helm-controller/pull/492 )
18+ [ #494 ] ( https://github.com/fluxcd/helm-controller/pull/494 )
19+
20+ Improvements:
21+ - Update dependencies
22+ [ #493 ] ( https://github.com/fluxcd/helm-controller/pull/493 )
23+
324## 0.22.0
425
526** Release date:** 2022-06-01
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v0.22.0
8+ newTag : v0.22.1
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/helm-controller/api => ./api
66
77require (
8- github.com/fluxcd/helm-controller/api v0.22.0
8+ github.com/fluxcd/helm-controller/api v0.22.1
99 github.com/fluxcd/pkg/apis/acl v0.0.3
1010 github.com/fluxcd/pkg/apis/kustomize v0.4.1
1111 github.com/fluxcd/pkg/apis/meta v0.14.1
You can’t perform that action at this time.
0 commit comments