File tree Expand file tree Collapse file tree 9 files changed +29
-8
lines changed
charts/linkerd-control-plane
jaeger/charts/linkerd-jaeger
multicluster/charts/linkerd-multicluster Expand file tree Collapse file tree 9 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## edge-29.9.2
4+
5+ This edge release updates the proxy's dependency on the ` webpki ` library to
6+ patch security vulnerability [ RUSTSEC-2023-0052] (GHSA-8qv2 -5vq6-g2g7), a
7+ potential CPU usage denial-of-service attack when accepting a TLS handshake from
8+ an untrusted peer with a maliciously-crafted certificate.
9+
10+ * Addressed security vulnerability [ RUSTSEC-2023-0052] in the proxy ([ #11361 ] )
11+ * Fixed ` linkerd check --proxy ` incorrectly checking the proxy version of pods
12+ in the ` completed ` state (thanks @mikutas !) ([ #11295 ] ; fixes [ #11280 ] )
13+ * Removed unnecessary ` linkerd.io/helm-release-version ` annotation from the
14+ ` linkerd-control-plane ` Helm chart (thanks @mikutas !) ([ #11329 ] ; fixes
15+ [ #10778 ] )
16+
17+ [ RUSTSEC-2023-0052 ] : https://rustsec.org/advisories/RUSTSEC-2023-0052.html
18+ [ #11295 ] : https://github.com/linkerd/linkerd2/pull/11295
19+ [ #11280 ] : https://github.com/linkerd/linkerd2/issues/11280
20+ [ #11361 ] : https://github.com/linkerd/linkerd2/pull/11361
21+ [ #11329 ] : https://github.com/linkerd/linkerd2/pull/11329
22+ [ #10778 ] : https://github.com/linkerd/linkerd2/issues/10778
23+
324## edge-23.9.1
425
526This edge release introduces a fix for service discovery on endpoints that use
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616- name : partials
1717 version : 0.1.0
1818 repository : file://../partials
19- version : 1.16.0 -edge
19+ version : 1.16.1 -edge
2020icon : https://linkerd.io/images/logo-only-200h.png
2121maintainers :
2222 - name : Linkerd authors
Original file line number Diff line number Diff line change 33Linkerd gives you observability, reliability, and security
44for your microservices — with no code change required.
55
6- ![ Version: 1.16.0 -edge] ( https://img.shields.io/badge/Version-1.16.0 --edge-informational?style=flat-square )
6+ ![ Version: 1.16.1 -edge] ( https://img.shields.io/badge/Version-1.16.1 --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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
1111name : linkerd-jaeger
1212sources :
1313- https://github.com/linkerd/linkerd2/
14- version : 30.12.0 -edge
14+ version : 30.12.1 -edge
1515icon : https://linkerd.io/images/logo-only-200h.png
1616maintainers :
1717 - name : Linkerd authors
Original file line number Diff line number Diff line change 33The Linkerd-Jaeger extension adds distributed tracing to Linkerd using
44OpenCensus and Jaeger.
55
6- ![ Version: 30.12.0 -edge] ( https://img.shields.io/badge/Version-30.12.0 --edge-informational?style=flat-square )
6+ ![ Version: 30.12.1 -edge] ( https://img.shields.io/badge/Version-30.12.1 --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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
1111name : " linkerd-multicluster"
1212sources :
1313- https://github.com/linkerd/linkerd2/
14- version : 30.11.0 -edge
14+ version : 30.11.1 -edge
1515icon : https://linkerd.io/images/logo-only-200h.png
1616maintainers :
1717 - name : Linkerd authors
Original file line number Diff line number Diff line change 33The Linkerd-Multicluster extension contains resources to support multicluster
44linking to remote clusters
55
6- ![ Version: 30.11.0 -edge] ( https://img.shields.io/badge/Version-30.11.0 --edge-informational?style=flat-square )
6+ ![ Version: 30.11.1 -edge] ( https://img.shields.io/badge/Version-30.11.1 --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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
1111name : " linkerd-viz"
1212sources :
1313- https://github.com/linkerd/linkerd2/
14- version : 30.12.0 -edge
14+ version : 30.12.1 -edge
1515icon : https://linkerd.io/images/logo-only-200h.png
1616maintainers :
1717 - name : Linkerd authors
Original file line number Diff line number Diff line change 33The Linkerd-Viz extension contains observability and visualization
44components for Linkerd.
55
6- ![ Version: 30.12.0 -edge] ( https://img.shields.io/badge/Version-30.12.0 --edge-informational?style=flat-square )
6+ ![ Version: 30.12.1 -edge] ( https://img.shields.io/badge/Version-30.12.1 --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
You can’t perform that action at this time.
0 commit comments