Skip to content

Commit 1cf99ce

Browse files
committed
edge-23.8.3 Change notes
This is a release candidate for stable-2.14.0; we encourage you to help trying it out! This edge release contains a number of improvements over the multi-cluster features introduced in the last edge release supporting flat networks. It also hardens the containers security stance by removing write access to the root filesystem. * Enhanced `linkerd multicluster link` to allow clusters to be linked without a gateway ([#11226]) * Added cluster store size gauge metric ([#11256]) * Disabled local traffic policy for remote discovery ([#11257]) * Fixed various innocuous multi-cluster warnings ([#11251], [#11246], [#11253]) * Set `readOnlyRootFilesystem: true` in all the containers, as they don't require write permissions ([#11221]; fixes [#11142]) (thanks @mikutas!)
1 parent 7322578 commit 1cf99ce

File tree

9 files changed

+35
-8
lines changed

9 files changed

+35
-8
lines changed

CHANGES.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changes
22

3+
## edge-23.8.3
4+
5+
This is a release candidate for stable-2.14.0; we encourage you to help trying
6+
it out!
7+
8+
This edge release contains a number of improvements over the multi-cluster
9+
features introduced in the last edge release supporting flat networks. It also
10+
hardens the containers security stance by removing write access to the root
11+
filesystem.
12+
13+
* Enhanced `linkerd multicluster link` to allow clusters to be linked without a
14+
gateway ([#11226])
15+
* Added cluster store size gauge metric ([#11256])
16+
* Disabled local traffic policy for remote discovery ([#11257])
17+
* Fixed various innocuous multi-cluster warnings ([#11251], [#11246], [#11253])
18+
* Set `readOnlyRootFilesystem: true` in all the containers, as they don't
19+
require write permissions ([#11221]; fixes [#11142]) (thanks @mikutas!)
20+
21+
[#11226]: https://github.com/linkerd/linkerd2/pull/11226
22+
[#11256]: https://github.com/linkerd/linkerd2/pull/11256
23+
[#11257]: https://github.com/linkerd/linkerd2/pull/11257
24+
[#11251]: https://github.com/linkerd/linkerd2/pull/11251
25+
[#11246]: https://github.com/linkerd/linkerd2/pull/11246
26+
[#11253]: https://github.com/linkerd/linkerd2/pull/11253
27+
[#11221]: https://github.com/linkerd/linkerd2/pull/11221
28+
[#11142]: https://github.com/linkerd/linkerd2/issues/11142
29+
330
## edge-23.8.2
431

532
This edge release adds improvements to Linkerd's multi-cluster features as part

charts/linkerd-control-plane/Chart.yaml

+1-1
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.14.2-edge
19+
version: 1.14.3-edge
2020
icon: https://linkerd.io/images/logo-only-200h.png
2121
maintainers:
2222
- name: Linkerd authors

charts/linkerd-control-plane/README.md

+1-1
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.14.2-edge](https://img.shields.io/badge/Version-1.14.2--edge-informational?style=flat-square)
6+
![Version: 1.14.3-edge](https://img.shields.io/badge/Version-1.14.3--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

+1-1
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.10.9-edge
14+
version: 30.10.10-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

jaeger/charts/linkerd-jaeger/README.md

+1-1
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.10.9-edge](https://img.shields.io/badge/Version-30.10.9--edge-informational?style=flat-square)
6+
![Version: 30.10.10-edge](https://img.shields.io/badge/Version-30.10.10--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

+1-1
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.9.9-edge
14+
version: 30.9.10-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

multicluster/charts/linkerd-multicluster/README.md

+1-1
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.9.9-edge](https://img.shields.io/badge/Version-30.9.9--edge-informational?style=flat-square)
6+
![Version: 30.9.10-edge](https://img.shields.io/badge/Version-30.9.10--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

+1-1
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.10.8-edge
14+
version: 30.10.9-edge
1515
icon: https://linkerd.io/images/logo-only-200h.png
1616
maintainers:
1717
- name: Linkerd authors

viz/charts/linkerd-viz/README.md

+1-1
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.10.8-edge](https://img.shields.io/badge/Version-30.10.8--edge-informational?style=flat-square)
6+
![Version: 30.10.9-edge](https://img.shields.io/badge/Version-30.10.9--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)