File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
719This prerelease comes with Prometheus instrumentation for the controller's resources.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v0.1.2
8+ newTag : v0.1.3
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/helm-controller/api => ./api
66
77require (
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
You can’t perform that action at this time.
0 commit comments