From 83ae0ccf0f1aad636764fd0e606ac577e426d3f9 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Tue, 23 Jun 2020 12:12:06 -0500 Subject: [PATCH] Release notes for stable-2.8.1 (#4652) * Release notes for stable-2.8.1 This release fixes multicluster gateways support on EKS. * The multicluster service-mirror has been extended to resolve DNS names for target clusters when an IP address is not known. * Linkerd checks could fail when run from the dashboard. Thanks to @alex-berger for providing a fix! * Have the service mirror controller check in `linkerd check` retry on failures. * As of this version we're including a Chocolatey package (Windows) next to the other binaries in the release assets in GitHub. * Base images have been updated: * debian:buster-20200514-slim * grafana/grafana:7.0.3 * The shell scripts under `bin` continued to be improved, thanks to @joakimr-axis! --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1e7ed8732..9364b5734 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,21 @@ # Changes +## stable-2.8.1 + +This release fixes multicluster gateways support on EKS. + +* The multicluster service-mirror has been extended to resolve DNS names for + target clusters when an IP address is not known. +* Linkerd checks could fail when run from the dashboard. Thanks to @alex-berger + for providing a fix! +* Have the service mirror controller check in `linkerd check` retry on failures. +* As of this version we're including a Chocolatey package (Windows) next to the + other binaries in the release assets in GitHub. +* Base images have been updated: + * debian:buster-20200514-slim + * grafana/grafana:7.0.3 +* The shell scripts under `bin` continued to be improved, thanks to @joakimr-axis! + ## edge-20.6.3 This edge release is a release candidate for stable-2.8.1. It includes a fix