diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index e50f29441..6f3d9d2ba 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.6.1 (2021-02-04) + +### Improvements + + - Updated Flux to `1.21.1` + [fluxcd/flux#3393](https://github.com/fluxcd/flux/pull/3393) + +### Fixes + + - Sets namespace on memcached service + [fluxcd/flux#3346](https://github.com/fluxcd/flux/pull/3346) + ## 1.6.0 (2020-11-20) ### Improvements diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index fe4e80d48..6668a823c 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.21.0" -version: 1.6.0 +appVersion: "1.21.1" +version: 1.6.1 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