Skip to content

Commit fed3cca

Browse files
committed
Release v0.2.0
Signed-off-by: Stefan Prodan <[email protected]>
1 parent bddc6b5 commit fed3cca

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.1.0
8+
newTag: v0.2.0

0 commit comments

Comments
 (0)