From 4d77a64f263eae517424157bf6042ff569da24d5 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 6 Jul 2023 16:21:44 -0700 Subject: [PATCH] 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 --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index 5e87c991a..d387b6cac 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.204.0 +v2.205.0