|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 1.39.0 |
| 6 | + |
| 7 | +**Release date:** 2024-07-30 |
| 8 | + |
| 9 | +This release comes with fixes and improvements. There is a new |
| 10 | +`.spec.analysis.webhooks[].disableTLS` field which disables TLS verification |
| 11 | +for that webhook request. |
| 12 | +A bug in the Gateway API provider was fixed which could lead to unecessary restarts. |
| 13 | + |
| 14 | +This release is built with Go 1.23. Lastly, all Go dependencies, Alpine and |
| 15 | +Kubernetes libraries were updated. |
| 16 | + |
| 17 | +#### Improvements |
| 18 | +- Add validation for `primaryScalerReplicas` field in the CRD |
| 19 | + [#1702](https://github.com/fluxcd/flagger/pull/1702) |
| 20 | +- feat: add `disableTLS` option for webhooks request |
| 21 | + [#1709](https://github.com/fluxcd/flagger/pull/1709) |
| 22 | +- Update dependencies to Kubernetes v1.31.3 |
| 23 | + [#1723](https://github.com/fluxcd/flagger/pull/1723) |
| 24 | +- Update generated client for Kubernetes 1.31 |
| 25 | + [#1725](https://github.com/fluxcd/flagger/pull/1725) |
| 26 | +- Build with Go 1.23 |
| 27 | + [#1726](https://github.com/fluxcd/flagger/pull/1726) |
| 28 | + |
| 29 | +#### Fixes |
| 30 | +- Gateway API: Sort header filters to avoid canary restarts |
| 31 | + [#1713](https://github.com/fluxcd/flagger/pull/1713) |
| 32 | +- fix: fix codegen script and update generated code |
| 33 | + [#1724](https://github.com/fluxcd/flagger/pull/1724) |
| 34 | +- fix(helm): podinfo fails to create the hpa object |
| 35 | + [#1721](https://github.com/fluxcd/flagger/pull/1721) |
| 36 | + |
5 | 37 | ## 1.38.0
|
6 | 38 |
|
7 | 39 | **Release date:** 2024-07-30
|
|
0 commit comments