From 913c2eec0d936b1e3fe70eed735b725137ef3627 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 30 Apr 2020 16:48:42 +0300 Subject: [PATCH] Release v0.0.1-alpha.5 --- CHANGELOG.md | 9 +++++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c51f5ff..9df3737c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project are documented in this file. +## 0.0.1-alpha.5 (2020-04-30) + +This alpha release contains several bug fixes +[#47](https://github.com/fluxcd/source-controller/pull/47) +[#49](https://github.com/fluxcd/source-controller/pull/49) +[#50](https://github.com/fluxcd/source-controller/pull/50). +After a successful synchronization, the controller reports the revision in the +status ready condition. + ## 0.0.1-alpha.4 (2020-04-28) This alpha release comes with [integrity checks](https://github.com/fluxcd/source-controller/pull/45) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0779bd055..c4826b6f2 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.0.1-alpha.4 + newTag: v0.0.1-alpha.5