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 <matei@buoyant.io>
This commit is contained in:
Matei David 2022-11-22 19:26:36 +00:00 committed by GitHub
parent 79739a29a3
commit 06120ea44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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