Skip to content

Releases: linkerd/linkerd-await

v0.2.1

25 Feb 05:26
release/v0.2.1
d20fe3b
Compare
Choose a tag to compare
This release updates dependencies and updates the release process to
produce binaries for multiple architectures (amd64, arm, and arm64).

v0.2.0

29 Dec 07:35
release/v0.2.0
57590fc
Compare
Choose a tag to compare
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

27 Oct 00:46
release/v0.1.3
1ceed46
Compare
Choose a tag to compare
This release only updates dependencies and does not change any
user-facing behavior.

v0.1.2

12 Sep 19:26
release/v0.1.2
e8eceda
Compare
Choose a tag to compare
release/v0.1.2

First fully-automated release, care of Github Actions!

v0.1.1

24 Aug 22:38
2344463
Compare
Choose a tag to compare
  • Adds support for the LINKERD_DISABLED env variable.