Release v0.2.1

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2020-11-17 12:07:22 +01:00
parent fdaed2b270
commit 208bea95b6
3 changed files with 8 additions and 2 deletions

View File

@ -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:

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.2.0
newTag: v0.2.1

2
go.mod
View File

@ -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