|
1 |
| -## 1.0.0-rc7 (2019-01-10) |
| 1 | +## 1.0.0-rc8 (2020-01-25) |
| 2 | + |
| 3 | +> **Notice:** upgrading to this version from `<=0.10.x` by just |
| 4 | +> updating your Helm Operator image tag is not possible as the |
| 5 | +> CRD domain and version have changed. An upgrade guide can be |
| 6 | +> found [here](./docs/guides/upgrading-to-ga.md). |
| 7 | +
|
| 8 | +> **Notice:** due to the multiple added fields, you need to |
| 9 | +> re-apply the `HelmRelease` CRD. |
| 10 | +
|
| 11 | +### Bug fixes |
| 12 | + |
| 13 | + - release: push returned error as condition on sync check |
| 14 | + failure |
| 15 | + [fluxcd/helm-operator][#209] |
| 16 | + - release: reject git source if URL and path are missing |
| 17 | + [fluxcd/helm-operator][#223] |
| 18 | + - helm: only hold repository config lock for duration of |
| 19 | + read so dry-runs are run in parallel again |
| 20 | + [fluxcd/helm-operator][#225] |
| 21 | + - release: use all set `rollback` values when performing |
| 22 | + a rollback operation |
| 23 | + [fluxcd/helm-operator][#239] |
| 24 | + - helm: do not include non-template files in chart data |
| 25 | + so that the generation of a `requirement.lock` due to |
| 26 | + a dependency update does not cause spurious upgrades |
| 27 | + [fluxcd/helm-operator][#242] |
| 28 | + |
| 29 | +### Enhancements |
| 30 | + |
| 31 | + - release: allow `.spec.wait` to be set for upgrades |
| 32 | + [fluxcd/helm-operator][#95] |
| 33 | + - chartsync: support supplying Git HTTPS credentials |
| 34 | + using `secretRef` |
| 35 | + [fluxcd/helm-operator][#172] |
| 36 | + - status: retry status and condition updates on conflicts |
| 37 | + [fluxcd/helm-operator][#210] |
| 38 | + - release: allow `secretKeyRef` and `configMapKeyRef` to be |
| 39 | + selected from other namespaces using the `namespace` key |
| 40 | + [fluxcd/helm-operator][#219] |
| 41 | + - helm: only index missing repositories when fetching a |
| 42 | + chart from an URL |
| 43 | + [fluxcd/helm-operator][#225] |
| 44 | + - helm/v3: propagate main application logger to client |
| 45 | + [fluxcd/helm-operator][#232] |
| 46 | + - release: allow max history to be overridden using |
| 47 | + `.spec.maxHistory` |
| 48 | + [fluxcd/helm-operator][#235] |
| 49 | + - release: rely on Helm storage for determining when to |
| 50 | + upgrade after rolling back |
| 51 | + [fluxcd/helm-operator][#239] |
| 52 | + |
| 53 | +### Maintenance and documentation |
| 54 | + |
| 55 | + - build: update Kubernetes Kind to `v0.7.0` and set |
| 56 | + Kubernetes `v1.14.10` for end-to-end tests |
| 57 | + [fluxcd/helm-operator][#207] |
| 58 | + - build: upgrade code-generator to Kubernetes 1.16.2 |
| 59 | + [fluxcd/helm-operator][#214] |
| 60 | + - docs: update FAQ on Flux garbage collection |
| 61 | + [fluxcd/helm-operator][#221] |
| 62 | + - Pkg: update Flux to `v1.17.2-0.20200121140732-3903cf8e71c3` |
| 63 | + [fluxcd/helm-operator][#230] |
| 64 | + - Pkg: make `pkg/install` a Go module to reduce its |
| 65 | + dependencies |
| 66 | + [fluxcd/helm-operator][#234] |
| 67 | + |
| 68 | + |
| 69 | +### Thanks |
| 70 | + |
| 71 | +Thanks to @sa-spag, @carlpett, @sureshamk, @ingeknudsen, @cep21, |
| 72 | +@HaveFun83, @stefanprodan, @runningman84, @nabadger, @Helcaraxan, |
| 73 | +@stefansedich, @hiddeco, @grrywlsn, @niall-weedon, @richardcase, |
| 74 | +@REBELinBLUE, @derrickburns, and others for their contributions to |
| 75 | +this release, feedback, and reporting issues. |
| 76 | + |
| 77 | +[#95]: https://github.com/fluxcd/helm-operator/pull/95 |
| 78 | +[#172]: https://github.com/fluxcd/helm-operator/pull/172 |
| 79 | +[#207]: https://github.com/fluxcd/helm-operator/pull/207 |
| 80 | +[#209]: https://github.com/fluxcd/helm-operator/pull/209 |
| 81 | +[#210]: https://github.com/fluxcd/helm-operator/pull/210 |
| 82 | +[#214]: https://github.com/fluxcd/helm-operator/pull/214 |
| 83 | +[#219]: https://github.com/fluxcd/helm-operator/pull/219 |
| 84 | +[#221]: https://github.com/fluxcd/helm-operator/pull/221 |
| 85 | +[#223]: https://github.com/fluxcd/helm-operator/pull/223 |
| 86 | +[#225]: https://github.com/fluxcd/helm-operator/pull/225 |
| 87 | +[#230]: https://github.com/fluxcd/helm-operator/pull/230 |
| 88 | +[#232]: https://github.com/fluxcd/helm-operator/pull/232 |
| 89 | +[#234]: https://github.com/fluxcd/helm-operator/pull/234 |
| 90 | +[#235]: https://github.com/fluxcd/helm-operator/pull/235 |
| 91 | +[#239]: https://github.com/fluxcd/helm-operator/pull/239 |
| 92 | +[#242]: https://github.com/fluxcd/helm-operator/pull/242 |
| 93 | + |
| 94 | +## 1.0.0-rc7 (2020-01-10) |
2 | 95 |
|
3 | 96 | > **Notice:** upgrading to this version from `<=0.10.x` by just
|
4 | 97 | > updating your Helm Operator image tag is not possible as the
|
@@ -40,7 +133,7 @@ to this release, feedback, and reporting issues.
|
40 | 133 | [#193]: https://github.com/fluxcd/helm-operator/pull/193
|
41 | 134 | [#196]: https://github.com/fluxcd/helm-operator/pull/196
|
42 | 135 |
|
43 |
| -## 1.0.0-rc6 (2019-01-08) |
| 136 | +## 1.0.0-rc6 (2020-01-08) |
44 | 137 |
|
45 | 138 | > **Notice:** upgrading to this version from `<=0.10.x` by just
|
46 | 139 | > updating your Helm Operator image tag is not possible as the
|
|
0 commit comments