From bfe02490ad1e99fca11ffbe77a2fd8786dc70830 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Wed, 13 May 2020 16:07:12 -0700 Subject: [PATCH] proxy: v2.97.0 (#4392) This release adds special handling for I/O errors in HTTP responses so that an `errno` label is included to describe the underlying errors in the proxy's metrics. --- * Add an `i/o` error label to http metrics (linkerd/linkerd2-proxy#512) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index baab58973..20a20a2c6 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.96.0 +v2.97.0