Release v0.0.8
This commit is contained in:
parent
606ae48611
commit
4e7cedadb2
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
All notable changes to this project are documented in this file.
|
||||
|
||||
## 0.0.8 (2020-09-11)
|
||||
|
||||
This prerelease adds support for defining a `ValuesFile` in the
|
||||
`HelmChartTemplateSpec` to overwrite the default chart values with another
|
||||
values file, as supported by `>=0.0.15` of the source-controller, and a
|
||||
`--watch-all-namespaces` flag (defaults to `true`) to provide the option
|
||||
to only watch the runtime namespace of the controller for resources.
|
||||
|
||||
## 0.0.7 (2020-09-04)
|
||||
|
||||
This prerelease comes with documentation fixes.
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/helm-controller
|
||||
newName: fluxcd/helm-controller
|
||||
newTag: v0.0.7
|
||||
newTag: v0.0.8
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -5,7 +5,7 @@ go 1.14
|
|||
replace github.com/fluxcd/helm-controller/api => ./api
|
||||
|
||||
require (
|
||||
github.com/fluxcd/helm-controller/api v0.0.7
|
||||
github.com/fluxcd/helm-controller/api v0.0.8
|
||||
github.com/fluxcd/pkg/lockedfile v0.0.5
|
||||
github.com/fluxcd/pkg/recorder v0.0.5
|
||||
github.com/fluxcd/pkg/runtime v0.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue