From 77a55be765dc60d8843e158eb64122fefa5806c9 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 17 Sep 2020 12:15:35 -0700 Subject: [PATCH] update changelog for edge-20.9.3 (#4982) This edge release includes fixes and updates for the control plane and CLI. * Added `--dest-cni-bin-dir` flag to the `linkerd install-cni` command, to configure the directory on the host where the CNI binary will be placed * Removed `collector.name` and `jaeger.name` config fields from the tracing addon * Updated Jaeger to 1.19.2 * Fixed a warning about deprecated Go packages in controller container logs --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c7a93ed97..b7f3cef6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ # Changes +## edge-20.9.3 + +This edge release includes fixes and updates for the control plane and CLI. + +* Added `--dest-cni-bin-dir` flag to the `linkerd install-cni` command, to + configure the directory on the host where the CNI binary will be placed +* Removed `collector.name` and `jaeger.name` config fields from the tracing + addon +* Updated Jaeger to 1.19.2 +* Fixed a warning about deprecated Go packages in controller container logs + ## edge-20.9.2 This edge release continues the work of adding support for mTLS for all TCP