Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
hiddeco committed Jan 12, 2021
1 parent 4a8dd41 commit 7ef8c82
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.4.4
newTag: v0.5.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7ef8c82

Please sign in to comment.