Skip to content

Commit a5958f2

Browse files
authored
Merge pull request #155 from fluxcd/release-0.9.0
2 parents c7d35e4 + 5b5da6b commit a5958f2

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-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

README.md

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

58
This controller automates updates to YAML when new container images
69
are available.

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)