From 5ad3a4f72cec951c1246ad721c9921b33f03d85d Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Thu, 2 Apr 2020 14:48:45 -0700 Subject: [PATCH] proxy: v2.91.0 (#4228) This release fixes a bug introduced in v2.89.0 that could cause spurious timeouts for inbound proxies that handle HTTP requests for many distinct domains. --- * inbound: Do not cache per-endpoint services (linkerd/linkerd2-proxy#469) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index 3750c20ca..e2a057197 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.90.0 +v2.91.0