From 497cf1b33285ca5daabb119e87a78304c20e3964 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 16 Feb 2023 18:02:41 +0000 Subject: [PATCH] Release v0.30.0 Signed-off-by: Sunny --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3471af..5ba246fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## 0.30.0 + +**Release date:** 2023-02-16 + +This prerelease comes with support for the new `ImagePolicy` v1beta2 API. See +[image-reflector-controller +changelog](https://github.com/fluxcd/image-reflector-controller/blob/v0.25.0/CHANGELOG.md#0250) +for instructions about updating the `ImagePolicies`. + +:warning: Also note that the autologin flags in image-reflector-controller have +been deprecated and the `ImageRepositories` that use the autologin feature have +to be updated with `.spec.provider` field to continue working. Refer the +[docs](https://fluxcd.io/flux/components/image/imagerepositories/#provider) for +details and examples. + +In addition, the controller dependencies have been updated to their latest +versions. + +Improvements: +- Set rate limiter option in test reconcilers + [#475](https://github.com/fluxcd/image-automation-controller/pull/475) +- Update dependencies + [#486](https://github.com/fluxcd/image-automation-controller/pull/486) +- Update image-reflector API to v1beta2 + [#485](https://github.com/fluxcd/image-automation-controller/pull/485) + ## 0.29.0 **Release date:** 2023-02-01 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 73fdbeb3..9b048d63 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.29.0 + newTag: v0.30.0 diff --git a/go.mod b/go.mod index f127e700..633f0fff 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/ProtonMail/go-crypto v0.0.0-20230214155104-81033d7f4442 github.com/cyphar/filepath-securejoin v0.2.3 github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4 - github.com/fluxcd/image-automation-controller/api v0.29.0 + github.com/fluxcd/image-automation-controller/api v0.30.0 github.com/fluxcd/image-reflector-controller/api v0.25.0 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.4.0