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