From 2d31ddfe1c6861edaa73b3ae142dac139a212092 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 20 Aug 2020 13:19:46 +0200 Subject: [PATCH] Release Helm chart v1.5.0 --- chart/flux/CHANGELOG.md | 12 ++++++++++++ chart/flux/Chart.yaml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index e0d0111fb..d2dd3d90e 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.5.0 (2020-08-20) + +### Improvements + + - Updated Flux to `1.20.2` + [fluxcd/flux#3258](https://github.com/fluxcd/flux/pull/3258) + - Support configuring a `git.secretDataKey` used as the + `--k8s-secret-data-key` argument + [fluxcd/flux##3227](https://github.com/fluxcd/flux/pull/3227) + - Extend Grafana dashboard options + [fluxcd/flux#3183](https://github.com/fluxcd/flux/pull/3183) + ## 1.4.1 (2020-08-06) ### Improvements diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index e181ed890..b5c94336d 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.20.1" -version: 1.4.1 +appVersion: "1.20.2" +version: 1.5.0 kubeVersion: ">=1.9.0-0" name: flux description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control