File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-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.0.10 (2020-09-23)
6+
7+ This prerelease adds support for Helm charts from ` Bucket ` sources,
8+ support for optional ` ValuesFrom ` references, and a Helm upgrade from
9+ ` 3.3.3 ` to ` 3.3.4 ` .
10+
511## 0.0.9 (2020-09-22)
612
713This prerelease adds support for ` DependsOn ` references to other namespaces
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.0.9
8+ newTag : v0.0.10
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.0.9
8+ github.com/fluxcd/helm-controller/api v0.0.10
99 github.com/fluxcd/pkg/lockedfile v0.0.5
1010 github.com/fluxcd/pkg/recorder v0.0.5
1111 github.com/fluxcd/pkg/runtime v0.0.3
You can’t perform that action at this time.
0 commit comments