From 0e573408a980424702db7ca7953c0d8cd79900ea Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Mon, 25 Jan 2021 17:40:28 +0100 Subject: [PATCH] Release v0.6.1 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 8 ++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466a9c53d..7af3be187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.6.1 + +**Release date:** 2021-01-25 + +This prerelease adds support for configuring the namespace of the +Helm storage by defining a `StorageNamespace` in the `HelmRelease` +resource (defaults to the namespace of the resource). + ## 0.6.0 **Release date:** 2021-01-22 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 883c9a387..c58f4d493 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.6.0 + newTag: v0.6.1 diff --git a/go.mod b/go.mod index 3b265bea3..0c01e8d7a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 replace github.com/fluxcd/helm-controller/api => ./api require ( - github.com/fluxcd/helm-controller/api v0.6.0 + github.com/fluxcd/helm-controller/api v0.6.1 github.com/fluxcd/pkg/apis/meta v0.7.0 github.com/fluxcd/pkg/runtime v0.8.0 github.com/fluxcd/source-controller/api v0.7.0