From 9d125501c5c65fbccc90266e3901fb1e0bb524b0 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 12 Sep 2022 11:43:32 +0300 Subject: [PATCH] Release v0.25.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 22 ++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af60570b..4cf9b43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.25.0 + +**Release date:** 2022-09-12 + +This prerelease comes with improvements to fuzzing. +In addition, the controller dependencies have been updated +to Kubernetes controller-runtime v0.12. + +:warning: **Breaking change:** The controller logs have been aligned +with the Kubernetes structured logging. For more details on the new logging +structure please see: [fluxcd/flux2#3051](https://github.com/fluxcd/flux2/issues/3051). + +Improvements: +- Align controller logs to Kubernetes structured logging + [#429](https://github.com/fluxcd/image-automation-controller/pull/429) +- Align output with source-controller on no-ops + [#431](https://github.com/fluxcd/image-automation-controller/pull/431) +- Refactor Fuzzers based on Go native fuzzing + [#432](https://github.com/fluxcd/image-automation-controller/pull/432) +- Update dependencies + [#434](https://github.com/fluxcd/image-automation-controller/pull/434) + ## 0.24.2 **Release date:** 2022-08-29 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4d10cc5b..e087cb11 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.2 + newTag: v0.25.0 diff --git a/go.mod b/go.mod index b0ed6803..43aa56c5 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,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.2 + github.com/fluxcd/image-automation-controller/api v0.25.0 github.com/fluxcd/image-reflector-controller/api v0.21.0 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/meta v0.15.0