From 9c5636fe54a694aab9e65ad1aa56a797f878249b Mon Sep 17 00:00:00 2001 From: Sunny Date: Wed, 17 Apr 2024 19:59:54 +0000 Subject: [PATCH] Release v0.32.0 Signed-off-by: Sunny --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef562852..f455935a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 0.32.0 + +**Release date:** 2024-05-06 + +This prerelease comes with an update to the Kubernetes dependencies to v1.30.0 +and various other controller dependencies have been updated to their latest +version. In addition, the controller is now built with Go 1.22. + +Improvements: +- docs: Remove references to aad pod identity + [#557](https://github.com/fluxcd/image-reflector-controller/pull/557) +- Update dependencies to Kubernetes 1.30 + [#551](https://github.com/fluxcd/image-reflector-controller/pull/551) +- Add note to restart image-reflector-controller after AWS IAM role change + [#508](https://github.com/fluxcd/image-reflector-controller/pull/508) +- Update dependencies to Go 1.22 and Kubernetes 1.29.3 + [#535](https://github.com/fluxcd/image-reflector-controller/pull/535) +- updating controller-gen to v0.14.0 + [#519](https://github.com/fluxcd/image-reflector-controller/pull/519) +- Add ImageRepository TLS test + [#511](https://github.com/fluxcd/image-reflector-controller/pull/511) +- Various dependency updates + [#504](https://github.com/fluxcd/image-reflector-controller/pull/504) + [#515](https://github.com/fluxcd/image-reflector-controller/pull/515) + [#529](https://github.com/fluxcd/image-reflector-controller/pull/529) + [#534](https://github.com/fluxcd/image-reflector-controller/pull/534) + [#538](https://github.com/fluxcd/image-reflector-controller/pull/538) + [#549](https://github.com/fluxcd/image-reflector-controller/pull/549) + [#546](https://github.com/fluxcd/image-reflector-controller/pull/546) + [#545](https://github.com/fluxcd/image-reflector-controller/pull/545) + [#544](https://github.com/fluxcd/image-reflector-controller/pull/544) + [#553](https://github.com/fluxcd/image-reflector-controller/pull/553) + [#555](https://github.com/fluxcd/image-reflector-controller/pull/555) + ## 0.31.2 **Release date:** 2024-02-01 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 14b4579e..0f60e36f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-reflector-controller newName: fluxcd/image-reflector-controller - newTag: v0.31.2 + newTag: v0.32.0 diff --git a/go.mod b/go.mod index 5c5e85aa..4adcc3d8 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 github.com/Masterminds/semver/v3 v3.2.1 github.com/dgraph-io/badger/v3 v3.2103.5 - github.com/fluxcd/image-reflector-controller/api v0.31.2 + github.com/fluxcd/image-reflector-controller/api v0.32.0 github.com/fluxcd/pkg/apis/acl v0.3.0 github.com/fluxcd/pkg/apis/event v0.9.0 github.com/fluxcd/pkg/apis/meta v1.5.0