Release v0.0.16

This commit is contained in:
stefanprodan 2020-09-12 10:36:17 +03:00
parent de561e4dec
commit bdabea02ab
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
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)
This prerelease adds support for overwriting the default values of a

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.0.15
newTag: v0.0.16

2
go.mod
View File

@ -13,7 +13,7 @@ require (
github.com/fluxcd/pkg/runtime v0.0.1
github.com/fluxcd/pkg/ssh 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-git/v5 v5.1.0
github.com/go-logr/logr v0.1.0