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.22.1
4
+
5
+ ** Release date:** 2022-05-03
6
+
7
+ This prerelease comes with dependency updates, including an update of
8
+ ` image-reflector-controller ` to ` v0.18.0 ` .
9
+
10
+ Improvements:
11
+ - Update dependencies
12
+ [ #359 ] ( https://github.com/fluxcd/image-automation-controller/pull/359 )
13
+
14
+ Other notable changes:
15
+ - Rewrite all the tests to testenv with gomega
16
+ [ #356 ] ( https://github.com/fluxcd/image-automation-controller/pull/356 )
17
+
3
18
## 0.22.0
4
19
5
20
** Release date:** 2022-04-19
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.22.0
8
+ newTag : v0.22.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/Masterminds/sprig/v3 v3.2.2
9
9
github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5
10
10
github.com/cyphar/filepath-securejoin v0.2.3
11
- github.com/fluxcd/image-automation-controller/api v0.22.0
11
+ github.com/fluxcd/image-automation-controller/api v0.22.1
12
12
github.com/fluxcd/image-reflector-controller/api v0.18.0
13
13
github.com/fluxcd/pkg/apis/acl v0.0.3
14
14
github.com/fluxcd/pkg/apis/meta v0.13.0
You can’t perform that action at this time.
0 commit comments