mirror of https://github.com/linkerd/linkerd2.git
changelog for edge-21.7.4 (#6543)
## edge-21.7.4 This release continues to focus on dependency updates. It also adds the `l5d-proxy-error` information header to distinguish proxy generated errors proxy generated errors from application generated errors. * Updated several project dependencies * Added a new `l5d-proxy-error` on responses that allows proxy-generated error responses to be distinguished from application-generated error responses. * Removed support for configuring HTTP/2 keepalives via the proxy. Configuring this setting would sometimes cause conflicts with Go gRPC servers and clients * Added a new `target_addr` label to `*_tcp_accept_errors` metrics to improve diagnostics, especially for TLS detection timeouts Signed-off-by: Dennis Adjei-Baah <dennis@buoyant.io> Co-authored-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
c89753f5a6
commit
b8c0c74da1
15
CHANGES.md
15
CHANGES.md
|
|
@ -1,5 +1,20 @@
|
|||
# Changes
|
||||
|
||||
## edge-21.7.4
|
||||
|
||||
This release continues to focus on dependency updates. It also adds the
|
||||
`l5d-proxy-error` information header to distinguish proxy generated errors
|
||||
proxy generated errors from application generated errors.
|
||||
|
||||
* Updated several project dependencies
|
||||
* Added a new `l5d-proxy-error` on responses that allows proxy-generated error
|
||||
responses to be distinguished from application-generated error responses.
|
||||
* Removed support for configuring HTTP/2 keepalives via the proxy.
|
||||
Configuring this setting would sometimes cause conflicts with Go gRPC servers
|
||||
and clients
|
||||
* Added a new `target_addr` label to `*_tcp_accept_errors` metrics to improve
|
||||
diagnostics, especially for TLS detection timeouts
|
||||
|
||||
## edge-21.7.3
|
||||
|
||||
This edge release introduces several changes around metrics. ReplicaSets are now
|
||||
|
|
|
|||
Loading…
Reference in New Issue