File tree 9 files changed +24
-8
lines changed
charts/linkerd-control-plane
jaeger/charts/linkerd-jaeger
multicluster/charts/linkerd-multicluster
9 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## edge-24.2.3
4
+
5
+ * Allowed the ` MutatingWebhookConfig ` timeout value to be configured ([ #12028 ] )
6
+ (thanks @mikebell90 )
7
+ * Added a counter for items dropped from destination controller workqueue
8
+ ([ #12079 ] )
9
+ * Fixed a spurious ` linkerd check ` error when using container images with
10
+ digests ([ #12059 ] )
11
+ * Fixed an issue where inbound policy could be incorrect after certain policy
12
+ resources are deleted ([ #12088 ] )
13
+
14
+ [ #12028 ] : https://github.com/linkerd/linkerd2/pull/12028
15
+ [ #12079 ] : https://github.com/linkerd/linkerd2/pull/12079
16
+ [ #12059 ] : https://github.com/linkerd/linkerd2/pull/12059
17
+ [ #12088 ] : https://github.com/linkerd/linkerd2/pull/12088
18
+
3
19
## edge-24.2.2
4
20
5
21
This release addresses some issues in the destination service that could cause
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.8 -edge
19
+ version : 1.18.9 -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.8 -edge] ( https://img.shields.io/badge/Version-1.18.8 --edge-informational?style=flat-square )
6
+ ![ Version: 1.18.9 -edge] ( https://img.shields.io/badge/Version-1.18.9 --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.8 -edge
14
+ version : 30.14.9 -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.8 -edge] ( https://img.shields.io/badge/Version-30.14.8 --edge-informational?style=flat-square )
6
+ ![ Version: 30.14.9 -edge] ( https://img.shields.io/badge/Version-30.14.9 --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.17 -edge
14
+ version : 30.12.18 -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.17 -edge] ( https://img.shields.io/badge/Version-30.12.17 --edge-informational?style=flat-square )
6
+ ![ Version: 30.12.18 -edge] ( https://img.shields.io/badge/Version-30.12.18 --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.8 -edge
14
+ version : 30.14.9 -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.8 -edge] ( https://img.shields.io/badge/Version-30.14.8 --edge-informational?style=flat-square )
6
+ ![ Version: 30.14.9 -edge] ( https://img.shields.io/badge/Version-30.14.9 --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