Skip to content

Commit

Permalink
Merge pull request #91 from fluxcd/release-v0.0.10
Browse files Browse the repository at this point in the history
Release v0.0.10
  • Loading branch information
hiddeco authored Sep 23, 2020
2 parents d8dce81 + df0f80d commit 1eea1bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 0.0.10 (2020-09-23)

This prerelease adds support for Helm charts from `Bucket` sources,
support for optional `ValuesFrom` references, and a Helm upgrade from
`3.3.3` to `3.3.4`.

## 0.0.9 (2020-09-22)

This prerelease adds support for `DependsOn` references to other namespaces
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.0.9
newTag: v0.0.10
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.0.9
github.com/fluxcd/helm-controller/api v0.0.10
github.com/fluxcd/pkg/lockedfile v0.0.5
github.com/fluxcd/pkg/recorder v0.0.5
github.com/fluxcd/pkg/runtime v0.0.3
Expand Down

0 comments on commit 1eea1bd

Please sign in to comment.