From a1c5e523caa9d441dfd7f71d2367d6d6e1f412a5 Mon Sep 17 00:00:00 2001 From: Risha Mars Date: Fri, 14 Dec 2018 13:49:43 -0800 Subject: [PATCH] Update CHANGES.md for the edge-18.12.3 release (#1988) * Update CHANGES.md for the edge-18.12.3 release --- CHANGES.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ac69fd84e..786904101 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,31 @@ +## edge-18.12.3 + +Upgrade notes: The control plane components have been renamed as of the +edge-18.12.1 release to reduce possible naming collisions. To upgrade an +older installation, see the [Upgrade Guide](https://linkerd.io/2/upgrade/). + +* CLI + * Multiple improvements to the `linkerd install` config (thanks @codeman9!) + * Use non-default service accounts for grafana and web deployments + * Use `emptyDir` volume mount for prometheus and grafana pods + * Set security context on control plane components to not run as root + * Remove cluster-wide resources from single-namespace installs + * Disable service profiles in single-namespace mode + * Require that namespace already exist for single-namespace installs + * Fix resource requests for proxy-injector container in `--ha` installs +* Controller + * Block controller initialization until caches have synced with kube API + * Fix proxy-api handling of named target ports in service configs + * Add parameter to stats API to skip retrieving prometheus stats (thanks, + @alpeb!) +* Web UI + * Adjust label for unknown routes in route tables, add tooltip + * Update Top Routes page to persist form settings in URL + * Add button to create new service profiles on Top Routes page + * Fix CLI commands displayed when linkerd is running in non-default namespace +* Proxy + * Proxies with TLS enabled now honor ports configured to skip protocol detection + ## stable-2.1.0 This stable release introduces several major improvements, including per-route