diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7b52d3f..13042e6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project are documented in this file. +## 0.0.1-beta.4 (2020-07-22) + +This beta release fixes a bug affecting helm release status reevaluation. + ## 0.0.1-beta.3 (2020-07-21) This beta release fixes a bug affecting helm charts reconciliation. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 248a5f0ff..1b04786b8 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.0.1-beta.3 + newTag: v0.0.1-beta.4