Release v0.0.16
This commit is contained in:
parent
de561e4dec
commit
bdabea02ab
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 0.0.16 (2020-09-12)
|
||||||
|
|
||||||
|
This prerelease comes with the option to watch for resources
|
||||||
|
in the runtime namespace of the controller or at cluster level.
|
||||||
|
|
||||||
## 0.0.15 (2020-09-11)
|
## 0.0.15 (2020-09-11)
|
||||||
|
|
||||||
This prerelease adds support for overwriting the default values of a
|
This prerelease adds support for overwriting the default values of a
|
||||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/source-controller
|
- name: fluxcd/source-controller
|
||||||
newName: fluxcd/source-controller
|
newName: fluxcd/source-controller
|
||||||
newTag: v0.0.15
|
newTag: v0.0.16
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -13,7 +13,7 @@ require (
|
||||||
github.com/fluxcd/pkg/runtime v0.0.1
|
github.com/fluxcd/pkg/runtime v0.0.1
|
||||||
github.com/fluxcd/pkg/ssh v0.0.5
|
github.com/fluxcd/pkg/ssh v0.0.5
|
||||||
github.com/fluxcd/pkg/untar v0.0.5
|
github.com/fluxcd/pkg/untar v0.0.5
|
||||||
github.com/fluxcd/source-controller/api v0.0.15
|
github.com/fluxcd/source-controller/api v0.0.16
|
||||||
github.com/go-git/go-billy/v5 v5.0.0
|
github.com/go-git/go-billy/v5 v5.0.0
|
||||||
github.com/go-git/go-git/v5 v5.1.0
|
github.com/go-git/go-git/v5 v5.1.0
|
||||||
github.com/go-logr/logr v0.1.0
|
github.com/go-logr/logr v0.1.0
|
||||||
|
|
Loading…
Reference in New Issue