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

Release Flux chart v0.13.0 #2383

Merged
merged 1 commit into from
Aug 21, 2019
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
13 changes: 13 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.13.0 (2019-08-21)

### Improvements

**Note** The Flux chart is now hosted at `https://charts.fluxcd.io`

- Updated Flux to `1.14.0`
[fluxcd/flux#2380](https://github.com/fluxcd/flux/pull/2380)
- Add `git.readonly` option to chart
[fluxcd/flux#1807](https://github.com/fluxcd/flux/pull/1807)
- Helm chart repository has been changed to `charts.fluxcd.io`
[fluxcd/flux#2341](https://github.com/fluxcd/flux/pull/2341)

## 0.12.0 (2019-08-08)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.14.0"
version: 0.12.0
version: 0.13.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