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

Release chart v0.14.0 #2403

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

### Improvements

- Updated Flux to `1.14.1`
[fluxcd/flux#2401](https://github.com/fluxcd/flux/pull/2401)
- Add the ability to disable memcached and set an external memcached service
[fluxcd/flux#2393](https://github.com/fluxcd/flux/pull/2393)

## 0.13.0 (2019-08-21)

### 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.1"
version: 0.13.0
version: 0.14.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