From 5eb62dcb6b6ec11e9f1d2942ea234363ff03c8bd Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Thu, 27 May 2021 03:21:21 +0000 Subject: [PATCH] proxy: v2.145.0 * Controller clients of components with more than one replica could fail to drive all connections to completion. This could result in timeouts showing up in logs, but would not have prevented proxies from communicating with controllers. linkerd/linkerd2#6146 * linkerd/linkerd2-proxy#992 made the `l5d-dst-override` header required for ingress-mode proxies. This behavior has been reverted so that requests without this header are forwarded to their original destination. * OpenCensus trace spans for HTTP requests no longer include query parameters. --- * ci: Update/pin action dependencies (linkerd/linkerd2-proxy#1012) * control: Ensure endpoints are driven to readiness (linkerd/linkerd2-proxy#1014) * Make span name without query string (linkerd/linkerd2-proxy#1013) * ingress: Restore original dst address routing (linkerd/linkerd2-proxy#1016) * ci: Restict permissions in Actions (linkerd/linkerd2-proxy#1019) * Forbid unsafe code in most module (linkerd/linkerd2-proxy#1018) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index fb741f89d1b36..c290d207db5b9 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.144.0 \ No newline at end of file +v2.145.0