From e2f4a95ed0772d9427ffde3b9970188f8032f107 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 20 Aug 2020 13:56:53 +0200 Subject: [PATCH] Release v0.0.4 --- CHANGELOG.md | 7 +++++++ go.mod | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d15c6a0c..050082e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/go.mod b/go.mod index 43195dc74..4ac5579a4 100644 --- a/go.mod +++ b/go.mod @@ -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