mirror of https://github.com/linkerd/linkerd2.git
proxy: v2.205.0 (#11089)
The proxy currently emits very little useful version information. This change updates the proxy to support new build-time environment variables that are used to report version information: * LINKERD2_PROXY_BUILD_TIME * LINKERD2_PROXY_VENDOR * LINKERD2_PROXY_VERSION Additionally, several pre-existing Git-oriented metadata have been removed, as they were generally redundant or uninformative. The Rustc version has also been removed (since it has no real user-facing value and can be easily determined by the version/tag). --- * outbound: handle `NotFound` client policies in ingress mode (linkerd/linkerd2-proxy#2431) * Emit distinguishable version info (linkerd/linkerd2-proxy#2432) Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
b7e0be6e67
commit
4d77a64f26
|
@ -1 +1 @@
|
|||
v2.204.0
|
||||
v2.205.0
|
||||
|
|
Loading…
Reference in New Issue