|
1 | 1 | # Changes
|
2 | 2 |
|
| 3 | +## edge-23.8.2 |
| 4 | + |
| 5 | +This edge release adds improvements to Linkerd's multi-cluster features as part |
| 6 | +of the [flat network support] planned for Linkerd stable-2.14.0. In addition, it |
| 7 | +fixes an issue ([#10764]) where warnings about an invalid metric were logged |
| 8 | +frequently by the Destination controller. |
| 9 | + |
| 10 | +* Added a new `remoteDiscoverySelector` field to the multicluster `Link` CRD, |
| 11 | + which enables a service mirroring mode where the control plane |
| 12 | + performs discovery for the mirrored service from the remote cluster, rather |
| 13 | + than creating Endpoints for the mirrored service in the source cluster |
| 14 | + ([#11190], [#11201], [#11220], and [#11224]) |
| 15 | +* Fixed missing "Services" menu item in the Spanish localization for the |
| 16 | + `linkerd-viz` web dashboard ([#11229]) (thanks @mclavel!) |
| 17 | +* Replaced `server_port_subscribers` Destination controller gauge metric with |
| 18 | + `server_port_subscribes` and `server_port_unsubscribes` counter metrics |
| 19 | + ([#11206]; fixes [#10764]) |
| 20 | +* Replaced deprecated `failure-domain.beta.kubernetes.io/zone` labels in Helm |
| 21 | + charts with `topology.kubernetes.io/zone` labels ([#11148]; fixes [#11114]) |
| 22 | + (thanks @piyushsingariya!) |
| 23 | + |
| 24 | +[#10764]: https://github.com/linkerd/linkerd2/issues/10764 |
| 25 | +[#11114]: https://github.com/linkerd/linkerd2/issues/11114 |
| 26 | +[#11148]: https://github.com/linkerd/linkerd2/issues/11148 |
| 27 | +[#11190]: https://github.com/linkerd/linkerd2/issues/11190 |
| 28 | +[#11201]: https://github.com/linkerd/linkerd2/issues/11201 |
| 29 | +[#11206]: https://github.com/linkerd/linkerd2/issues/11206 |
| 30 | +[#11220]: https://github.com/linkerd/linkerd2/issues/11220 |
| 31 | +[#11224]: https://github.com/linkerd/linkerd2/issues/11224 |
| 32 | +[#11229]: https://github.com/linkerd/linkerd2/issues/11229 |
| 33 | +[flat network support]: https://linkerd.io/2023/07/20/enterprise-multi-cluster-at-scale-supporting-flat-networks-in-linkerd/ |
| 34 | + |
3 | 35 | ## edge-23.8.1
|
4 | 36 |
|
5 | 37 | This edge release restores a proxy setting for it to shed load less aggressively
|
|
0 commit comments