Release v0.2.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-01-06 11:06:26 +02:00
parent bddc6b55d5
commit fed3cca2e5
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
2 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.1.0
newTag: v0.2.0