Update linkerd-await to v0.2.4 (#6834)

This release includes dependency updates and no longer emits an error
message when linkerd-await is disabled.
This commit is contained in:
Oliver Gould 2021-09-08 07:14:20 -07:00 committed by GitHub
parent 21249dc1b6
commit 8743eb7b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ COPY .proxy-version proxy-version
ARG TARGETARCH
RUN (proxy=$(bin/fetch-proxy $(cat proxy-version) $TARGETARCH) && \
mv "$proxy" linkerd2-proxy)
ARG LINKERD_AWAIT_VERSION=v0.2.3
ARG LINKERD_AWAIT_VERSION=v0.2.4
RUN curl -fsSvLo 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
## compile proxy-identity agent