diff --git a/CHANGELOG.md b/CHANGELOG.md index 057a9234..b1aa3b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.0.4 (2020-07-16) + +This prerelease comes with improvements to the alerting system +and allows sources to be referenced across namespaces. +The kustomize/api has been updated to v0.5.1. + ## 0.0.3 (2020-07-13) This prerelease comes with improvements to logging. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a59147ad..9502ed7c 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/kustomize-controller newName: fluxcd/kustomize-controller - newTag: v0.0.3 + newTag: v0.0.4