From dc6e2114c950d05c6275d7644d19a1ea0cfc5b2a Mon Sep 17 00:00:00 2001 From: Kevin Leimkuhler Date: Tue, 3 Nov 2020 13:21:16 -0500 Subject: [PATCH] Add changes for edge-20.11.1 (#5167) This edge supersedes edge-20.10.6 as a release candidate for stable-2.9.0. * Fixed issue where the `check` command would error when there is no Prometheus configured * Fixed recent regression that caused multicluster on EKS to not work properly * Changed the `check` command to warn instead of error when webhook certificates are near expiry * Added the `--ingress` flag to the `inject` command which adds the recently introduced `linkerd.io/inject: ingress` annotation * Fixed issue with upgrades where external certs would be fetched and stored even though this does not happen on fresh installs with externally created certs * Fixed issue with upgrades where the issuer cert expiration was being reset * Removed the `--registry` flag from the `multicluster install` command * Removed default CPU limits for the proxy and control plane components in HA mode Signed-off-by: Kevin Leimkuhler --- CHANGES.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 72b59228b..2e89664a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,24 @@ # Changes +## edge-20.11.1 + +This edge supersedes edge-20.10.6 as a release candidate for stable-2.9.0. + +* Fixed issue where the `check` command would error when there is no Prometheus + configured +* Fixed recent regression that caused multicluster on EKS to not work properly +* Changed the `check` command to warn instead of error when webhook certificates + are near expiry +* Added the `--ingress` flag to the `inject` command which adds the recently + introduced `linkerd.io/inject: ingress` annotation +* Fixed issue with upgrades where external certs would be fetched and stored + even though this does not happen on fresh installs with externally created + certs +* Fixed issue with upgrades where the issuer cert expiration was being reset +* Removed the `--registry` flag from the `multicluster install` command +* Removed default CPU limits for the proxy and control plane components in HA + mode + ## edge-20.10.6 This edge supersedes edge-20.10.5 as a release candidate for stable-2.9.0. It