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

Commit

Permalink
Merge pull request #2738 from 2opremio/release/1.17.1
Browse files Browse the repository at this point in the history
Release Flux 1.17.1
  • Loading branch information
2opremio authored Jan 13, 2020
2 parents ab466af + ece6894 commit 0d3f1d3
Show file tree
Hide file tree
Showing 19 changed files with 109 additions and 446 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.17.1 (2020-01-13)

This is a minor security patch release fixing a problem with the scoping
of `imagePullSecret`s and removing git-URL HTTPS credentials server-side.

### Fixes

- Correctly scope imagePullSecrets by their namespace [fluxcd/flux#2728][]
- Sanitize Git remote URLs on the server side [fluxcd/flux#2726][]

### Thanks

Thanks to @2opremio, @hiddeco and @bootc for contributing to this release.


[fluxcd/flux#2726]: https://github.com/fluxcd/flux/pull/2726
[fluxcd/flux#2728]: https://github.com/fluxcd/flux/pull/2728

## 1.17.0 (2019-12-16)

This feature release adds support for encrypted manifests with
Expand All @@ -16,7 +34,7 @@ Instead, make sure to output cleartext manifests by explicitly invoking the
This release also adds the new `fluxd` flag `--k8s-default-namespace`
which overrides the namespace used for manifests which omit it.

### Enhacements
### Enhancements

- Add support for SOPS [fluxcd/flux#2580][]
- Add `--k8s-default-namespace` flag to override default namespace
Expand Down Expand Up @@ -113,7 +131,7 @@ numerous new end-to-end tests have been added.
- Ignore timestamp labels during sorting and release of images [fluxcd/flux#2594][]
- Security: Stop showing value of `GIT_AUTHKEY` in the `fluxctl` output [fluxcd/flux#2549][]

### Enhacements
### Enhancements

- Improve experience with `.flux.yaml` files
fluxcd/flux#{[2565][fluxcd/flux#2565], [2603][fluxcd/flux#2603],
Expand Down
18 changes: 18 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.0.0 (2019-12-16)

**Note** The Helm Operator manifests have been **removed** from this chart.
Please see the [install instruction](https://github.com/fluxcd/helm-operator/tree/master/chart/helm-operator)
for Helm Operator v1.0.0. To keep using the same SSH key as Flux see the docs
[here](https://github.com/fluxcd/helm-operator/tree/master/chart/helm-operator#use-fluxs-git-deploy-key).
The upgrade procedure for `HelmReleases` from `v1beta1` to `v1` can be found
[here](https://docs.fluxcd.io/projects/helm-operator/en/latest/guides/upgrading-to-ga.html).

### Improvements

- Updated Flux to `1.17.0`
[fluxcd/flux#2693](https://github.com/fluxcd/flux/pull/2693)
- Add a ServiceMonitor template
[fluxcd/flux#2668](https://github.com/fluxcd/flux/pull/2668)
- Update the automation interval flag in the chart
[fluxcd/flux#2551](https://github.com/fluxcd/flux/pull/2551)

## 0.16.0 (2019-11-28)

### 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.16.0"
version: 0.16.0
appVersion: "1.17.0"
version: 1.0.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
9 changes: 0 additions & 9 deletions chart/flux/templates/flux-helm-repositories.yaml

This file was deleted.

149 changes: 0 additions & 149 deletions chart/flux/templates/helm-operator-crd.yaml

This file was deleted.

Loading

0 comments on commit 0d3f1d3

Please sign in to comment.