File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.13.0
4
+
5
+ ** Release date:** 2021-06-22
6
+
7
+ This prerelease comes with changes to the base image used to build the controller,
8
+ replacing Alpine with Debian slim.
9
+
10
+ Improvements:
11
+ * Use Debian as base image
12
+ [ #187 ] ( https://github.com/fluxcd/image-automation-controller/pull/187 )
13
+
3
14
## 0.12.0
4
15
5
16
** Release date:** 2021-06-10
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-automation-controller
7
7
newName : fluxcd/image-automation-controller
8
- newTag : v0.12 .0
8
+ newTag : v0.13 .0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
7
7
require (
8
8
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
9
9
github.com/cyphar/filepath-securejoin v0.2.2
10
- github.com/fluxcd/image-automation-controller/api v0.12 .0
10
+ github.com/fluxcd/image-automation-controller/api v0.13 .0
11
11
// If you bump this, change REFLECTOR_VER in the Makefile to match
12
12
github.com/fluxcd/image-reflector-controller/api v0.10.0
13
13
github.com/fluxcd/pkg/apis/meta v0.10.0
You can’t perform that action at this time.
0 commit comments