From 55dd49e826a2e1f1741cac2c41e65ce78143dca2 Mon Sep 17 00:00:00 2001 From: Kevin Leimkuhler Date: Thu, 24 Sep 2020 19:29:20 -0400 Subject: [PATCH] Add changes for edge-20.9.4 (#5004) ## edge-20.9.4 This edge release introduces support for authenticated docker registries and fixes a recent multicluster regression. * Fixed a regression in multicluster gateway configurations that would forbid inbound gateway traffic * Upgraded bundled Grafana to v7.1.5 * Enabled Jaeger receiver in collector configuration in Helm chart (thanks @olivierboudet!) * Fixed skip port configuration being skipped in CNI plugin * Introduced support for authenticated docker registries (thanks @c-n-c!) Signed-off-by: Kevin Leimkuhler --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b7f3cef6e..7e82a87db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## edge-20.9.4 + +This edge release introduces support for authenticated docker registries and +fixes a recent multicluster regression. + +* Fixed a regression in multicluster gateway configurations that would forbid + inbound gateway traffic +* Upgraded bundled Grafana to v7.1.5 +* Enabled Jaeger receiver in collector configuration in Helm chart (thanks + @olivierboudet!) +* Fixed skip port configuration being skipped in CNI plugin +* Introduced support for authenticated docker registries (thanks @c-n-c!) + ## edge-20.9.3 This edge release includes fixes and updates for the control plane and CLI.