From bdabea02ab29b0ba496dcffc461658e2ca0fccc5 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 12 Sep 2020 10:36:17 +0300 Subject: [PATCH] Release v0.0.16 --- CHANGELOG.md | 5 +++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf4d753..38729f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index cdbda6b7..773913ec 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.0.15 + newTag: v0.0.16 diff --git a/go.mod b/go.mod index 06f4cb0e..766f5b68 100644 --- a/go.mod +++ b/go.mod @@ -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