From 937a665e4a53632187aa3d154339adb687b266cd Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 6 May 2020 10:48:34 +0300 Subject: [PATCH] Release v0.0.1-alpha.6 --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df3737c..fcf27d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.0.1-alpha.6 (2020-05-06) + +This alpha release comes with [improvements](https://github.com/fluxcd/source-controller/pull/52) +to the `GitRepository` reconciler. Starting with this version, the controller +watches for sources only in the namespace where it's deployed. + ## 0.0.1-alpha.5 (2020-04-30) This alpha release contains several bug fixes diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c4826b6f..0453a66b 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.5 + newTag: v0.0.1-alpha.6