Skip to content

edge-26.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 00:33
· 209 commits to main since this release
2534d7d

RECOMMENDED

Overall status: RECOMMENDED

Cautions

N/A

Changes

This release improves Linkerd Viz tap's authorization mechanism to supply any X-Remote-Extra- headers present in incoming requests when checking to make sure that the user using tap has access to the resources they're attempting to watch, fixing issue 13169 (thanks, @Tolsto and David Symons!). This permits tap to function even in environments where authorization plugins need the extra attributes, such as AWS EKS with AccessEntry authentication.

Additionally, this release introduces new inbound_http_response_duration_seconds and inbound_grpc_response_duration_seconds metrics histograms, tracking the durations of responses to inbound requests, and downgrades the error logged when a non-mTLS connection is attempted to port 4143 from INFO to DEBUG, fixing issue 10203 (thanks, Rohan Sood!). This can help avoid flooding the logs with error messages, especially in multicluster installations.

What's Changed

New Contributors

Full Changelog: edge-26.2.1...edge-26.3.1