From fff787d60b6c20b8024dd258fd0d348f3e978e1b Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 1 Feb 2023 15:01:00 +0000 Subject: [PATCH] Release v0.29.0 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 25 +++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed39ee07..ad6902832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 0.29.0 + +**Release date:** 2023-02-01 + +This prerelease comes with an update of Kubernetes dependencies to v1.26, Helm +to v3.11.0, and a general update of other dependencies to their latest versions. + +Starting with this release, Custom Resource Definitions installed by the +controller as part of a [`Create` or `CreateReplace` +policy](https://github.com/fluxcd/helm-controller/blob/main/docs/spec/v2beta1/helmreleases.md#crds) +are now labeled with `helm.toolkit.fluxcd.io/name` and +`helm.toolkit.fluxcd.io/namespace` to allow tracking the `HelmRelease` origin +of the resource. Note that these labels are only added to new and/or changed +resources, existing resources will not be updated. + +Improvements: +- build: Enable SBOM and SLSA Provenance + [#594](https://github.com/fluxcd/helm-controller/pull/594) +- Update dependencies + [#595](https://github.com/fluxcd/helm-controller/pull/595) +- Patch CRDs with origin labels + [#596](https://github.com/fluxcd/helm-controller/pull/596) +- Update source-controller to v0.34.0 + [#597](https://github.com/fluxcd/helm-controller/pull/597) + ## 0.28.1 **Release date:** 2022-12-22 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a86d76878..32a9345c0 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.28.1 + newTag: v0.29.0 diff --git a/go.mod b/go.mod index 517881e29..0729ff6b4 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.28.1 + github.com/fluxcd/helm-controller/api v0.29.0 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.3.0 github.com/fluxcd/pkg/apis/kustomize v0.8.0