From bfbf52186998d7619297818723a72172b618e0fa Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 18 Jun 2021 14:21:07 +0200 Subject: [PATCH] Release v0.11.1 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 15 +++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08579afc9..d977de1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.11.1 + +**Release date:** 2021-06-18 + +This prerelease updates Helm to `v3.6.1`, this is a security update which has +no impact as transport is handled by the source-controller. For more details +please see the [source-controller `v0.15.1` +changelog](https://github.com/fluxcd/source-controller/blob/v0.15.1/CHANGELOG.md). + +Improvements: +* Update Helm and source-controller + [#277](https://github.com/fluxcd/helm-controller/pull/277) +* Panic on non-nil AddToScheme errors in main init + [#278](https://github.com/fluxcd/helm-controller/pull/278) + ## 0.11.0 **Release date:** 2021-06-09 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0deddfbec..47def60d5 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.11.0 + newTag: v0.11.1 diff --git a/go.mod b/go.mod index 53bb682b6..712d2e17c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.16 replace github.com/fluxcd/helm-controller/api => ./api require ( - github.com/fluxcd/helm-controller/api v0.11.0 + github.com/fluxcd/helm-controller/api v0.11.1 github.com/fluxcd/pkg/apis/kustomize v0.1.0 github.com/fluxcd/pkg/apis/meta v0.10.0 github.com/fluxcd/pkg/runtime v0.12.0