Skip to content

Commit 3102d48

Browse files
authored
Merge pull request #193 from fluxcd/release-v0.14.0
Release v0.14.0
2 parents 5711c59 + a46981f commit 3102d48

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

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

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.13.0
8+
newTag: v0.14.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
77
require (
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

0 commit comments

Comments
 (0)