Skip to content

Commit bcbcf43

Browse files
authored
Change notes for edge-24.2.1 (#12029)
This edge release contains performance and stability improvements to the Destination controller, and continues stabilizing support for ExternalWorkloads. * Reduced the load on the Destination controller by only processing Server updates on workloads affected by the Server ([#12017]) * Changed how the Destination controller reacts to target clusters (in multicluster pod-to-pod mode) whose Server CRD is outdated: skip them and log an error instead of panicking ([#12008]) * Improved the leader election of the ExternalWorkloads Endpoints controller to avoid missing events ([#12021]) * Improved naming of EndpointSlices generated by ExternWorkloads ([#12016]) * Restriced the number of IPs an ExternalWorkload can have ([#12026])
1 parent d820a23 commit bcbcf43

File tree

12 files changed

+40
-19
lines changed

12 files changed

+40
-19
lines changed

CHANGES.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changes
22

3+
## edge-24.2.1
4+
5+
This edge release contains performance and stability improvements to the
6+
Destination controller, and continues stabilizing support for ExternalWorkloads.
7+
8+
* Reduced the load on the Destination controller by only processing Server
9+
updates on workloads affected by the Server ([#12017])
10+
* Changed how the Destination controller reacts to target clusters (in
11+
multicluster pod-to-pod mode) whose Server CRD is outdated: skip them and log
12+
an error instead of panicking ([#12008])
13+
* Improved the leader election of the ExternalWorkloads Endpoints controller to
14+
avoid missing events ([#12021])
15+
* Improved naming of EndpointSlices generated by ExternWorkloads ([#12016])
16+
* Restriced the number of IPs an ExternalWorkload can have ([#12026])
17+
18+
[#12017]: https://github.com/linkerd/linkerd2/pull/12017
19+
[#12008]: https://github.com/linkerd/linkerd2/pull/12008
20+
[#12021]: https://github.com/linkerd/linkerd2/pull/12021
21+
[#12016]: https://github.com/linkerd/linkerd2/pull/12016
22+
[#12026]: https://github.com/linkerd/linkerd2/pull/12026
23+
324
## edge-24.1.3
425

526
This release continues support for ExternalWorkload resources throughout the

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.18.6-edge
19+
version: 1.18.7-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.18.6-edge](https://img.shields.io/badge/Version-1.18.6--edge-informational?style=flat-square)
6+
![Version: 1.18.7-edge](https://img.shields.io/badge/Version-1.18.7--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

charts/linkerd-crds/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- name: partials
1515
version: 0.1.0
1616
repository: file://../partials
17-
version: 1.9.2-edge
17+
version: 1.9.3-edge
1818
icon: https://linkerd.io/images/logo-only-200h.png
1919
maintainers:
2020
- name: Linkerd authors

charts/linkerd-crds/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.9.2-edge](https://img.shields.io/badge/Version-1.9.2--edge-informational?style=flat-square)
6+
![Version: 1.9.3-edge](https://img.shields.io/badge/Version-1.9.3--edge-informational?style=flat-square)
77
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
88

99
**Homepage:** <https://linkerd.io>

cli/cmd/testdata/install_crds.golden

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jaeger/charts/linkerd-jaeger/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kubeVersion: ">=1.22.0-0"
1111
name: linkerd-jaeger
1212
sources:
1313
- https://github.com/linkerd/linkerd2/
14-
version: 30.14.6-edge
14+
version: 30.14.7-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.14.6-edge](https://img.shields.io/badge/Version-30.14.6--edge-informational?style=flat-square)
6+
![Version: 30.14.7-edge](https://img.shields.io/badge/Version-30.14.7--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.22.0-0"
1111
name: "linkerd-multicluster"
1212
sources:
1313
- https://github.com/linkerd/linkerd2/
14-
version: 30.12.15-edge
14+
version: 30.12.16-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.12.15-edge](https://img.shields.io/badge/Version-30.12.15--edge-informational?style=flat-square)
6+
![Version: 30.12.16-edge](https://img.shields.io/badge/Version-30.12.16--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.22.0-0"
1111
name: "linkerd-viz"
1212
sources:
1313
- https://github.com/linkerd/linkerd2/
14-
version: 30.14.6-edge
14+
version: 30.14.7-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.14.6-edge](https://img.shields.io/badge/Version-30.14.6--edge-informational?style=flat-square)
6+
![Version: 30.14.7-edge](https://img.shields.io/badge/Version-30.14.7--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)