diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1703a50..baa226d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.20.1 + +**Release date:** 2022-04-20 + +This prerelease equals to [`v0.20.0`](#0200), but is tagged at the right +revision. + ## 0.20.0 **Release date:** 2022-04-19 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 77ba659ca..4a5f56d9f 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.20.0 + newTag: v0.20.1 diff --git a/go.mod b/go.mod index 73b000b15..508bde052 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.20.0 + github.com/fluxcd/helm-controller/api v0.20.1 github.com/fluxcd/pkg/apis/acl v0.0.3 github.com/fluxcd/pkg/apis/kustomize v0.3.3 github.com/fluxcd/pkg/apis/meta v0.12.2