diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a576ea..adef4018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project are documented in this file. +## 0.0.7 (2020-07-31) + +This prerelease comes with a breaking change, the CRDs group has been +renamed to `kustomize.toolkit.fluxcd.io`. The dependency on `source-controller` +has been updated to `v0.0.7` to be able to work with `source.toolkit.fluxcd.io` +resources. + ## 0.0.6 (2020-07-25) This prerelease comes with improvements to the dependency management diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 336d8a15..2cd49483 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.6 + newTag: v0.0.7