File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
321## 0.24.1
422
523** Release date:** 2022-08-10
@@ -18,7 +36,7 @@ Improvements:
1836This prerelease comes with internal changes that improve the way the controller
1937interacts with Git repositories and some improvement on error messages.
2038
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
2240Flux controllers.
2341
2442In 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:
55images :
66- name : fluxcd/image-automation-controller
77 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 (
1818 github.com/Masterminds/sprig/v3 v3.2.2
1919 github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
2020 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
2222 github.com/fluxcd/image-reflector-controller/api v0.20.1
2323 github.com/fluxcd/pkg/apis/acl v0.1.0
2424 github.com/fluxcd/pkg/apis/meta v0.15.0
You can’t perform that action at this time.
0 commit comments