From 17b03891f7fd7387e6964631bea3c676c74ca7f3 Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Mon, 29 May 2023 13:49:33 +0530 Subject: [PATCH] Release v0.34.0 Signed-off-by: Sanskar Jaiswal --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd693cd82..ead85980e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 0.34.0 + +**Release date:** 2023-05-29 + +This prerelease comes with support for Helm 3.12.0 and Kustomize v5.0.3. + +⚠️ Note that Kustomize v5 contains breaking changes, please consult their +[changelog](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0) +for more details. + +In addition, the controller dependencies have been updated to +Kubernetes v1.27.2 and controller-runtime v0.15.0. + +Lastly, the logic to forward events to notification-controller has been modified +to use `.status.lastAttemptedValuesChecksum` as an event metadata token to +prevent incorrect rate limiting. + +Improvements: +- Update Kubernetes, controller-runtime and Helm + [#690](https://github.com/fluxcd/helm-controller/pull/690) +- Remove the tini supervisor, and other nits + [#691](https://github.com/fluxcd/helm-controller/pull/691) +- Use last attempted values checksum as event metadata token + [#692](https://github.com/fluxcd/helm-controller/pull/692) +- Update source-controller to v1.0.0-rc.4 + [#693](https://github.com/fluxcd/helm-controller/pull/693) + ## 0.33.0 **Release date:** 2023-05-12 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f47671c67..9510c76c4 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/helm-controller newName: fluxcd/helm-controller - newTag: v0.33.0 + newTag: v0.34.0 diff --git a/go.mod b/go.mod index 2db7d6c18..3e5b1f615 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 replace github.com/fluxcd/helm-controller/api => ./api require ( - github.com/fluxcd/helm-controller/api v0.33.0 + github.com/fluxcd/helm-controller/api v0.34.0 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.5.0 github.com/fluxcd/pkg/apis/kustomize v1.1.0