From 6f835c006d0d12d536284923de924621556126d0 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 30 Apr 2020 15:23:13 -0700 Subject: [PATCH] update changelog for edge-20.4.5 (#4314) * update changelog for edge-20.4.5 This edge release includes several new CLI commands for use with multi-cluster gateways, and adds liveness checks and metrics for gateways. Additionally, it makes the proxy's gRPC error-handling behavior more consistent with other implementations, and includes a fix for a bug in the web UI. * CLI * Added `linkerd cluster setup-remote` command for setting up a multi-cluster gateway * Added `linkerd cluster gateways` command to display stats for multi-cluster gateways * Changed `linkerd cluster export-service` to modify a provided YAML file and output it, rather than mutating the cluster * Controller * Added liveness checks and Prometheus metrics for multi-cluster gateways * Changed the proxy injector to configure proxies to do destination lookups for IPs in the private IP range * Web UI * Fixed errors when viewing resource detail pages * Internal * Created script and config to build a Linkerd CLI Chocolatey package for Windows users, which will be published with stable releases (thanks to @drholmie!) * Proxy * Changed the proxy to set a `grpc-status: UNAVAILABLE` trailer when a gRPC response stream is interrupted by a transport error Signed-off-by: Eliza Weisman * review feedback Signed-off-by: Eliza Weisman --- CHANGES.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eccbbcc1f..4baf42d7e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,31 @@ +## edge-20.4.5 + +This edge release includes several new CLI commands for use with multi-cluster +gateways, and adds liveness checks and metrics for gateways. Additionally, it +makes the proxy's gRPC error-handling behavior more consistent with other +implementations, and includes a fix for a bug in the web UI. + +* CLI + * Added `linkerd cluster setup-remote` command for setting up a multi-cluster + gateway + * Added `linkerd cluster gateways` command to display stats for multi-cluster + gateways + * Changed `linkerd cluster export-service` to modify a provided YAML file and + output it, rather than mutating the cluster +* Controller + * Added liveness checks and Prometheus metrics for multi-cluster gateways + * Changed the proxy injector to configure proxies to do destination lookups + for IPs in the private IP range +* Web UI + * Fixed errors when viewing resource detail pages +* Internal + * Created script and config to build a Linkerd CLI Chocolatey package for + Windows users, which will be published with stable releases (thanks to + @drholmie!) +* Proxy + * Changed the proxy to set a `grpc-status: UNAVAILABLE` trailer when a gRPC + response stream is interrupted by a transport error + ## edge-20.4.4 This edge release fixes a packaging issue in `edge-20.4.3`.