Skip to content

Commit f4181a1

Browse files
committed
edge-29.9.4
This edge release makes Linkerd even better. * Added a controlPlaneVersion override to the `linkerd-control-plane` Helm chart to support including SHA256 image digests in Linkerd manifests (thanks @cromulentbanana!) ([#11406]) * Improved `linkerd viz check` to attempt to validate that the Prometheus scrape interval will work well with the CLI and Web query parameters ([#11376]) * Fixed an issue where the destination controller would not update pod metadata for profile resolutions for a pod accessed via the host network (e.g. HostPort endpoints) ([#11334]). * Added a validating webhook config for httproutes.gateway.networking.k8s.io resources (thanks @mikutas!) ([#11150]) [#11150]: #11150 [#11334]: #11334 [#11376]: #11376 [#11406]: #11406
1 parent 8840879 commit f4181a1

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

CHANGES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changes
22

3+
## edge-29.9.4
4+
5+
This edge release makes Linkerd even better.
6+
7+
* Added a controlPlaneVersion override to the `linkerd-control-plane` Helm chart
8+
to support including SHA256 image digests in Linkerd manifests (thanks
9+
@cromulentbanana!) ([#11406])
10+
* Improved `linkerd viz check` to attempt to validate that the Prometheus scrape
11+
interval will work well with the CLI and Web query parameters ([#11376])
12+
* Fixed an issue where the destination controller would not update pod metadata
13+
for profile resolutions for a pod accessed via the host network (e.g.
14+
HostPort endpoints) ([#11334]).
15+
* Added a validating webhook config for httproutes.gateway.networking.k8s.io
16+
resources (thanks @mikutas!) ([#11150])
17+
18+
[#11150]: https://github.com/linkerd/linkerd2/pull/11150
19+
[#11334]: https://github.com/linkerd/linkerd2/pull/11334
20+
[#11376]: https://github.com/linkerd/linkerd2/pull/11376
21+
[#11406]: https://github.com/linkerd/linkerd2/pull/11406
22+
323
## edge-29.9.3
424

525
This edge release updates the proxy's dependency on the `rustls` library to

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

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

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

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

0 commit comments

Comments
 (0)