Release v0.0.1-alpha.3

This commit is contained in:
stefanprodan 2020-04-27 12:11:34 +03:00
parent b078847ce8
commit 4282189591
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