Skip to content

Commit 08bf5f8

Browse files
authored
Merge pull request #495 from fluxcd/release-v0.22.1
Release v0.22.1
2 parents 5a7d0f8 + f4d0b13 commit 08bf5f8

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

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.22.0
8+
newTag: v0.22.1

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.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

0 commit comments

Comments
 (0)