We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70aa393 + 937a665 commit a598f5aCopy full SHA for a598f5a
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project are documented in this file.
4
5
+## 0.0.1-alpha.6 (2020-05-06)
6
+
7
+This alpha release comes with [improvements](https://github.com/fluxcd/source-controller/pull/52)
8
+to the `GitRepository` reconciler. Starting with this version, the controller
9
+watches for sources only in the namespace where it's deployed.
10
11
## 0.0.1-alpha.5 (2020-04-30)
12
13
This alpha release contains several bug fixes
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
- newTag: v0.0.1-alpha.5
+ newTag: v0.0.1-alpha.6
0 commit comments