File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.1
4+
5+ ** Release date:** 2021-01-18
6+
7+ This prerelease comes with updates to Kubernetes and Kustomize dependencies.
8+ The Kubernetes packages were updated to v1.20.2 and kyaml to v0.10.6.
9+
310## 0.3.0
411
512** Release date:** 2021-01-15
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.3.0
8+ newTag : v0.3.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
88replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
99
1010require (
11- github.com/fluxcd/image-automation-controller/api v0.3.0
11+ github.com/fluxcd/image-automation-controller/api v0.3.1
1212 github.com/fluxcd/image-reflector-controller/api v0.3.0
1313 github.com/fluxcd/pkg/apis/meta v0.6.0
1414 github.com/fluxcd/pkg/gittestserver v0.1.0
You can’t perform that action at this time.
0 commit comments