Skip to content

Commit e61c4b5

Browse files
authored
edge-23.8.2 (#11235)
## edge-23.8.2 This edge release adds improvements to Linkerd's multi-cluster features as part of the [flat network support] planned for Linkerd stable-2.14.0. In addition, it fixes an issue ([#10764]) where warnings about an invalid metric were logged frequently by the Destination controller. * Added a new `remoteDiscoverySelector` field to the multicluster `Link` CRD, which enables a service mirroring mode where the control plane performs discovery for the mirrored service from the remote cluster, rather than creating Endpoints for the mirrored service in the source cluster ([#11190], [#11201], [#11220], and [#11224]) * Fixed missing "Services" menu item in the Spanish localization for the `linkerd-viz` web dashboard ([#11229]) (thanks @mclavel!) * Replaced `server_port_subscribers` Destination controller gauge metric with `server_port_subscribes` and `server_port_unsubscribes` counter metrics ([#11206]; fixes [#10764]) * Replaced deprecated `failure-domain.beta.kubernetes.io` labels in Helm charts with `topology.kubernetes.io` labels ([#11148]; fixes [#11114]) (thanks @piyushsingariya!) [#10764]: #10764 [#11114]: #11114 [#11148]: #11148 [#11190]: #11190 [#11201]: #11201 [#11206]: #11206 [#11220]: #11220 [#11224]: #11224 [#11229]: #11229 [flat network support]: https://linkerd.io/2023/07/20/enterprise-multi-cluster-at-scale-supporting-flat-networks-in-linkerd/
1 parent 368b638 commit e61c4b5

File tree

9 files changed

+40
-8
lines changed

9 files changed

+40
-8
lines changed

CHANGES.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changes
22

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+
335
## edge-23.8.1
436

537
This edge release restores a proxy setting for it to shed load less aggressively

charts/linkerd-control-plane/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- name: partials
1717
version: 0.1.0
1818
repository: file://../partials
19-
version: 1.14.1-edge
19+
version: 1.14.2-edge
2020
icon: https://linkerd.io/images/logo-only-200h.png
2121
maintainers:
2222
- name: Linkerd authors

charts/linkerd-control-plane/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Linkerd gives you observability, reliability, and security
44
for your microservices — with no code change required.
55

6-
![Version: 1.14.1-edge](https://img.shields.io/badge/Version-1.14.1--edge-informational?style=flat-square)
6+
![Version: 1.14.2-edge](https://img.shields.io/badge/Version-1.14.2--edge-informational?style=flat-square)
77
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
88
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)
99

jaeger/charts/linkerd-jaeger/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
1111
name: linkerd-jaeger
1212
sources:
1313
- https://github.com/linkerd/linkerd2/
14-
version: 30.10.8-edge
14+
version: 30.10.9-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

jaeger/charts/linkerd-jaeger/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Linkerd-Jaeger extension adds distributed tracing to Linkerd using
44
OpenCensus and Jaeger.
55

6-
![Version: 30.10.8-edge](https://img.shields.io/badge/Version-30.10.8--edge-informational?style=flat-square)
6+
![Version: 30.10.9-edge](https://img.shields.io/badge/Version-30.10.9--edge-informational?style=flat-square)
77

88
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)
99

multicluster/charts/linkerd-multicluster/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
1111
name: "linkerd-multicluster"
1212
sources:
1313
- https://github.com/linkerd/linkerd2/
14-
version: 30.9.8-edge
14+
version: 30.9.9-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

multicluster/charts/linkerd-multicluster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Linkerd-Multicluster extension contains resources to support multicluster
44
linking to remote clusters
55

6-
![Version: 30.9.8-edge](https://img.shields.io/badge/Version-30.9.8--edge-informational?style=flat-square)
6+
![Version: 30.9.9-edge](https://img.shields.io/badge/Version-30.9.9--edge-informational?style=flat-square)
77

88
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)
99

viz/charts/linkerd-viz/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
1111
name: "linkerd-viz"
1212
sources:
1313
- https://github.com/linkerd/linkerd2/
14-
version: 30.10.7-edge
14+
version: 30.10.8-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

viz/charts/linkerd-viz/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Linkerd-Viz extension contains observability and visualization
44
components for Linkerd.
55

6-
![Version: 30.10.7-edge](https://img.shields.io/badge/Version-30.10.7--edge-informational?style=flat-square)
6+
![Version: 30.10.8-edge](https://img.shields.io/badge/Version-30.10.8--edge-informational?style=flat-square)
77

88
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)
99

0 commit comments

Comments
 (0)