From 208bea95b67ea4891b0e01dea64bc9e2dd8b7ee5 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 17 Nov 2020 12:07:22 +0100 Subject: [PATCH] Release v0.2.1 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 439f6db..bac2992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.2.1 (2020-11-17) + +This prerelease comes with improvements to status reporting, and a +bugfix for the (temporary) dead lock that would occur on some +transient values composition and chart loading errors. + ## 0.2.0 (2020-10-29) This is the second MINOR prerelease, it comes with a breaking change: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 395c049..093a1d1 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.2.0 + newTag: v0.2.1 diff --git a/go.mod b/go.mod index 8f03a02..16c8490 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 replace github.com/fluxcd/helm-controller/api => ./api require ( - github.com/fluxcd/helm-controller/api v0.2.0 + github.com/fluxcd/helm-controller/api v0.2.1 github.com/fluxcd/pkg/apis/meta v0.2.0 github.com/fluxcd/pkg/runtime v0.2.0 github.com/fluxcd/source-controller/api v0.2.0