From fed3cca2e530fd8129d68d8376825d397244208a Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 6 Jan 2021 11:06:26 +0200 Subject: [PATCH] Release v0.2.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 22 ++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613930e..afa91b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.2.0 + +**Release date:** 2021-01-06 + +This prerelease comes with a fix to the manifest update +mechanism. The controller now only writes files that were +actually updated by an image policy setter instead of +reformatting all Kubernetes YAMLs. + +Starting with this version, the `spec.checkout.branch` +field is mandatory. + +Fixes: +* Screen files, and output only those updated + [#73](https://github.com/fluxcd/kustomize-controller/pull/73) + +Improvements: +* Record last pushed commit in status + [#75](https://github.com/fluxcd/kustomize-controller/pull/75) +* Make the branch field mandatory + [#74](https://github.com/fluxcd/kustomize-controller/pull/74) + ## 0.1.0 **Release date:** 2020-12-10 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 66c1e6d..83f5a01 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-automation-controller newName: fluxcd/image-automation-controller - newTag: v0.1.0 + newTag: v0.2.0