From 5c02db72bf8b9f891c1987c36f37280d13d97533 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 13 Apr 2023 10:32:14 +0200 Subject: [PATCH] Release v0.32.2 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 16 ++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2ee969b..9032e7139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.32.2 + +**Release date:** 2023-04-13 + +This prerelease comes with a bug fix for a nil pointer deref that could occur +when drift detection was enabled. + +In addition, it updates Helm to `v3.11.3`, which includes two fixes for Go +routine leaks. + +Fixes: +- Fix nil pointer deref during diff attempt + [#672](https://github.com/fluxcd/helm-controller/pull/672) +- Update Helm to v3.11.3 + [#673](https://github.com/fluxcd/helm-controller/pull/673) + ## 0.32.1 **Release date:** 2023-04-03 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 103f0f1d0..65cf96c9a 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.32.1 + newTag: v0.32.2 diff --git a/go.mod b/go.mod index 8e9d43c27..3035a66fa 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.32.1 + github.com/fluxcd/helm-controller/api v0.32.2 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.4.1 github.com/fluxcd/pkg/apis/kustomize v1.0.0