Commit 24176b6 1 parent 344dd29 commit 24176b6 Copy full SHA for 24176b6
File tree 3 files changed +21
-3
lines changed
3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.24.2
4
+
5
+ ** Release date:** 2022-08-29
6
+
7
+ This prerelease comes with a bug fix for when the push branch and reference branch are equal.
8
+
9
+ In addition, the controller dependencies have been updated to Kubernetes v1.25.0.
10
+
11
+ Fixes:
12
+ - Fix fetch error in push branch
13
+ [ #423 ] ( https://github.com/fluxcd/image-automation-controller/pull/423 )
14
+
15
+ Improvements:
16
+ - Update Kubernetes packages to v1.25.0
17
+ [ #425 ] ( https://github.com/fluxcd/image-automation-controller/pull/425 )
18
+ - fuzz: Ensure Go 1.18 for fuzz image
19
+ [ #424 ] ( https://github.com/fluxcd/image-automation-controller/pull/424 )
20
+
3
21
## 0.24.1
4
22
5
23
** Release date:** 2022-08-10
@@ -18,7 +36,7 @@ Improvements:
18
36
This prerelease comes with internal changes that improve the way the controller
19
37
interacts with Git repositories and some improvement on error messages.
20
38
21
- Unmanaged Transport is no longer supported and has now been decomissioned across
39
+ Unmanaged Transport is no longer supported and has now been decommissioned across
22
40
Flux controllers.
23
41
24
42
In some instances when Flux is trying to push changes using read-only keys the
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.24.1
8
+ newTag : v0.24.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/Masterminds/sprig/v3 v3.2.2
19
19
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
20
20
github.com/cyphar/filepath-securejoin v0.2.3
21
- github.com/fluxcd/image-automation-controller/api v0.24.1
21
+ github.com/fluxcd/image-automation-controller/api v0.24.2
22
22
github.com/fluxcd/image-reflector-controller/api v0.20.1
23
23
github.com/fluxcd/pkg/apis/acl v0.1.0
24
24
github.com/fluxcd/pkg/apis/meta v0.15.0
You can’t perform that action at this time.
0 commit comments