From 68933d7375cff6e9a74bc0dc7ee0de3d8922a39c Mon Sep 17 00:00:00 2001 From: "Carol A. Scott" Date: Fri, 31 May 2019 12:56:23 -0700 Subject: [PATCH] Edge 19.5.4 Release Notes (#2872) ## edge-19.5.4 * CLI * Added a JSON option to the `linkerd edges` command so that output is scripting friendly and can be parsed easily (thanks @alenkacz!) * Controller * **New** Control plane installations now generate a self-signed certificate and private key pair for each webhook, to prepare for future work to make the proxy injector and service profile validator HA * Added a debug container annotation, allowing the `--enable-debug-sidecar` flag to work when auto-injecting Linkerd proxies * Proxy * Changed the proxy's routing behavior so that, when the control plane does not resolve a destination, the proxy forwards the request with minimal additional routing logic * Fixed a bug in the proxy's HPACK codec that could cause requests with very large header values to hang indefinitely * Web UI * Removed the Authorities table and sidebar link from the dashboard to prepare for a new, improved dashboard view communicating authority data * Internal * Modified the integration test for `linkerd upgrade` to test upgrading from the latest stable release instead of the latest edge, to reflect the typical use case --- CHANGES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b00731c72..7e96c6a92 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,28 @@ +## edge-19.5.4 + +* CLI + * Added a JSON option to the `linkerd edges` command so that output is + scripting friendly and can be parsed easily (thanks @alenkacz!) +* Controller + * **New** Control plane installations now generate a self-signed certificate + and private key pair for each webhook, to prepare for future work to make + the proxy injector and service profile validator HA + * Added a debug container annotation, allowing the `--enable-debug-sidecar` + flag to work when auto-injecting Linkerd proxies +* Proxy + * Changed the proxy's routing behavior so that, when the control plane does + not resolve a destination, the proxy forwards the request with minimal + additional routing logic + * Fixed a bug in the proxy's HPACK codec that could cause requests with very + large header values to hang indefinitely +* Web UI + * Removed the Authorities table and sidebar link from the dashboard to prepare + for a new, improved dashboard view communicating authority data +* Internal + * Modified the integration test for `linkerd upgrade` to test upgrading from + the latest stable release instead of the latest edge, to reflect the typical + use case + ## stable-2.3.1 This stable release adds a number of proxy stability improvements.