diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6963612..1a378dc4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.8.2 + +**Release date:** 2021-03-15 + +This prerelese comes with patch updates to Helm and controller-runtime +dependencies. + +Improvements: +* Update dependencies + [#232](https://github.com/fluxcd/helm-controller/pull/232) + ## 0.8.1 **Release date:** 2021-03-05 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3cea43ed6..158843c16 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.8.1 + newTag: v0.8.2 diff --git a/go.mod b/go.mod index 028bfb91f..10a2f61d2 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.8.1 + github.com/fluxcd/helm-controller/api v0.8.2 github.com/fluxcd/pkg/apis/kustomize v0.0.1 github.com/fluxcd/pkg/apis/meta v0.8.0 github.com/fluxcd/pkg/runtime v0.8.4