From 3761c56651cef4d4d9aa0d0069ee219c235c7416 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Wed, 13 Jul 2022 16:46:44 +0100 Subject: [PATCH] Release v0.22.2 Signed-off-by: Paulo Gomes --- CHANGELOG.md | 16 ++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f9dbaba..9a08a74ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.22.2 + +**Release date:** 2022-07-13 + +This prerelease updates dependencies to patch upstream CVEs. + +Improvements: +- Fix github.com/emicklei/go-restful (CVE-2022-1996) + [#507](https://github.com/fluxcd/helm-controller/pull/507) +- Update dependencies + [#501](https://github.com/fluxcd/helm-controller/pull/501) +- Update gopkg.in/yaml.v3 to v3.0.1 + [#502](https://github.com/fluxcd/helm-controller/pull/502) +- build: Upgrade to Go 1.18 + [#505](https://github.com/fluxcd/helm-controller/pull/505) + ## 0.22.1 **Release date:** 2022-06-07 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a04106dd8..da2ab6d41 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.1 + newTag: v0.22.2 diff --git a/go.mod b/go.mod index 85562d726..81d819f11 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 replace github.com/fluxcd/helm-controller/api => ./api require ( - github.com/fluxcd/helm-controller/api v0.22.1 + github.com/fluxcd/helm-controller/api v0.22.2 github.com/fluxcd/pkg/apis/acl v0.0.3 github.com/fluxcd/pkg/apis/kustomize v0.4.2 github.com/fluxcd/pkg/apis/meta v0.14.2