mirror of https://github.com/linkerd/linkerd2.git
edge-23.11.1 (#11558)
This edge release fixes two bugs in the Destination controller that could cause outbound connections to hang indefinitely. * helm: Introduce configurable values for protocol detection ([#11536]) * destination: Fix GetProfiles error when address is opaque and unmeshed ([#11556]) * destination: Return NotFound for unknown pod names ([#11540]) * proxy: Log controller errors at WARN * proxy: Fix grpc_status metric labels for inbound traffic [#11536]: https://github.com/linkerd/linkerd2/pull/11536 [#11556]: https://github.com/linkerd/linkerd2/pull/11556 [#11540]: https://github.com/linkerd/linkerd2/pull/11540
This commit is contained in:
parent
9d4742c86a
commit
14beb8970d
17
CHANGES.md
17
CHANGES.md
|
|
@ -1,5 +1,20 @@
|
|||
# Changes
|
||||
|
||||
## edge-23.11.1
|
||||
|
||||
This edge release fixes two bugs in the Destination controller that could cause
|
||||
outbound connections to hang indefinitely.
|
||||
|
||||
* helm: Introduce configurable values for protocol detection ([#11536])
|
||||
* destination: Fix GetProfiles error when address is opaque and unmeshed ([#11556])
|
||||
* destination: Return NotFound for unknown pod names ([#11540])
|
||||
* proxy: Log controller errors at WARN
|
||||
* proxy: Fix grpc_status metric labels for inbound traffic
|
||||
|
||||
[#11536]: https://github.com/linkerd/linkerd2/pull/11536
|
||||
[#11556]: https://github.com/linkerd/linkerd2/pull/11556
|
||||
[#11540]: https://github.com/linkerd/linkerd2/pull/11540
|
||||
|
||||
## edge-23.10.4
|
||||
|
||||
This edge release includes a fix for the `ServiceProfile` CRD resource schema.
|
||||
|
|
@ -25,7 +40,7 @@ swagger specifications.
|
|||
initialized informer, an error message would be logged, and the controller
|
||||
relied on direct API calls ([#11541]; fixes [#11531])
|
||||
|
||||
[#11541]: https://github.com/linkerd/linkerd2/pull/11532
|
||||
[#11541]: https://github.com/linkerd/linkerd2/pull/11541
|
||||
[#11532]: https://github.com/linkerd/linkerd2/pull/11532
|
||||
[#11531]: https://github.com/linkerd/linkerd2/issues/11531
|
||||
[#11519]: https://github.com/linkerd/linkerd2/pull/11519
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
- name: partials
|
||||
version: 0.1.0
|
||||
repository: file://../partials
|
||||
version: 1.17.5-edge
|
||||
version: 1.17.6-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Linkerd gives you observability, reliability, and security
|
||||
for your microservices — with no code change required.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Linkerd gives you observability, reliability, and security
|
||||
for your microservices — with no code change required.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
**Homepage:** <https://linkerd.io>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
|
|||
name: linkerd-jaeger
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.13.5-edge
|
||||
version: 30.13.6-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
The Linkerd-Jaeger extension adds distributed tracing to Linkerd using
|
||||
OpenCensus and Jaeger.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
|
|||
name: "linkerd-multicluster"
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.12.4-edge
|
||||
version: 30.12.5-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
The Linkerd-Multicluster extension contains resources to support multicluster
|
||||
linking to remote clusters
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
|
|||
name: "linkerd-viz"
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.13.4-edge
|
||||
version: 30.13.5-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
The Linkerd-Viz extension contains observability and visualization
|
||||
components for Linkerd.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue