Skip to content

Commit 4f18299

Browse files
authored
Merge pull request #51 from fluxcd/release-v0.0.1-alpha.5
Release v0.0.1-alpha.5
2 parents 9c9b321 + 913c2ee commit 4f18299

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## 0.0.1-alpha.5 (2020-04-30)
6+
7+
This alpha release contains several bug fixes
8+
[#47](https://github.com/fluxcd/source-controller/pull/47)
9+
[#49](https://github.com/fluxcd/source-controller/pull/49)
10+
[#50](https://github.com/fluxcd/source-controller/pull/50).
11+
After a successful synchronization, the controller reports the revision in the
12+
status ready condition.
13+
514
## 0.0.1-alpha.4 (2020-04-28)
615

716
This alpha release comes with [integrity checks](https://github.com/fluxcd/source-controller/pull/45)

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

0 commit comments

Comments
 (0)