We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b078847 + 4282189 commit 8b98573Copy full SHA for 8b98573
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.3 (2020-04-27)
6
+
7
+This alpha release contains a [bug fix](https://github.com/fluxcd/source-controller/pull/42)
8
+for `GitRepositories` status reporting and allows
9
+[waiting for sources on-demand sync](https://github.com/fluxcd/source-controller/pull/43).
10
11
## 0.0.1-alpha.2 (2020-04-24)
12
13
This is the second alpha release of source controller.
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
- newTag: v0.0.1-alpha.2
+ newTag: v0.0.1-alpha.3
0 commit comments