Release v0.0.4
This commit is contained in:
parent
6e1ab992e1
commit
e2f4a95ed0
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
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)
|
## 0.0.3 (2020-08-18)
|
||||||
|
|
||||||
This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies to
|
This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies to
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -5,7 +5,7 @@ go 1.14
|
||||||
replace github.com/fluxcd/helm-controller/api => ./api
|
replace github.com/fluxcd/helm-controller/api => ./api
|
||||||
|
|
||||||
require (
|
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/lockedfile v0.0.5
|
||||||
github.com/fluxcd/pkg/recorder v0.0.5
|
github.com/fluxcd/pkg/recorder v0.0.5
|
||||||
github.com/fluxcd/source-controller/api v0.0.9
|
github.com/fluxcd/source-controller/api v0.0.9
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue