From 91d5fab751360ab189d4625dbafa292564aa2330 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Tue, 10 Nov 2020 02:50:55 +0000 Subject: [PATCH] proxy: v2.119.0 This release modifies the default idle timeout to 5s for outbound clients and 20s for inbound clients. This prevents idle clients from consuming memory at the cost of performing more discovery resolutions for periodic but infrequent traffic. This is intended to reduce the proxy's memory footprint, especially on Prometheus instances. The proxy's *ring* and rustls dependencies have also been updated. --- * Update *ring* and rustls dependencies (linkerd/linkerd2-proxy#735) * http: Configure client connection pools (linkerd/linkerd2-proxy#734) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index ae3c8b6525dde..82143db7cabe9 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.118.0 +v2.119.0