Skip to content

Commit

Permalink
chore: v0.2.9 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored May 16, 2024
1 parent 39fafa6 commit 6a1c017
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"

[[package]]
name = "linkerd-await"
version = "0.2.8"
version = "0.2.9"
dependencies = [
"clap",
"futures",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkerd-await"
version = "0.2.8"
version = "0.2.9"
authors = ["Linkerd Developers <[email protected]>"]
edition = "2021"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ only then executes a command.
## Usage

```text
linkerd-await 0.2.8
linkerd-await 0.2.9
Wait for linkerd to become ready before running a program
Usage: linkerd-await [OPTIONS] [CMD] [ARGS]...
Expand Down Expand Up @@ -41,7 +41,7 @@ Options:
```dockerfile
# Create a base layer with linkerd-await from a recent release.
FROM docker.io/curlimages/curl:latest as linkerd
ARG LINKERD_AWAIT_VERSION=v0.2.8
ARG LINKERD_AWAIT_VERSION=v0.2.9
RUN curl -sSLo /tmp/linkerd-await https://github.com/linkerd/linkerd-await/releases/download/release%2F${LINKERD_AWAIT_VERSION}/linkerd-await-${LINKERD_AWAIT_VERSION}-amd64 && \
chmod 755 /tmp/linkerd-await

Expand Down

0 comments on commit 6a1c017

Please sign in to comment.