From 64e666fc110d92dd6cb06c4df251812453cd826e Mon Sep 17 00:00:00 2001 From: Kevin Leimkuhler Date: Fri, 21 Jun 2019 14:50:34 -0700 Subject: [PATCH] Bump proxy for edge-19.6.3 (#2986) * Fixed the proxy rejecting HTTP2 requests that don't have an `:authority` * Improved idle service eviction to reduce resource consumption for clients that send requests to many services Signed-off-by: Kevin Leimkuhler --- bin/docker-build-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-build-proxy b/bin/docker-build-proxy index 4599d708c..e02f3c98d 100755 --- a/bin/docker-build-proxy +++ b/bin/docker-build-proxy @@ -23,7 +23,7 @@ validate_go_deps_tag $dockerfile ) >/dev/null # Default to a pinned commit SHA of the proxy. -PROXY_VERSION="${PROXY_VERSION:-35df8ab}" +PROXY_VERSION="${PROXY_VERSION:-52eefa4}" tag="$(head_root_tag)" docker_build proxy $tag $dockerfile --build-arg LINKERD_VERSION=$tag --build-arg PROXY_VERSION=$PROXY_VERSION