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

Release Helm chart v1.5.0 #3260

Merged
merged 1 commit into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down