File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.14.0
4+
5+ ** Release date:** 2021-06-28
6+
7+ This prerelease promotes the API version from ` v1alpha2 ` to ` v1beta1 ` .
8+
9+ :warning : If you have migrated your YAML files from ` v1alpha1 ` to
10+ ` v1alpha2 ` , no action is necessary at present since Kubernetes will
11+ automatically convert between ` v1alpha2 ` and ` v1beta1 ` .
12+
13+ You may wish to migrate YAML files to ` v1beta1 ` to prepare for
14+ ` v1alpha2 ` being deprecated eventually. This is simply a case of
15+ replacing the ` apiVersion ` field value:
16+
17+ apiVersion: image.toolkit.fluxcd.io/v1beta1
18+
19+ Instructions for migrating from _ ` v1alpha1 ` _ are included in the [ API guide] .
20+
21+ [ API guide ] : https://fluxcd.io/docs/components/image/imageupdateautomations/#migrating-from-v1alpha1
22+
23+ Improvements:
24+ * Let people set the number of controller workers with a flag
25+ [ #192 ] ( https://github.com/fluxcd/image-automation-controller/pull/192 )
26+ * Output trace information to the debug log
27+ [ #190 ] ( https://github.com/fluxcd/image-automation-controller/pull/190 )
28+
329## 0.13.0
430
531** Release date:** 2021-06-22
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.13 .0
8+ newTag : v0.14 .0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
77require (
88 github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
99 github.com/cyphar/filepath-securejoin v0.2.2
10- github.com/fluxcd/image-automation-controller/api v0.13 .0
10+ github.com/fluxcd/image-automation-controller/api v0.14 .0
1111 // If you bump this, change REFLECTOR_VER in the Makefile to match
1212 github.com/fluxcd/image-reflector-controller/api v0.11.0
1313 github.com/fluxcd/pkg/apis/meta v0.10.0
You can’t perform that action at this time.
0 commit comments