Merge pull request #193 from fluxcd/release-v0.5.1

Release v0.5.1
This commit is contained in:
Hidde Beydals 2021-01-14 16:10:29 +01:00 committed by GitHub
commit dd70d1aad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project are documented in this file.
## 0.5.1
**Release date:** 2021-01-14
This prerelease fixes a regression bug introduced in `v0.5.0` that caused
reconciliation request annotations to be ignored in certain scenarios.
## 0.5.0
**Release date:** 2021-01-12

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.5.0
newTag: v0.5.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.5.0
github.com/fluxcd/helm-controller/api v0.5.1
github.com/fluxcd/pkg/apis/meta v0.5.0
github.com/fluxcd/pkg/runtime v0.6.2
github.com/fluxcd/source-controller/api v0.6.1