Skip to content

Commit 3a7b447

Browse files
authored
Merge pull request #57 from fluxcd/release-v0.0.4
Release v0.0.4
2 parents 6e1ab99 + e2f4a95 commit 3a7b447

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## 0.0.4 (2020-08-20)
6+
7+
This prerelease adds support for merging a flat single value from
8+
a `ValueReference` at the defined `TargetPath`, and fixes a bug in
9+
the merging of values where overwrites of a map with a flat single
10+
value was not allowed.
11+
512
## 0.0.3 (2020-08-18)
613

714
This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies to

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.14
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.0.3
8+
github.com/fluxcd/helm-controller/api v0.0.4
99
github.com/fluxcd/pkg/lockedfile v0.0.5
1010
github.com/fluxcd/pkg/recorder v0.0.5
1111
github.com/fluxcd/source-controller/api v0.0.9

0 commit comments

Comments
 (0)