Skip to content

Commit f48661f

Browse files
authored
Merge pull request #144 from fluxcd/release-v0.0.16
Release v0.0.16
2 parents de561e4 + bdabea0 commit f48661f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.0.16 (2020-09-12)
6+
7+
This prerelease comes with the option to watch for resources
8+
in the runtime namespace of the controller or at cluster level.
9+
510
## 0.0.15 (2020-09-11)
611

712
This prerelease adds support for overwriting the default values of a

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.0.15
9+
newTag: v0.0.16

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/fluxcd/pkg/runtime v0.0.1
1414
github.com/fluxcd/pkg/ssh v0.0.5
1515
github.com/fluxcd/pkg/untar v0.0.5
16-
github.com/fluxcd/source-controller/api v0.0.15
16+
github.com/fluxcd/source-controller/api v0.0.16
1717
github.com/go-git/go-billy/v5 v5.0.0
1818
github.com/go-git/go-git/v5 v5.1.0
1919
github.com/go-logr/logr v0.1.0

0 commit comments

Comments
 (0)