Releases: linkerd/linkerd-await
Releases · linkerd/linkerd-await
v0.2.1
This release updates dependencies and updates the release process to produce binaries for multiple architectures (amd64, arm, and arm64).
v0.2.0
This release replaces the --uri flag with a --port flag and introduces a new --shutdown flag. When the --shutdown flag is provided, the given command is forked (instead of simply exec'd) and the linkerd-await program forwards SIGTERM to the child process. When the child process completes, the proxy is shutdown via its admin interface. This behavior only operates as expected with as-of-yet unreleased proxy versions that support the /shutdown admin endpoint (linkerd/linkerd2-proxy#811). With prior proxy versions, the /shutdown call will not succeed and the proxy will remain running.
v0.1.3
This release only updates dependencies and does not change any user-facing behavior.
v0.1.2
release/v0.1.2 First fully-automated release, care of Github Actions!