From 3a88cd86b7b09a3b073b0752548563bdf633b2db Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 31 Jul 2020 09:36:46 +0200 Subject: [PATCH] Release v0.0.7 --- CHANGELOG.md | 7 +++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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