Skip to content

Commit

Permalink
Merge pull request #57 from fluxcd/release-v0.0.4
Browse files Browse the repository at this point in the history
Release v0.0.4
  • Loading branch information
hiddeco authored Aug 20, 2020
2 parents 6e1ab99 + e2f4a95 commit 3a7b447
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 0.0.4 (2020-08-20)

This prerelease adds support for merging a flat single value from
a `ValueReference` at the defined `TargetPath`, and fixes a bug in
the merging of values where overwrites of a map with a flat single
value was not allowed.

## 0.0.3 (2020-08-18)

This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies to
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.0.3
github.com/fluxcd/helm-controller/api v0.0.4
github.com/fluxcd/pkg/lockedfile v0.0.5
github.com/fluxcd/pkg/recorder v0.0.5
github.com/fluxcd/source-controller/api v0.0.9
Expand Down

0 comments on commit 3a7b447

Please sign in to comment.