From d7adde221dd0fb87f0e787f7c5115a785903f85f Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 26 Jan 2020 13:12:25 +0200 Subject: [PATCH] Release Helm chart 0.6.0 --- chart/helm-operator/CHANGELOG.md | 9 +++++++++ chart/helm-operator/Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/chart/helm-operator/CHANGELOG.md b/chart/helm-operator/CHANGELOG.md index 693fc85f8..c68e8186f 100644 --- a/chart/helm-operator/CHANGELOG.md +++ b/chart/helm-operator/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.6.0 (2020-01-26) + +### Improvements + + - Update Helm Operator to `1.0.0-rc8` + [fluxcd/helm-operator#244](https://github.com/fluxcd/helm-operator/pull/244) + - Allow pod annotations, labels and account annotations to be set + [fluxcd/helm-operator#229](https://github.com/fluxcd/helm-operator/pull/229) + ## 0.5.0 (2020-01-10) ### Improvements diff --git a/chart/helm-operator/Chart.yaml b/chart/helm-operator/Chart.yaml index a30f0b4ec..aeddd9449 100644 --- a/chart/helm-operator/Chart.yaml +++ b/chart/helm-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 appVersion: "1.0.0-rc8" -version: 0.5.0 +version: 0.6.0 kubeVersion: ">=1.11.0-0" name: helm-operator description: Flux Helm Operator is a CRD controller for declarative helming