|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## 1.13.0 |
| 6 | + |
| 7 | +**Release date:** 2021-08-25 |
| 8 | + |
| 9 | +This release comes with support for [Open Service Mesh](https://openservicemesh.io). |
| 10 | +For more details see the [OSM Progressive Delivery tutorial](https://docs.flagger.app/tutorials/osm-progressive-delivery). |
| 11 | + |
| 12 | +Starting with this version, Flagger container images are signed with |
| 13 | +[sigstore/cosign](https://github.com/sigstore/cosign), for more details see the |
| 14 | +[Flagger cosign docs](https://github.com/fluxcd/flagger/blob/main/cosign/README.md). |
| 15 | + |
| 16 | +#### Features |
| 17 | + |
| 18 | +- Support OSM progressive traffic shifting in Flagger |
| 19 | + [#955](https://github.com/fluxcd/flagger/pull/955) |
| 20 | + [#977](https://github.com/fluxcd/flagger/pull/977) |
| 21 | +- Add support for Google Chat alerts |
| 22 | + [#953](https://github.com/fluxcd/flagger/pull/953) |
| 23 | + |
| 24 | +#### Improvements |
| 25 | + |
| 26 | +- Sign Flagger container images with cosign |
| 27 | + [#983](https://github.com/fluxcd/flagger/pull/983) |
| 28 | +- Update Gloo APIs and e2e tests to Gloo v1.8.9 |
| 29 | + [#982](https://github.com/fluxcd/flagger/pull/982) |
| 30 | +- Update e2e tests to Istio v1.11, Contour v1.18, Linkerd v2.10.2 and NGINX v0.49.0 |
| 31 | + [#979](https://github.com/fluxcd/flagger/pull/979) |
| 32 | +- Update e2e tests to Traefik to 2.4.9 |
| 33 | + [#960](https://github.com/fluxcd/flagger/pull/960) |
| 34 | +- Add support for volumes/volumeMounts in loadtester Helm chart |
| 35 | + [#975](https://github.com/fluxcd/flagger/pull/975) |
| 36 | +- Add extra podLabels options to Flagger Helm Chart |
| 37 | + [#966](https://github.com/fluxcd/flagger/pull/966) |
| 38 | + |
| 39 | +#### Fixes |
| 40 | + |
| 41 | +- Fix for the http client proxy overriding the default client |
| 42 | + [#943](https://github.com/fluxcd/flagger/pull/943) |
| 43 | +- Drop deprecated io/ioutil |
| 44 | + [#964](https://github.com/fluxcd/flagger/pull/964) |
| 45 | +- Remove problematic nulls from Grafana dashboard |
| 46 | + [#952](https://github.com/fluxcd/flagger/pull/952) |
| 47 | + |
5 | 48 | ## 1.12.1
|
6 | 49 |
|
7 | 50 | **Release date:** 2021-06-17
|
|
0 commit comments