Release v0.22.1

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2022-06-07 14:43:28 +02:00
parent 5a7d0f8535
commit f4d0b13a6e
3 changed files with 23 additions and 2 deletions

View File

@ -1,5 +1,26 @@
# Changelog
## 0.22.1
**Release date:** 2022-06-07
This prerelease fixes a regression bug introduced in [#480](https://github.com/fluxcd/helm-controller/pull/480)
which would cause the impersonation config to pick the incorrect
`TargetNamespace` for the account name if it was set.
In addition, Kubernetes dependencies have been updated to `v0.24.1`, and
`github.com/containerd/containerd` was updated to `v1.6.6` to mitigate
CVE-2022-31030.
Fixes:
- kube: configure proper account impersonation NS
[#492](https://github.com/fluxcd/helm-controller/pull/492)
[#494](https://github.com/fluxcd/helm-controller/pull/494)
Improvements:
- Update dependencies
[#493](https://github.com/fluxcd/helm-controller/pull/493)
## 0.22.0
**Release date:** 2022-06-01

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.22.0
newTag: v0.22.1

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.17
replace github.com/fluxcd/helm-controller/api => ./api
require (
github.com/fluxcd/helm-controller/api v0.22.0
github.com/fluxcd/helm-controller/api v0.22.1
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/kustomize v0.4.1
github.com/fluxcd/pkg/apis/meta v0.14.1