mirror of https://github.com/linkerd/linkerd2.git
edge-22.5.2 (#8482)
* edge-22.5.2 This edge release ships a few changes to the chart values, a fix for multicluster headless services, and notable proxy features. HA functionality, such as PDBs, deployment strategies, and pod anti-affinity, have been split from the HA values and are now configurable for the control plane. On the proxy side, non-HTTP traffic will now be forwarded on the outbound side within the cluster when the proxy runs in ingress mode. a multicluster fix for headless services, This release updates "ingress-mode" proxies to be able to forward non-HTTP traffic within the cluster. Protocol detection is always attempted for outbound connections, however, when in ingress mode. * Updated `ingress-mode` proxies to forward non-HTTP traffic within the cluster (protocol detection will always be attempted for outbound connections) * Added a new proxy metric `process_uptime_seconds_total` to keep track of the number of seconds since the proxy started * Fixed an issue with multicluster headless service mirroring, where exported endpoints would be mirrored with a delay, or when changes to the export label would be ignored * Split HA functionality, such as PodDisruptionBudgets, into multiple configurable values (thanks @evan-hines-firebolt for the initial work) Signed-off-by: Matei David <matei@buoyant.io> * Clean up CHANGES.md Signed-off-by: Matei David <matei@buoyant.io> * Update Helm docs Signed-off-by: Matei David <matei@buoyant.io>
This commit is contained in:
parent
be40887a5d
commit
c47f35b273
19
CHANGES.md
19
CHANGES.md
|
|
@ -1,5 +1,24 @@
|
|||
# Changes
|
||||
|
||||
## edge-22.5.2
|
||||
|
||||
This edge release ships a few changes to the chart values, a fix for
|
||||
multicluster headless services, and notable proxy features. HA functionality,
|
||||
such as PDBs, deployment strategies, and pod anti-affinity, have been split
|
||||
from the HA values and are now configurable for the control plane. On the proxy
|
||||
side, non-HTTP traffic will now be forwarded on the outbound side within the
|
||||
cluster when the proxy runs in ingress mode.
|
||||
|
||||
* Updated `ingress-mode` proxies to forward non-HTTP traffic within the cluster
|
||||
(protocol detection will always be attempted for outbound connections)
|
||||
* Added a new proxy metric `process_uptime_seconds_total` to keep track of the
|
||||
number of seconds since the proxy started
|
||||
* Fixed an issue with multicluster headless service mirroring, where exported
|
||||
endpoints would be mirrored with a delay, or when changes to the export label
|
||||
would be ignored
|
||||
* Split HA functionality, such as PodDisruptionBudgets, into multiple
|
||||
configurable values (thanks @evan-hines-firebolt for the initial work)
|
||||
|
||||
## edge-22.5.1
|
||||
|
||||
This edge release adds more flexibility to the MeshTLSAuthentication and
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
- name: partials
|
||||
version: 0.1.0
|
||||
repository: file://../partials
|
||||
version: 1.3.1-edge
|
||||
version: 1.4.1-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.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ description: |
|
|||
kubeVersion: ">=1.20.0-0"
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
name: "linkerd2-cni"
|
||||
version: 30.1.1-edge
|
||||
version: 30.1.2-edge
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Linkerd [CNI plugin](https://linkerd.io/2/features/cni/) takes care of setting
|
|||
up your pod's network so incoming and outgoing traffic is proxied through the
|
||||
data plane.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ kubeVersion: ">=1.20.0-0"
|
|||
name: linkerd-jaeger
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.3.1-edge
|
||||
version: 30.3.2-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.20.0-0"
|
|||
name: "linkerd-multicluster"
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.1.1-edge
|
||||
version: 30.1.2-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.20.0-0"
|
|||
name: "linkerd-viz"
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.2.1-edge
|
||||
version: 30.2.2-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