File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# Image automation controller
22
33[ ![ CII Best Practices] ( https://bestpractices.coreinfrastructure.org/projects/4789/badge )] ( https://bestpractices.coreinfrastructure.org/projects/4789 )
4+ [ ![ report] ( https://goreportcard.com/badge/github.com/fluxcd/image-automation-controller )] ( https://goreportcard.com/report/github.com/fluxcd/image-automation-controller )
5+ [ ![ license] ( https://img.shields.io/github/license/fluxcd/image-automation-controller.svg )] ( https://github.com/fluxcd/image-automation-controller/blob/main/LICENSE )
6+ [ ![ release] ( https://img.shields.io/github/release/fluxcd/image-automation-controller/all.svg )] ( https://github.com/fluxcd/image-automation-controller/releases )
47
58This controller automates updates to YAML when new container images
69are available.
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.8 .0
8+ newTag : v0.9 .0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
66
77require (
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
You can’t perform that action at this time.
0 commit comments