From 8ad546b302f86c820d08b6126809aab57b255b2a Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Thu, 3 Dec 2020 14:35:57 -0800 Subject: [PATCH] edge-20.12.1 (#5324) This edge release continues the work of decoupling non-core Linkerd components by moving more tracing related functionality into the Linkerd-jaeger extension. * Continued work on moving tracing functionality from the main control plane into the `linkerd-jaeger` extension * Fixed a potential panic in the proxy when looking up a socket's peer address while under high load * Added automatic readme generation for charts (thanks @GMarkfjard!) * Fixed zsh completion for the CLI (thanks @jiraguha!) * Added support for multicluster gateways of types other than LoadBalancer (thanks @DaspawnW!) Signed-off-by: Alex Leong --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9ba1a9a13..a141bc4be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,20 @@ # Changes +## edge-20.12.1 + +This edge release continues the work of decoupling non-core Linkerd components +by moving more tracing related functionality into the Linkerd-jaeger extension. + +* Continued work on moving tracing functionality from the main control plane + into the `linkerd-jaeger` extension +* Fixed a potential panic in the proxy when looking up a socket's peer address + while under high load +* Added automatic readme generation for charts (thanks @GMarkfjard!) +* Fixed zsh completion for the CLI (thanks @jiraguha!) +* Added support for multicluster gateways of types other than LoadBalancer + (thanks @DaspawnW!) + ## edge-20.11.5 This edge release improves the proxy's support high-traffic workloads. It also