Merge pull request #44 from fluxcd/release-v0.0.1-alpha.3

Release v0.0.1-alpha.3
This commit is contained in:
Stefan Prodan 2020-04-27 12:25:48 +03:00 committed by GitHub
commit 8b98573493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project are documented in this file.
## 0.0.1-alpha.3 (2020-04-27)
This alpha release contains a [bug fix](https://github.com/fluxcd/source-controller/pull/42)
for `GitRepositories` status reporting and allows
[waiting for sources on-demand sync](https://github.com/fluxcd/source-controller/pull/43).
## 0.0.1-alpha.2 (2020-04-24)
This is the second alpha release of source controller.

View File

@ -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