Skip to content

Commit f5e490c

Browse files
authored
edge-23.9.2 (#11367)
This edge release updates the proxy's dependency on the `webpki` library to patch security vulnerability [RUSTSEC-2023-0052] (GHSA-8qv2-5vq6-g2g7), a potential CPU usage denial-of-service attack when accepting a TLS handshake from an untrusted peer with a maliciously-crafted certificate. * Addressed security vulnerability [RUSTSEC-2023-0052] in the proxy (#11361) * Fixed `linkerd check --proxy` incorrectly checking the proxy version of pods in the `completed` state (thanks @mikutas!) (#11295; fixes #11280) * Removed unnecessary `linkerd.io/helm-release-version` annotation from the `linkerd-control-plane` Helm chart (thanks @mikutas!) (#11329; fixes #10778) [RUSTSEC-2023-0052]: https://rustsec.org/advisories/RUSTSEC-2023-0052.html
1 parent d1a2068 commit f5e490c

File tree

9 files changed

+29
-8
lines changed

9 files changed

+29
-8
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

526
This edge release introduces a fix for service discovery on endpoints that use

charts/linkerd-control-plane/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.16.0-edge
19+
version: 1.16.1-edge
2020
icon: https://linkerd.io/images/logo-only-200h.png
2121
maintainers:
2222
- name: Linkerd authors

charts/linkerd-control-plane/README.md

Lines changed: 1 addition & 1 deletion
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.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

jaeger/charts/linkerd-jaeger/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.12.0-edge
14+
version: 30.12.1-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

jaeger/charts/linkerd-jaeger/README.md

Lines changed: 1 addition & 1 deletion
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.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

multicluster/charts/linkerd-multicluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.11.0-edge
14+
version: 30.11.1-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

multicluster/charts/linkerd-multicluster/README.md

Lines changed: 1 addition & 1 deletion
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.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

viz/charts/linkerd-viz/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.12.0-edge
14+
version: 30.12.1-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

viz/charts/linkerd-viz/README.md

Lines changed: 1 addition & 1 deletion
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.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

0 commit comments

Comments
 (0)