Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 4e57253

Browse files
authored
Merge pull request #3260 from fluxcd/release-chart-1.5.0
Release Helm chart v1.5.0
2 parents 28c2927 + 2d31ddf commit 4e57253

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

chart/flux/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.5.0 (2020-08-20)
2+
3+
### Improvements
4+
5+
- Updated Flux to `1.20.2`
6+
[fluxcd/flux#3258](https://github.com/fluxcd/flux/pull/3258)
7+
- Support configuring a `git.secretDataKey` used as the
8+
`--k8s-secret-data-key` argument
9+
[fluxcd/flux##3227](https://github.com/fluxcd/flux/pull/3227)
10+
- Extend Grafana dashboard options
11+
[fluxcd/flux#3183](https://github.com/fluxcd/flux/pull/3183)
12+
113
## 1.4.1 (2020-08-06)
214

315
### Improvements

chart/flux/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: "1.20.1"
3-
version: 1.4.1
2+
appVersion: "1.20.2"
3+
version: 1.5.0
44
kubeVersion: ">=1.9.0-0"
55
name: flux
66
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control

0 commit comments

Comments
 (0)