From 6390a7a899042397a20692dc4797ab548722c78e Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 16 Jul 2020 09:56:06 +0200 Subject: [PATCH] Release v0.0.1-alpha.2 --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d09265e..69eec485d 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.2 (2020-07-16) + +This alpha release comes with improvements to alerts delivering, +logging, and fixes a bug in the lookup of HelmReleases when a +HelmChart revision had changed. + ## 0.0.1-alpha.1 (2020-07-13) This is the first alpha release of helm-controller. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index af77d8de9..a9a8f376d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/helm-controller newName: fluxcd/helm-controller - newTag: v0.0.1-alpha.1 + newTag: v0.0.1-alpha.2