mirror of https://github.com/linkerd/linkerd2.git
Update CHANGES.md for the v18.7.2 release (#1362)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
parent
ec3c861743
commit
2971831508
19
CHANGES.md
19
CHANGES.md
|
@ -1,3 +1,22 @@
|
|||
## v18.7.2
|
||||
|
||||
Linkerd2 v18.7.2 introduces new stability features as we work toward production
|
||||
readiness.
|
||||
|
||||
* Control Plane
|
||||
* **Breaking change** Injected pod labels have been renamed to be more
|
||||
consistent with Kubernetes; previously injected pods must be re-injected
|
||||
with new version of linkerd CLI in order to work with updated control plane
|
||||
* The "ca-bundle-distributor" deployment has been renamed to "ca"
|
||||
* Proxy
|
||||
* **Fixed** HTTP/1.1 connections were not properly reused, leading to
|
||||
elevated latencies and CPU load
|
||||
* **Fixed** The `process_cpu_seconds_total` was calculated incorrectly
|
||||
* Web UI
|
||||
* **New** per-namespace application topology graph
|
||||
* **Experimental** web-based Tap interface accessible at `/tap`
|
||||
* Updated favicon to the Linkerd logo
|
||||
|
||||
## v18.7.1
|
||||
|
||||
Linkerd2 v18.7.1 is the first release of the Linkerd2 project, which was
|
||||
|
|
Loading…
Reference in New Issue