From 0a0cbc4edb5af38a41963883e7533547c79b7cf5 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 5 Aug 2021 17:00:33 +0200 Subject: [PATCH] Release v0.11.2 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d977de1cf..4770d26d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 0.11.2 + +**Release date:** 2021-08-05 + +This prerelease comes with support for SOPS encrypted kubeconfig loaded from the +value of the `value.yaml` key in the object, and ensures quoted values are treated +as strings when a `targetPath` is set for a `valuesFrom` item. + +To enhance the experience of consumers observing the `HelmRelease` object using +`kstatus`, a default of `-1` is now configured for the `observedGeneration` to +ensure it does not report a false positive in the time the controller has not +marked the resource with a `Ready` condition yet. + +In addition, it updates Helm to `v3.6.3` and aligns the Kubernetes dependencies +with `v1.21.3`. + +Improvements: +* Set default observedGeneration to -1 on HelmReleases + [#294](https://github.com/fluxcd/helm-controller/pull/294) +* Treat quoted values as string when targetPath is set + [#298](https://github.com/fluxcd/helm-controller/pull/298) +* Make the kubeconfig secrets compatible with SOPS + [#305](https://github.com/fluxcd/helm-controller/pull/306) +* Update dependencies + [#307](https://github.com/fluxcd/helm-controller/pull/306) + +Fixes: +* Remove old util ObjectKey + [#305](https://github.com/fluxcd/helm-controller/pull/305) + ## 0.11.1 **Release date:** 2021-06-18 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 47def60d5..f098c0bc7 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.11.1 + newTag: v0.11.2 diff --git a/go.mod b/go.mod index ae4295c65..be5b0b6ca 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.16 replace github.com/fluxcd/helm-controller/api => ./api require ( - github.com/fluxcd/helm-controller/api v0.11.1 + github.com/fluxcd/helm-controller/api v0.11.2 github.com/fluxcd/pkg/apis/kustomize v0.1.0 github.com/fluxcd/pkg/apis/meta v0.10.0 github.com/fluxcd/pkg/runtime v0.12.0