From 05b9e4c7d7f48058b4bd404b96dccc1a446361a8 Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Thu, 21 May 2020 16:45:20 -0700 Subject: [PATCH] edge-20.5.4 (#4463) * CLI * Fixed the display of the meshed pod column for non-selector services in `linkerd stat` output * Added an `addon-overwrite` upgrade flag which allows users to overwrite the existing addon config rather than merging into it * Added a `--close-wait-timeout` inject flag which sets the `nf_conntrack_tcp_timeout_close_wait` property which can be used to mitigate connection issues with application that hold half-closed sockets * Controller * Restricted the service-mirror's RBAC permissions so that it no longer is able to read secrets in all namespaces * Moved many multicluster components into the `linkerd-multicluster` namespace by default * Added multicluster gateway mirror services to allow multicluster liveness probes to work in private networks * Fixed an issue where multicluster gateway mirror services could be incorrectly deleted during a resync * Internal * Fixed many style issues in build scripts (thanks @joakimr-axis!) * Helm * Added `global.grafanaUrl` variable to allow using an existing Grafana installation Signed-off-by: Alex Leong --- CHANGES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a01297478..6e4adf925 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,30 @@ # Changes +## edge-20.5.4 + +* CLI + * Fixed the display of the meshed pod column for non-selector services in + `linkerd stat` output + * Added an `addon-overwrite` upgrade flag which allows users to overwrite the + existing addon config rather than merging into it + * Added a `--close-wait-timeout` inject flag which sets the + `nf_conntrack_tcp_timeout_close_wait` property which can be used to mitigate + connection issues with application that hold half-closed sockets +* Controller + * Restricted the service-mirror's RBAC permissions so that it no longer is + able to read secrets in all namespaces + * Moved many multicluster components into the `linkerd-multicluster` namespace + by default + * Added multicluster gateway mirror services to allow multicluster liveness + probes to work in private networks + * Fixed an issue where multicluster gateway mirror services could be + incorrectly deleted during a resync +* Internal + * Fixed many style issues in build scripts (thanks @joakimr-axis!) +* Helm + * Added `global.grafanaUrl` variable to allow using an existing Grafana + installation + ## edge-20.5.3 * Controller