Skip to content

Commit a598f5a

Browse files
authored
Merge pull request #54 from fluxcd/release-0.0.1-alpha.6
Release v0.0.1-alpha.6
2 parents 70aa393 + 937a665 commit a598f5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

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+
511
## 0.0.1-alpha.5 (2020-04-30)
612

713
This alpha release contains several bug fixes

config/manager/kustomization.yaml

+1-1
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.1-alpha.5
9+
newTag: v0.0.1-alpha.6

0 commit comments

Comments
 (0)