From a45536adbc810f9c33e8772222b1b48aa87f6529 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 29 May 2020 18:01:03 +0300 Subject: [PATCH] Release v0.0.1-beta.1 --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf27d05..c94b6c1b 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-beta.1 (2020-05-29) + +This is the first beta release of source controller. This release adds +support for [excluding files](https://github.com/fluxcd/source-controller/pull/55) +when packaging artifacts from Git repositories. + ## 0.0.1-alpha.6 (2020-05-06) This alpha release comes with [improvements](https://github.com/fluxcd/source-controller/pull/52) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0453a66b..3b9015c1 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.6 + newTag: v0.0.1-beta.1