File tree 10 files changed +23
-9
lines changed
charts/linkerd-control-plane
jaeger/charts/linkerd-jaeger
multicluster/charts/linkerd-multicluster
10 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
- v2.219 .0
1
+ v2.220 .0
Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## edge-24.1.3
4
+
5
+ This release continues support for ExternalWorkload resources throughout the
6
+ control and data planes.
7
+
8
+ * Updated the proxy to use SPIRE to instrument identity outside of Kubernetes.
9
+ * Updated the Destination controller to return ` INVALID_ARGUMENT ` status codes
10
+ properly when a ` ServiceProfile ` is requested for a service that does not
11
+ exist. (#11980 )
12
+ * An ExternalWorkload EndpointSlice controller has been added to the
13
+ Destination controller.
14
+ * Added a ` createNamespaceMetadataJob ` Helm value to control whether the
15
+ namespace-metadata job is run during install (#11782 )
16
+
3
17
## edge-24.1.2
4
18
5
19
This edge release incrementally improves support for ExternalWorkload resources
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.5 -edge
19
+ version : 1.18.6 -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.5 -edge] ( https://img.shields.io/badge/Version-1.18.5 --edge-informational?style=flat-square )
6
+ ![ Version: 1.18.6 -edge] ( https://img.shields.io/badge/Version-1.18.6 --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 @@ -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.5 -edge
14
+ version : 30.14.6 -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.5 -edge] ( https://img.shields.io/badge/Version-30.14.5 --edge-informational?style=flat-square )
6
+ ![ Version: 30.14.6 -edge] ( https://img.shields.io/badge/Version-30.14.6 --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.14 -edge
14
+ version : 30.12.15 -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.14 -edge] ( https://img.shields.io/badge/Version-30.12.14 --edge-informational?style=flat-square )
6
+ ![ Version: 30.12.15 -edge] ( https://img.shields.io/badge/Version-30.12.15 --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.5 -edge
14
+ version : 30.14.6 -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.5 -edge] ( https://img.shields.io/badge/Version-30.14.5 --edge-informational?style=flat-square )
6
+ ![ Version: 30.14.6 -edge] ( https://img.shields.io/badge/Version-30.14.6 --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