File tree 12 files changed +40
-19
lines changed
jaeger/charts/linkerd-jaeger
multicluster/charts/linkerd-multicluster
12 files changed +40
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## edge-24.2.1
4
+
5
+ This edge release contains performance and stability improvements to the
6
+ Destination controller, and continues stabilizing support for ExternalWorkloads.
7
+
8
+ * Reduced the load on the Destination controller by only processing Server
9
+ updates on workloads affected by the Server ([ #12017 ] )
10
+ * Changed how the Destination controller reacts to target clusters (in
11
+ multicluster pod-to-pod mode) whose Server CRD is outdated: skip them and log
12
+ an error instead of panicking ([ #12008 ] )
13
+ * Improved the leader election of the ExternalWorkloads Endpoints controller to
14
+ avoid missing events ([ #12021 ] )
15
+ * Improved naming of EndpointSlices generated by ExternWorkloads ([ #12016 ] )
16
+ * Restriced the number of IPs an ExternalWorkload can have ([ #12026 ] )
17
+
18
+ [ #12017 ] : https://github.com/linkerd/linkerd2/pull/12017
19
+ [ #12008 ] : https://github.com/linkerd/linkerd2/pull/12008
20
+ [ #12021 ] : https://github.com/linkerd/linkerd2/pull/12021
21
+ [ #12016 ] : https://github.com/linkerd/linkerd2/pull/12016
22
+ [ #12026 ] : https://github.com/linkerd/linkerd2/pull/12026
23
+
3
24
## edge-24.1.3
4
25
5
26
This release continues support for ExternalWorkload resources throughout the
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
16
16
- name : partials
17
17
version : 0.1.0
18
18
repository : file://../partials
19
- version : 1.18.6 -edge
19
+ version : 1.18.7 -edge
20
20
icon : https://linkerd.io/images/logo-only-200h.png
21
21
maintainers :
22
22
- name : Linkerd authors
Original file line number Diff line number Diff line change 3
3
Linkerd gives you observability, reliability, and security
4
4
for your microservices — with no code change required.
5
5
6
- ![ Version: 1.18.6 -edge] ( https://img.shields.io/badge/Version-1.18.6 --edge-informational?style=flat-square )
6
+ ![ Version: 1.18.7 -edge] ( https://img.shields.io/badge/Version-1.18.7 --edge-informational?style=flat-square )
7
7
![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
8
8
![ AppVersion: edge-XX.X.X] ( https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square )
9
9
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
- name : partials
15
15
version : 0.1.0
16
16
repository : file://../partials
17
- version : 1.9.2 -edge
17
+ version : 1.9.3 -edge
18
18
icon : https://linkerd.io/images/logo-only-200h.png
19
19
maintainers :
20
20
- name : Linkerd authors
Original file line number Diff line number Diff line change 3
3
Linkerd gives you observability, reliability, and security
4
4
for your microservices — with no code change required.
5
5
6
- ![ Version: 1.9.2 -edge] ( https://img.shields.io/badge/Version-1.9.2 --edge-informational?style=flat-square )
6
+ ![ Version: 1.9.3 -edge] ( https://img.shields.io/badge/Version-1.9.3 --edge-informational?style=flat-square )
7
7
![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
8
8
9
9
** Homepage:** < https://linkerd.io >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kubeVersion: ">=1.22.0-0"
11
11
name : linkerd-jaeger
12
12
sources :
13
13
- https://github.com/linkerd/linkerd2/
14
- version : 30.14.6 -edge
14
+ version : 30.14.7 -edge
15
15
icon : https://linkerd.io/images/logo-only-200h.png
16
16
maintainers :
17
17
- name : Linkerd authors
Original file line number Diff line number Diff line change 3
3
The Linkerd-Jaeger extension adds distributed tracing to Linkerd using
4
4
OpenCensus and Jaeger.
5
5
6
- ![ Version: 30.14.6 -edge] ( https://img.shields.io/badge/Version-30.14.6 --edge-informational?style=flat-square )
6
+ ![ Version: 30.14.7 -edge] ( https://img.shields.io/badge/Version-30.14.7 --edge-informational?style=flat-square )
7
7
8
8
![ AppVersion: edge-XX.X.X] ( https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square )
9
9
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kubeVersion: ">=1.22.0-0"
11
11
name : " linkerd-multicluster"
12
12
sources :
13
13
- https://github.com/linkerd/linkerd2/
14
- version : 30.12.15 -edge
14
+ version : 30.12.16 -edge
15
15
icon : https://linkerd.io/images/logo-only-200h.png
16
16
maintainers :
17
17
- name : Linkerd authors
Original file line number Diff line number Diff line change 3
3
The Linkerd-Multicluster extension contains resources to support multicluster
4
4
linking to remote clusters
5
5
6
- ![ Version: 30.12.15 -edge] ( https://img.shields.io/badge/Version-30.12.15 --edge-informational?style=flat-square )
6
+ ![ Version: 30.12.16 -edge] ( https://img.shields.io/badge/Version-30.12.16 --edge-informational?style=flat-square )
7
7
8
8
![ AppVersion: edge-XX.X.X] ( https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square )
9
9
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kubeVersion: ">=1.22.0-0"
11
11
name : " linkerd-viz"
12
12
sources :
13
13
- https://github.com/linkerd/linkerd2/
14
- version : 30.14.6 -edge
14
+ version : 30.14.7 -edge
15
15
icon : https://linkerd.io/images/logo-only-200h.png
16
16
maintainers :
17
17
- name : Linkerd authors
Original file line number Diff line number Diff line change 3
3
The Linkerd-Viz extension contains observability and visualization
4
4
components for Linkerd.
5
5
6
- ![ Version: 30.14.6 -edge] ( https://img.shields.io/badge/Version-30.14.6 --edge-informational?style=flat-square )
6
+ ![ Version: 30.14.7 -edge] ( https://img.shields.io/badge/Version-30.14.7 --edge-informational?style=flat-square )
7
7
8
8
![ AppVersion: edge-XX.X.X] ( https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square )
9
9
You can’t perform that action at this time.
0 commit comments