From 2b8df8076d750062c6ab478fe0c8f16797ee090e Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Fri, 22 May 2020 09:29:00 -0700 Subject: [PATCH] proxy: v2.98.0 (#4470) In some ingress setups, the proxy could be tricked into looping requests through the outbound proxy. We now detect these loops and fail these requests with a 502, saving your precious CPU. --- * outbound: Prevent loops (linkerd/linkerd2-proxy#525) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index 20a20a2c6..59b976d01 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.97.0 +v2.98.0