From c5b0659a51494614b26d080900927fca0a2b0b81 Mon Sep 17 00:00:00 2001 From: Kevin Leimkuhler Date: Tue, 9 Jul 2019 13:10:43 -0700 Subject: [PATCH] Add edge-19.7.3 release notes (#3051) ## edge-19.7.3 * CLI * Graduated high-availability support out of experimental status * Modified the error message for `linkerd install` to provide instructions for proceeding when an existing installation is found * Controller * Added Prometheus metrics for the Kubernetes watchers in the destination service for better visibility Signed-off-by: Kevin Leimkuhler --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f21fe5bfe..126e448c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## edge-19.7.3 + +* CLI + * Graduated high-availability support out of experimental status + * Modified the error message for `linkerd install` to provide instructions for + proceeding when an existing installation is found +* Controller + * Added Prometheus metrics for the Kubernetes watchers in the destination + service for better visibility + ## edge-19.7.2 * CLI