From b72b2d14b990ee10d8be347b40b1687f7d4f8e59 Mon Sep 17 00:00:00 2001 From: Kevin Leimkuhler Date: Fri, 11 Dec 2020 11:06:51 -0500 Subject: [PATCH] Add changes for edge-20.12.2 (#5367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## edge-20.12.2 * Fixed an issue where the `proxy-injector` and `sp-validator` did not refresh their certs automatically when provided externally—like through cert-manager * Added support for overrides flags to the `jaeger install` command to allow setting Helm values when installing the Linkerd-jaeger extension * Added missing Helm values to the multicluster chart (thanks @DaspawnW!) * Moved tracing functionality to the `linkerd-jaeger` extension * Fixed various issues in developer shell scripts (thanks @joakimr-axis!) * Fixed an issue where `install --ha` was only partially applying the high availability config * Updated RBAC API versions in the CNI chart (thanks @glitchcrab!) * Fixed an issue where TLS credentials are changed during upgrades, but the Linkerd webhooks would not restart, leaving them to use older credentials and fail requests * Stopped publishing the multicluster link chart as its primary use case is in the `multicluster link` command and not being installed through Helm * Added service mirror error logs for when the multicluster gateway's hostname cannot be resolved. Signed-off-by: Kevin Leimkuhler --- CHANGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a141bc4be..68625f4f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,26 @@ # Changes +## edge-20.12.2 + +* Fixed an issue where the `proxy-injector` and `sp-validator` did not refresh + their certs automatically when provided externally—like through cert-manager +* Added support for overrides flags to the `jaeger install` command to allow + setting Helm values when installing the Linkerd-jaeger extension +* Added missing Helm values to the multicluster chart (thanks @DaspawnW!) +* Moved tracing functionality to the `linkerd-jaeger` extension +* Fixed various issues in developer shell scripts (thanks @joakimr-axis!) +* Fixed an issue where `install --ha` was only partially applying the high + availability config +* Updated RBAC API versions in the CNI chart (thanks @glitchcrab!) +* Fixed an issue where TLS credentials are changed during upgrades, but the + Linkerd webhooks would not restart, leaving them to use older credentials and + fail requests +* Stopped publishing the multicluster link chart as its primary use case is in + the `multicluster link` command and not being installed through Helm +* Added service mirror error logs for when the multicluster gateway's hostname + cannot be resolved. + ## edge-20.12.1 This edge release continues the work of decoupling non-core Linkerd components