diff --git a/CHANGES.md b/CHANGES.md index 4baf42d7e..52c941a73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +## edge-20.5.1 + +* CLI + * Fixed all commands to use kubeconfig's default namespace if specified + (thanks @Matei207!) + * Added multicluster checks to the `linkerd check` command + * Hid development flags in the `linkerd install` command for release builds +* Controller + * Added ability to configure Prometheus Altermanager as well as recording + and alerting rules on the Linkerd Prometheus (thanks @naseemkullah!) + * Added ability to add more commandline flags to the Prometheus command + (thanks @naseemkullah!) +* Web UI + * Fixed TrafficSplit detail page not loading + * Added Jaeger links to the dashboard when the tracing addon is enabled +* Proxy + * Modified internal buffering to avoid idling out services as a request + arrives, fixing failures for requests that are sent exactly once per + minute--such as Prometheus scrapes + ## edge-20.4.5 This edge release includes several new CLI commands for use with multi-cluster