From b3ce60ddc341fc06d8e5ed9da5299a3072c79e83 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Tue, 22 Nov 2022 12:03:48 +0000 Subject: [PATCH] Release v0.27.0 Signed-off-by: Paulo Gomes --- CHANGELOG.md | 17 +++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395c960..c4ed211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.27.0 + +**Release date:** 2022-11-22 + +This prerelease comes with re-added support for `h` in the HelmRelease +`spec.timeout` field, so that users can use hours to set reconciliation +timeouts. + +Improvements: +- Allow 'h' in HelmRelease timeout field + [#559](https://github.com/fluxcd/helm-controller/pull/559) +- Use Flux Event API v1beta1 + [#557](https://github.com/fluxcd/helm-controller/pull/557) +- Update dependencies + [#561](https://github.com/fluxcd/helm-controller/pull/561) + + ## 0.26.0 **Release date:** 2022-10-21 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 6b175c0..ec2b92b 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.26.0 + newTag: v0.27.0 diff --git a/go.mod b/go.mod index bcffd28..9c078cb 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.26.0 + github.com/fluxcd/helm-controller/api v0.27.0 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.2.0 github.com/fluxcd/pkg/apis/kustomize v0.7.0