Skip to content

Commit a13bbb6

Browse files
authored
Merge pull request #189 from fluxcd/release-v0.13.0
Release v0.13.0
2 parents 8c455ce + 773d2bc commit a13bbb6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 0.12.0
415

516
**Release date:** 2021-06-10

config/manager/kustomization.yaml

+1-1
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.12.0
8+
newTag: v0.13.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
77
require (
88
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
99
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
1111
// If you bump this, change REFLECTOR_VER in the Makefile to match
1212
github.com/fluxcd/image-reflector-controller/api v0.10.0
1313
github.com/fluxcd/pkg/apis/meta v0.10.0

0 commit comments

Comments
 (0)