From 24176b60efcf8e365afd3d3e44d0f9b47840c872 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 29 Aug 2022 12:58:03 +0300 Subject: [PATCH] Release v0.24.2 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 20 +++++++++++++++++++- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4792dad9..ff20f76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1ec9da69..4d10cc5b 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-automation-controller newName: fluxcd/image-automation-controller - newTag: v0.24.1 + newTag: v0.24.2 diff --git a/go.mod b/go.mod index f4c39481..58b1f24b 100644 --- a/go.mod +++ b/go.mod @@ -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