From 787eb7c0497655a0fc5cf1bf599209e8fb13f6f3 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 3 Apr 2020 09:55:08 +0300 Subject: [PATCH] Release Helm chart v1.3.0 --- chart/flux/CHANGELOG.md | 16 ++++++++++++++++ chart/flux/Chart.yaml | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index e8670def4..c420de7da 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.3.0 (2020-04-03) + +### Improvements + + - Updated Flux to `1.19.0` + [fluxcd/flux#2961](https://github.com/fluxcd/flux/pull/2961) + - Add memcached resource requests + [fluxcd/flux#2879](https://github.com/fluxcd/flux/pull/2879) + - Add priority class to chart options + [fluxcd/flux#2872](https://github.com/fluxcd/flux/pull/2872) + [fluxcd/flux#2847](https://github.com/fluxcd/flux/pull/2847) + - Add git-secret decryption to chart options + [fluxcd/flux#2870](https://github.com/fluxcd/flux/pull/2870) + - Add registry-disable-scanning to chart options + [fluxcd/flux#2828](https://github.com/fluxcd/flux/pull/2828) + ## 1.2.0 (2020-02-06) ### Improvements diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index c4a3f0ab8..998d7414a 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.18.0" -version: 1.2.0 +appVersion: "1.19.0" +version: 1.3.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