commit
06dc7ed18d
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.1
|
||||||
|
|
||||||
|
**Release date:** 2021-01-25
|
||||||
|
|
||||||
|
This prerelease adds support for configuring the namespace of the
|
||||||
|
Helm storage by defining a `StorageNamespace` in the `HelmRelease`
|
||||||
|
resource (defaults to the namespace of the resource).
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
**Release date:** 2021-01-22
|
**Release date:** 2021-01-22
|
||||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/helm-controller
|
- name: fluxcd/helm-controller
|
||||||
newName: fluxcd/helm-controller
|
newName: fluxcd/helm-controller
|
||||||
newTag: v0.6.0
|
newTag: v0.6.1
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -5,7 +5,7 @@ go 1.15
|
||||||
replace github.com/fluxcd/helm-controller/api => ./api
|
replace github.com/fluxcd/helm-controller/api => ./api
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fluxcd/helm-controller/api v0.6.0
|
github.com/fluxcd/helm-controller/api v0.6.1
|
||||||
github.com/fluxcd/pkg/apis/meta v0.7.0
|
github.com/fluxcd/pkg/apis/meta v0.7.0
|
||||||
github.com/fluxcd/pkg/runtime v0.8.0
|
github.com/fluxcd/pkg/runtime v0.8.0
|
||||||
github.com/fluxcd/source-controller/api v0.7.0
|
github.com/fluxcd/source-controller/api v0.7.0
|
||||||
|
|
Loading…
Reference in New Issue