Skip to content

Commit 0d3f1d3

Browse files
authored
Merge pull request fluxcd#2738 from 2opremio/release/1.17.1
Release Flux 1.17.1
2 parents ab466af + ece6894 commit 0d3f1d3

19 files changed

+109
-446
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.17.1 (2020-01-13)
2+
3+
This is a minor security patch release fixing a problem with the scoping
4+
of `imagePullSecret`s and removing git-URL HTTPS credentials server-side.
5+
6+
### Fixes
7+
8+
- Correctly scope imagePullSecrets by their namespace [fluxcd/flux#2728][]
9+
- Sanitize Git remote URLs on the server side [fluxcd/flux#2726][]
10+
11+
### Thanks
12+
13+
Thanks to @2opremio, @hiddeco and @bootc for contributing to this release.
14+
15+
16+
[fluxcd/flux#2726]: https://github.com/fluxcd/flux/pull/2726
17+
[fluxcd/flux#2728]: https://github.com/fluxcd/flux/pull/2728
18+
119
## 1.17.0 (2019-12-16)
220

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

19-
### Enhacements
37+
### Enhancements
2038

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

116-
### Enhacements
134+
### Enhancements
117135

118136
- Improve experience with `.flux.yaml` files
119137
fluxcd/flux#{[2565][fluxcd/flux#2565], [2603][fluxcd/flux#2603],

chart/flux/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.0.0 (2019-12-16)
2+
3+
**Note** The Helm Operator manifests have been **removed** from this chart.
4+
Please see the [install instruction](https://github.com/fluxcd/helm-operator/tree/master/chart/helm-operator)
5+
for Helm Operator v1.0.0. To keep using the same SSH key as Flux see the docs
6+
[here](https://github.com/fluxcd/helm-operator/tree/master/chart/helm-operator#use-fluxs-git-deploy-key).
7+
The upgrade procedure for `HelmReleases` from `v1beta1` to `v1` can be found
8+
[here](https://docs.fluxcd.io/projects/helm-operator/en/latest/guides/upgrading-to-ga.html).
9+
10+
### Improvements
11+
12+
- Updated Flux to `1.17.0`
13+
[fluxcd/flux#2693](https://github.com/fluxcd/flux/pull/2693)
14+
- Add a ServiceMonitor template
15+
[fluxcd/flux#2668](https://github.com/fluxcd/flux/pull/2668)
16+
- Update the automation interval flag in the chart
17+
[fluxcd/flux#2551](https://github.com/fluxcd/flux/pull/2551)
18+
119
## 0.16.0 (2019-11-28)
220

321
### Improvements

chart/flux/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: "1.16.0"
3-
version: 0.16.0
2+
appVersion: "1.17.0"
3+
version: 1.0.0
44
kubeVersion: ">=1.9.0-0"
55
name: flux
66
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control

chart/flux/templates/flux-helm-repositories.yaml

-9
This file was deleted.

chart/flux/templates/helm-operator-crd.yaml

-149
This file was deleted.

0 commit comments

Comments
 (0)