This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1608 from weaveworks/release/1.8.2
Release Flux v1.8.2
- Loading branch information
Showing
46 changed files
with
963 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
## 0.5.1 (2018-11-21) | ||
|
||
### Bug fixes | ||
|
||
- Removed CRD hook from chart | ||
[weaveworks/flux#1536](https://github.com/weaveworks/flux/pull/1536) | ||
|
||
### Improvements | ||
|
||
- Updated Helm operator to `v0.5.1` | ||
[weaveworks/flux#1536](https://github.com/weaveworks/flux/pull/1536) | ||
- Updated chart README (removed Helm operator Git flags, fixed typos, | ||
updated example repo and use the same Git URL format everywhere) | ||
[weaveworks/flux#1527](https://github.com/weaveworks/flux/pull/1527) | ||
|
||
## 0.5.0 (2018-11-16) | ||
|
||
### Improvements | ||
|
||
- Updated Flux to `v1.8.1` and the Helm operator to `v0.5.0` | ||
[weaveworks/flux#1522](https://github.com/weaveworks/flux/pull/1522) | ||
- Adapted chart to new Helm operator CRD and args | ||
[weaveworks/flux#1382](https://github.com/weaveworks/flux/pull/1382) | ||
|
||
## 0.4.1 (2018-11-04) | ||
|
||
### Bug fixes | ||
|
||
- Fixed indentation of `.Values.helmOperator.tls.caContent` | ||
[weaveworks/flux#1484](https://github.com/weaveworks/flux/pull/1484) | ||
|
||
### Improvements | ||
|
||
- Updated Helm operator to `v0.4.0` | ||
[weaveworks/flux#1487](https://github.com/weaveworks/flux/pull/1487) | ||
- Added `--tiller-tls-hostname` Helm operator config flag to the chart | ||
[weaveworks/flux#1484](https://github.com/weaveworks/flux/pull/1484) | ||
- Include `valueFileSecrets` property in `helm-operator-crd.yaml` | ||
[weaveworks/flux#1468](https://github.com/weaveworks/flux/pull/1468) | ||
- Uniform language highlight on Helm chart README | ||
[weaveworks/flux#1464](https://github.com/weaveworks/flux/pull/1463) | ||
|
||
## 0.4.0 (2018-10-25) | ||
|
||
### Bug fixes | ||
|
||
- Made maximum memcache item size configurable, fixes | ||
`SERVER_ERROR object too large for cache` errors on large deployments | ||
[weaveworks/flux#1453](https://github.com/weaveworks/flux/pull/1453) | ||
- Fixed indentation of `aditionalArgs` | ||
[weaveworks/flux#1417](https://github.com/weaveworks/flux/pull/1417) | ||
|
||
### Improvements | ||
|
||
- Updated Flux to `v1.8.0` and the Helm operator to `0.3.0` | ||
[weaveworks/flux#1470](https://github.com/weaveworks/flux/pull/1470) | ||
- Deprecated Flux `--registry-cache-expiry` config flag | ||
[weaveworks/flux#1470](https://github.com/weaveworks/flux/pull/1470) | ||
- Added and documented multiple values (s.a. `nodeSelector`, | ||
`extraEnvs`, `git.timeout`) | ||
[weaveworks/flux#1469](https://github.com/weaveworks/flux/pull/1469) | ||
[weaveworks/flux#1446](https://github.com/weaveworks/flux/pull/1446) | ||
[weaveworks/flux#1416](https://github.com/weaveworks/flux/pull/1416) | ||
- Made it possible to enable Promotheus annotations | ||
[weaveworks/flux#1462](https://github.com/weaveworks/flux/pull/1462) | ||
|
||
## 0.3.4 (2018-09-28) | ||
|
||
### Improvements | ||
|
||
- Updated Flux to `v1.7.1` | ||
[weaveworks/flux#1405](https://github.com/weaveworks/flux/pull/1405) | ||
- Custom SSH keys for Flux and Helm operator are now allowed | ||
[weaveworks/flux#1391](https://github.com/weaveworks/flux/pull/1391) | ||
|
||
## 0.3.3 (2018-09-18) | ||
|
||
### Improvements | ||
|
||
- Updated Flux to `v1.7.0` and the Helm operator to `v0.2.1` | ||
[weaveworks/flux#1368](https://github.com/weaveworks/flux/pull/1368) | ||
- Added memcached verbose option | ||
[weaveworks/flux#1350](https://github.com/weaveworks/flux/pull/1350) | ||
- Allow overrides of `.kube/config` | ||
[weaveworks/flux#1342](https://github.com/weaveworks/flux/pull/1342) | ||
- Documentation improvements | ||
[weaveworks/flux#1357](https://github.com/weaveworks/flux/pull/1357) | ||
|
||
## 0.3.2 (2018-08-31) | ||
|
||
### Improvements | ||
|
||
- Updated Flux to `v1.6.0` | ||
[weaveworks/flux#1330](https://github.com/weaveworks/flux/pull/1330) | ||
- Made the Helm operator CRD creation optional | ||
[weaveworks/flux#1311](https://github.com/weaveworks/flux/pull/1311) | ||
|
||
## 0.3.0 (2018-08-24) | ||
|
||
### Improvements | ||
|
||
- Updated Helm operator to `v0.2.0` | ||
[weaveworks/flux#1308](https://github.com/weaveworks/flux/pull/1308) | ||
- Added Flux git label and registry options | ||
[weaveworks/flux#1305](https://github.com/weaveworks/flux/pull/1305) | ||
- Removed `.Values.git.gitPath` value | ||
[weaveworks/flux#1305](https://github.com/weaveworks/flux/pull/1305) | ||
- Documented how to use a private Git host | ||
[weaveworks/flux#1299](https://github.com/weaveworks/flux/pull/1299) | ||
- Added option to opt-in to logging of release diffs | ||
[weaveworks/flux#1271](https://github.com/weaveworks/flux/pull/1272) | ||
|
||
## 0.2.2 (2018-08-09) | ||
|
||
### Bug fixes | ||
|
||
- Fixed indentation of `.Values.ssh.known_hosts` | ||
[weaveworks/flux#1246](https://github.com/weaveworks/flux/pull/1246) | ||
|
||
### Improvements | ||
|
||
- Updated Flux to `v1.5.0` | ||
[weaveworks/flux#1279](https://github.com/weaveworks/flux/pull/1279) | ||
- Added openAPIV3Schema validation to Helm CRD | ||
[weaveworks/flux#1253](https://github.com/weaveworks/flux/pull/1253) | ||
- Fix markdown typo in README | ||
[weaveworks/flux#1248](https://github.com/weaveworks/flux/pull/1248) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
apiVersion: v1 | ||
appVersion: "1.8.0" | ||
appVersion: "1.8.1" | ||
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control | ||
name: flux | ||
version: 0.5.0-beta | ||
version: 0.5.3 | ||
home: https://weave.works | ||
sources: | ||
- https://github.com/weaveworks/flux | ||
maintainers: | ||
- name: stefanprodan | ||
email: stefan@weave.works | ||
engine: gotpl | ||
icon: https://landscape.cncf.io/logos/flux.svg | ||
icon: https://landscape.cncf.io/logos/weave-flux.svg |
Oops, something went wrong.