Skip to content

Commit 8b98573

Browse files
authored
Merge pull request #44 from fluxcd/release-v0.0.1-alpha.3
Release v0.0.1-alpha.3
2 parents b078847 + 4282189 commit 8b98573

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

713
This is the second alpha release of source controller.

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.2
9+
newTag: v0.0.1-alpha.3

0 commit comments

Comments
 (0)