|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 1.32.0 |
| 6 | + |
| 7 | +**Release date:** 2023-07-14 |
| 8 | + |
| 9 | +This release adds support for suspending a Canary using `.spec.suspend`. |
| 10 | +It also fixes a bug where the target deployment gets stuck at 0 replicas |
| 11 | +after the Canary has been deleted. |
| 12 | +Furthermore, the Canary API has been modified to allow specifying the |
| 13 | +HTTPRoute port using `.service.gatewayRefs[].port`. |
| 14 | + |
| 15 | +#### Improvements |
| 16 | +- Helm: Add option to create service and serviceMonitor |
| 17 | + [#1425](https://github.com/fluxcd/flagger/pull/1425) |
| 18 | +- Update Alpine to 3.18 |
| 19 | + [#1426](https://github.com/fluxcd/flagger/pull/1426) |
| 20 | +- Add `spec.suspend` to allow suspending canary |
| 21 | + [#1431](https://github.com/fluxcd/flagger/pull/1431) |
| 22 | +- Add support for istio LEAST_REQUEST destination rule load balancing |
| 23 | + [#1439](https://github.com/fluxcd/flagger/pull/1439) |
| 24 | +- Add gatewayRef port to Canary CRD |
| 25 | + [#1453](https://github.com/fluxcd/flagger/pull/1453) |
| 26 | +- feat: Copy slowStartConfig for Gloo upstreams |
| 27 | + [#1455](https://github.com/fluxcd/flagger/pull/1455) |
| 28 | +- Update Go dependencies |
| 29 | + [#1459](https://github.com/fluxcd/flagger/pull/1459) |
| 30 | + |
| 31 | +#### Fixes |
| 32 | +- Resume target scaler during finalization |
| 33 | + [#1429](https://github.com/fluxcd/flagger/pull/1429) |
| 34 | +- Fix panic when annotation of ingress is empty |
| 35 | + [#1437](https://github.com/fluxcd/flagger/pull/1437) |
| 36 | +- Fixing namespace of HelmRepository in installation docs |
| 37 | + [#1458](https://github.com/fluxcd/flagger/pull/1458) |
| 38 | + |
5 | 39 | ## 1.31.0
|
6 | 40 |
|
7 | 41 | **Release date:** 2023-05-10
|
|
0 commit comments