Skip to content

Commit bad04cf

Browse files
committed
Release v0.9.0
Signed-off-by: Hidde Beydals <[email protected]>
1 parent c7d35e4 commit bad04cf

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.9.0
4+
5+
**Release date:** 2021-04-22
6+
7+
This prerelease deprecates the `v1alpha1` API declarations in favor
8+
of the new `v1alpha2` API. The steps required to rewrite your
9+
`v1alpha1` objects to `v1alpha2` [have been documented in the `v1alpha2`
10+
spec](https://github.com/fluxcd/image-automation-controller/blob/api/v0.9.0/docs/spec/v1alpha2/imageupdateautomations.md#example-of-rewriting-a-v1alpha1-object-to-v1alpha2).
11+
12+
Improvements:
13+
* Add v1alpha2 API version
14+
[#139](https://github.com/fluxcd/image-automation-controller/pull/139)
15+
* Move to ImagePolicy v1alpha2
16+
[#153](https://github.com/fluxcd/image-automation-controller/pull/153)
17+
* Update source-controller/api to v0.12.0
18+
[#154](https://github.com/fluxcd/image-automation-controller/pull/154)
19+
320
## 0.8.0
421

522
**Release date:** 2021-04-06

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.8.0
8+
newTag: v0.9.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
66

77
require (
88
github.com/cyphar/filepath-securejoin v0.2.2
9-
github.com/fluxcd/image-automation-controller/api v0.8.0
9+
github.com/fluxcd/image-automation-controller/api v0.9.0
1010
// If you bump this, change REFLECTOR_VER in the Makefile to match
1111
github.com/fluxcd/image-reflector-controller/api v0.9.0
1212
github.com/fluxcd/pkg/apis/meta v0.9.0

0 commit comments

Comments
 (0)