|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 1.29.0 |
| 6 | + |
| 7 | +**Release date:** 2023-02-21 |
| 8 | + |
| 9 | +This release comes with support for template variables for analysis metrics. |
| 10 | +A canary analysis metric can reference a set of custom variables with |
| 11 | +`.spec.analysis.metrics[].templateVariables`. For more info see the [docs](https://fluxcd.io/flagger/usage/metrics/#custom-metrics). |
| 12 | +Furthemore, a bug related to Canary releases with session affinity has been |
| 13 | +fixed. |
| 14 | + |
| 15 | +#### Improvements |
| 16 | + |
| 17 | +- update dependencies |
| 18 | + [#1374](https://github.com/fluxcd/flagger/pull/1374) |
| 19 | +- build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 |
| 20 | + [#1373](https://github.com/fluxcd/flagger/pull/1373) |
| 21 | +- build(deps): bump fossa-contrib/fossa-action from 1 to 2 |
| 22 | + [#1372](https://github.com/fluxcd/flagger/pull/1372) |
| 23 | +- Allow custom affinities for flagger deployment in helm chart |
| 24 | + [#1371](https://github.com/fluxcd/flagger/pull/1371) |
| 25 | +- Add namespace to namespaced resources in helm chart |
| 26 | + [#1370](https://github.com/fluxcd/flagger/pull/1370) |
| 27 | +- build(deps): bump actions/cache from 3.2.4 to 3.2.5 |
| 28 | + [#1366](https://github.com/fluxcd/flagger/pull/1366) |
| 29 | +- build(deps): bump actions/cache from 3.2.3 to 3.2.4 |
| 30 | + [#1362](https://github.com/fluxcd/flagger/pull/1362) |
| 31 | +- build(deps): bump docker/build-push-action from 3 to 4 |
| 32 | + [#1361](https://github.com/fluxcd/flagger/pull/1361) |
| 33 | +- modify release workflow to publish rc images |
| 34 | + [#1359](https://github.com/fluxcd/flagger/pull/1359) |
| 35 | +- build: Enable SBOM and SLSA Provenance |
| 36 | + [#1356](https://github.com/fluxcd/flagger/pull/1356) |
| 37 | +- Add support for custom variables in metric templates |
| 38 | + [#1355](https://github.com/fluxcd/flagger/pull/1355) |
| 39 | +- docs(readme.md): add additional tutorial |
| 40 | + [#1346](https://github.com/fluxcd/flagger/pull/1346) |
| 41 | + |
| 42 | +#### Fixes |
| 43 | + |
| 44 | +- use regex to match against headers in istio |
| 45 | + [#1364](https://github.com/fluxcd/flagger/pull/1364) |
| 46 | + |
5 | 47 | ## 1.28.0
|
6 | 48 |
|
7 | 49 | **Release date:** 2023-01-26
|
|
0 commit comments