File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.10.0
4
+
5
+ ** Release date:** 2021-05-26
6
+
7
+ This prerelease updates the source-controller dependencies to ` v0.13.0 `
8
+ to include changes to Git and OpenPGP related dependencies.
9
+
10
+ Improvements:
11
+ * Update source-controller to v0.13.0
12
+ [ #169 ] ( https://github.com/fluxcd/image-automation-controller/pull/169 )
13
+ * Switch to ` github.com/ProtonMail/go-crypto/openpgp `
14
+ [ #169 ] ( https://github.com/fluxcd/image-automation-controller/pull/169 )
15
+ * Update source-controller/api to v0.13.0
16
+ [ #170 ] ( https://github.com/fluxcd/image-automation-controller/pull/170 )
17
+
3
18
## 0.9.1
4
19
5
20
** Release date:** 2021-05-06
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.9.1
8
+ newTag : v0.10.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.9.1
10
+ github.com/fluxcd/image-automation-controller/api v0.10.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.9.1
13
13
github.com/fluxcd/pkg/apis/meta v0.9.0
You can’t perform that action at this time.
0 commit comments