mirror of https://github.com/linkerd/linkerd2.git
Update CHANGES.md for the edge-18.12.3 release (#1988)
* Update CHANGES.md for the edge-18.12.3 release
This commit is contained in:
parent
586e7407c0
commit
a1c5e523ca
28
CHANGES.md
28
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
|
## stable-2.1.0
|
||||||
|
|
||||||
This stable release introduces several major improvements, including per-route
|
This stable release introduces several major improvements, including per-route
|
||||||
|
|
Loading…
Reference in New Issue