From f79982dced4c4ce24ed9b8a47ca4c44ad8e0c858 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 29 Apr 2019 17:56:39 +0300 Subject: [PATCH 1/2] Bump Flux version to 1.12.1 --- chart/flux/Chart.yaml | 4 ++-- chart/flux/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index d5355294d..d7ccab927 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.12.0" -version: 0.9.1 +appVersion: "1.12.1" +version: 0.9.2 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 diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index bd15ed53d..550b19de3 100644 --- a/chart/flux/values.yaml +++ b/chart/flux/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: docker.io/weaveworks/flux - tag: 1.12.0 + tag: 1.12.1 pullPolicy: IfNotPresent pullSecret: From b7e323dc48e9479ef6fb6776c5a5311a4afac4b5 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 29 Apr 2019 17:59:00 +0300 Subject: [PATCH 2/2] Update change log --- chart/flux/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index 9e613b752..22247eaee 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.1 (2019-04-29) + +### Improvements + + - Updated Flux to `1.12.1` + [weaveworks/flux#1993](https://github.com/weaveworks/flux/pull/1993) + ## 0.9.1 (2019-04-17) ### Improvements