Release v0.2.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
bddc6b55d5
commit
fed3cca2e5
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
||||||
# Changelog
|
# 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
|
## 0.1.0
|
||||||
|
|
||||||
**Release date:** 2020-12-10
|
**Release date:** 2020-12-10
|
||||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/image-automation-controller
|
- name: fluxcd/image-automation-controller
|
||||||
newName: fluxcd/image-automation-controller
|
newName: fluxcd/image-automation-controller
|
||||||
newTag: v0.1.0
|
newTag: v0.2.0
|
||||||
|
|
Loading…
Reference in New Issue