File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0
4+
5+ ** Release date:** 2021-01-06
6+
7+ This prerelease comes with a fix to the manifest update
8+ mechanism. The controller now only writes files that were
9+ actually updated by an image policy setter instead of
10+ reformatting all Kubernetes YAMLs.
11+
12+ Starting with this version, the ` spec.checkout.branch `
13+ field is mandatory.
14+
15+ Fixes:
16+ * Screen files, and output only those updated
17+ [ #73 ] ( https://github.com/fluxcd/kustomize-controller/pull/73 )
18+
19+ Improvements:
20+ * Record last pushed commit in status
21+ [ #75 ] ( https://github.com/fluxcd/kustomize-controller/pull/75 )
22+ * Make the branch field mandatory
23+ [ #74 ] ( https://github.com/fluxcd/kustomize-controller/pull/74 )
24+
325## 0.1.0
426
527** Release date:** 2020-12-10
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.1 .0
8+ newTag : v0.2 .0
You can’t perform that action at this time.
0 commit comments