From f21ac2fad9f22543e12b2299f0e5cdd7a46357eb Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Wed, 18 Sep 2019 14:34:36 -0700 Subject: [PATCH] proxy: Update to v2.72.0 (#3447) This change updates the internals of the proxy's client to the Destination controller. Other than some minor fixes to the client's backoff logic, no user-facing changes are expected. * Split service discovery into composable components (linkerd/linkerd2-proxy#341) * logging: update `tracing` and `tracing-subscriber` (linkerd/linkerd2-proxy#352) * resolve: Do not send the 'k8s' scheme (linkerd/linkerd2-proxy#356) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index 16cb41c4e098e..73759c73877f7 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.71.0 +v2.72.0