Skip to content

Commit 1eea1bd

Browse files
authored
Merge pull request #91 from fluxcd/release-v0.0.10
Release v0.0.10
2 parents d8dce81 + df0f80d commit 1eea1bd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
All 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

713
This prerelease adds support for `DependsOn` references to other namespaces

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.0.9
8+
newTag: v0.0.10

go.mod

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

77
require (
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

0 commit comments

Comments
 (0)