Release v0.5.0

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2021-01-12 13:38:37 +01:00
parent 4a8dd410a4
commit 7ef8c82698
3 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,17 @@
All notable changes to this project are documented in this file.
## 0.5.0
**Release date:** 2021-01-12
This is the fifth MINOR prerelease, upgrading the `controller-runtime`
dependencies to `v0.7.0`.
The container image for ARMv7 and ARM64 that used to be published
separately as `helm-controller:*-arm64` has been merged with the AMD64
image.
## 0.4.4
**Release date:** 2020-12-16

View File

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

2
go.mod
View File

@ -8,7 +8,7 @@ replace github.com/fluxcd/helm-controller/api => ./api
replace github.com/imdario/mergo v0.3.9 => github.com/imdario/mergo v0.3.8
require (
github.com/fluxcd/helm-controller/api v0.4.4
github.com/fluxcd/helm-controller/api v0.5.0
github.com/fluxcd/pkg/apis/meta v0.5.0
github.com/fluxcd/pkg/runtime v0.6.0
github.com/fluxcd/source-controller/api v0.6.0