Skip to content

Commit 24176b6

Browse files
committed
Release v0.24.2
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 344dd29 commit 24176b6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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:
1836
This prerelease comes with internal changes that improve the way the controller
1937
interacts 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
2240
Flux controllers.
2341

2442
In some instances when Flux is trying to push changes using read-only keys the

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.24.1
8+
newTag: v0.24.2

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)