Skip to content

Commit

Permalink
Merge pull request #426 from fluxcd/release-v0.24.2
Browse files Browse the repository at this point in the history
Release v0.24.2
  • Loading branch information
stefanprodan authored Aug 29, 2022
2 parents 344dd29 + 24176b6 commit 115e744
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.24.2

**Release date:** 2022-08-29

This prerelease comes with a bug fix for when the push branch and reference branch are equal.

In addition, the controller dependencies have been updated to Kubernetes v1.25.0.

Fixes:
- Fix fetch error in push branch
[#423](https://github.com/fluxcd/image-automation-controller/pull/423)

Improvements:
- Update Kubernetes packages to v1.25.0
[#425](https://github.com/fluxcd/image-automation-controller/pull/425)
- fuzz: Ensure Go 1.18 for fuzz image
[#424](https://github.com/fluxcd/image-automation-controller/pull/424)

## 0.24.1

**Release date:** 2022-08-10
Expand All @@ -18,7 +36,7 @@ Improvements:
This prerelease comes with internal changes that improve the way the controller
interacts with Git repositories and some improvement on error messages.

Unmanaged Transport is no longer supported and has now been decomissioned across
Unmanaged Transport is no longer supported and has now been decommissioned across
Flux controllers.

In some instances when Flux is trying to push changes using read-only keys the
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.24.1
newTag: v0.24.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.24.1
github.com/fluxcd/image-automation-controller/api v0.24.2
github.com/fluxcd/image-reflector-controller/api v0.20.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/meta v0.15.0
Expand Down

0 comments on commit 115e744

Please sign in to comment.