From 06120ea44bc4bdf698920e6cbffd72612de1e743 Mon Sep 17 00:00:00 2001 From: Matei David Date: Tue, 22 Nov 2022 19:26:36 +0000 Subject: [PATCH] Bump linkerd-validator to v0.1.1 (#9882) A new release of linkerd-validator is available, v0.1.1. The new version includes better logging to allow users to determine whether failures occur as a result of their environment or the tool itself. To use the new version in linkerd, we bump the version of the binary in the proxy dockerfile. Signed-off-by: Matei David --- Dockerfile-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-proxy b/Dockerfile-proxy index ae5e6069c..f30436c2a 100644 --- a/Dockerfile-proxy +++ b/Dockerfile-proxy @@ -20,7 +20,7 @@ RUN (proxy=$(bin/fetch-proxy $(cat proxy-version) $TARGETARCH) && \ mv "$proxy" linkerd2-proxy) ARG LINKERD_AWAIT_VERSION=v0.2.6 RUN bin/scurl -o linkerd-await https://github.com/linkerd/linkerd-await/releases/download/release%2F${LINKERD_AWAIT_VERSION}/linkerd-await-${LINKERD_AWAIT_VERSION}-${TARGETARCH} && chmod +x linkerd-await -ARG LINKERD_VALIDATOR_VERSION=v0.1.0 +ARG LINKERD_VALIDATOR_VERSION=v0.1.1 RUN bin/scurl -o linkerd-network-validator https://github.com/linkerd/linkerd2-proxy-init/releases/download/validator%2F${LINKERD_VALIDATOR_VERSION}/linkerd-network-validator-${LINKERD_VALIDATOR_VERSION}-${TARGETARCH} && chmod +x linkerd-network-validator ## compile proxy-identity agent