Skip to content

Commit 2561ce1

Browse files
authored
Merge pull request #117 from fluxcd/release-v0.1.3
Release v0.1.3
2 parents 1c603dc + 130b2fb commit 2561ce1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.1.3 (2020-10-16)
6+
7+
This prereleases fixes two bugs:
8+
9+
- `HelmRelease` resources with a `spec.valuesFrom` reference making use
10+
of a `targetPath` defined as the first item will now compose without
11+
failing.
12+
- The chart reconciliation and readiness logic has been rewritten to
13+
better work with no-op chart updates and guarantee readiness state
14+
observation accuracy. This prevents it from `HelmRelease`s getting
15+
stuck on a "HelmChart is not ready" state.
16+
517
## 0.1.2 (2020-10-13)
618

719
This prerelease comes with Prometheus instrumentation for the controller's resources.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v0.1.2
8+
newTag: v0.1.3

go.mod

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

77
require (
8-
github.com/fluxcd/helm-controller/api v0.1.2
8+
github.com/fluxcd/helm-controller/api v0.1.3
99
github.com/fluxcd/pkg/apis/meta v0.0.2
1010
github.com/fluxcd/pkg/runtime v0.1.0
1111
github.com/fluxcd/source-controller/api v0.1.1

0 commit comments

Comments
 (0)