Release v0.13.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
8c455cea39
commit
773d2bcb71
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 0.13.0
|
||||
|
||||
**Release date:** 2021-06-22
|
||||
|
||||
This prerelease comes with changes to the base image used to build the controller,
|
||||
replacing Alpine with Debian slim.
|
||||
|
||||
Improvements:
|
||||
* Use Debian as base image
|
||||
[#187](https://github.com/fluxcd/image-automation-controller/pull/187)
|
||||
|
||||
## 0.12.0
|
||||
|
||||
**Release date:** 2021-06-10
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/image-automation-controller
|
||||
newName: fluxcd/image-automation-controller
|
||||
newTag: v0.12.0
|
||||
newTag: v0.13.0
|
||||
|
|
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
|
|||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
|
||||
github.com/cyphar/filepath-securejoin v0.2.2
|
||||
github.com/fluxcd/image-automation-controller/api v0.12.0
|
||||
github.com/fluxcd/image-automation-controller/api v0.13.0
|
||||
// If you bump this, change REFLECTOR_VER in the Makefile to match
|
||||
github.com/fluxcd/image-reflector-controller/api v0.10.0
|
||||
github.com/fluxcd/pkg/apis/meta v0.10.0
|
||||
|
|
Loading…
Reference in New Issue