From f4d0b13a6e2acf8c0d75c842e17be82f7bde8fc3 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 7 Jun 2022 14:43:28 +0200 Subject: [PATCH] Release v0.22.1 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 21 +++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebd602..13f9dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3ef35b2..a04106d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/helm-controller newName: fluxcd/helm-controller - newTag: v0.22.0 + newTag: v0.22.1 diff --git a/go.mod b/go.mod index e062c17..f7d904e 100644 --- a/go.mod +++ b/go.mod @@ -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