mirror of https://github.com/linkerd/linkerd2.git
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:
parent
81790b6735
commit
64e666fc11
|
@ -23,7 +23,7 @@ validate_go_deps_tag $dockerfile
|
||||||
) >/dev/null
|
) >/dev/null
|
||||||
|
|
||||||
# Default to a pinned commit SHA of the proxy.
|
# Default to a pinned commit SHA of the proxy.
|
||||||
PROXY_VERSION="${PROXY_VERSION:-35df8ab}"
|
PROXY_VERSION="${PROXY_VERSION:-52eefa4}"
|
||||||
|
|
||||||
tag="$(head_root_tag)"
|
tag="$(head_root_tag)"
|
||||||
docker_build proxy $tag $dockerfile --build-arg LINKERD_VERSION=$tag --build-arg PROXY_VERSION=$PROXY_VERSION
|
docker_build proxy $tag $dockerfile --build-arg LINKERD_VERSION=$tag --build-arg PROXY_VERSION=$PROXY_VERSION
|
||||||
|
|
Loading…
Reference in New Issue