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 <kleimkuhler@icloud.com>
This commit is contained in:
Kevin Leimkuhler 2019-06-21 14:50:34 -07:00 committed by GitHub
parent 81790b6735
commit 64e666fc11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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