Skip to content

Commit

Permalink
Merge pull request fluxcd#173 from fluxcd/release-v0.4.2
Browse files Browse the repository at this point in the history
Release v0.4.2
  • Loading branch information
hiddeco authored Dec 4, 2020
2 parents 1f6e82a + f4133ad commit d53a370
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project are documented in this file.

## 0.4.2 (2020-12-04)

This prerelease fixes a bug in the merging of values.

## 0.4.1 (2020-11-30)

This prerelease introduces support for Helm's namespace creation
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.4.1
newTag: v0.4.2
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ module github.com/fluxcd/helm-controller
go 1.15

replace github.com/fluxcd/helm-controller/api => ./api

// TODO: Remove once we move to a controller-runtime version which doesn't use this version.
replace github.com/imdario/mergo v0.3.9 => github.com/imdario/mergo v0.3.8

require (
github.com/fluxcd/helm-controller/api v0.4.1
github.com/fluxcd/helm-controller/api v0.4.2
github.com/fluxcd/pkg/apis/meta v0.4.0
github.com/fluxcd/pkg/runtime v0.3.1
github.com/fluxcd/source-controller/api v0.4.1
Expand All @@ -25,4 +26,3 @@ require (
sigs.k8s.io/controller-runtime v0.6.3
sigs.k8s.io/yaml v1.2.0
)

0 comments on commit d53a370

Please sign in to comment.