Skip to content

Releases: linkerd/linkerd-await

v0.2.9

16 May 22:12
6a1c017
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 3.5.2 to 4.1.1 by @dependabot in #410
  • build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.2 to 1.5.5 by @dependabot in #411
  • Update README.md to reference v0.2.8 by @olix0r in #413
  • build(deps): dev:v43 by @olix0r in #438
  • build(deps): Update dependencies by @olix0r in #439
  • build: Produce statically-linked images with musl by @olix0r in #440
  • build(deps): bump DavidAnson/markdownlint-cli2-action from 12.0.0 to 15.0.0 by @dependabot in #421
  • build(deps): Update actions/download-artifact and actions/upload-artifact by @olix0r in #442
  • build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.5 to 1.6.3 by @dependabot in #443
  • build(deps): bump actions/download-artifact from 4.1.4 to 4.1.7 by @dependabot in #444
  • chore: v0.2.9 by @olix0r in #445

Full Changelog: release/v0.2.8...release/v0.2.9

v0.2.8

11 Dec 22:29
8808509
Compare
Choose a tag to compare

What's Changed

Read more

v0.2.7

09 Aug 22:20
06ed37a
Compare
Choose a tag to compare

What's Changed

Read more

v0.2.6

08 Apr 17:26
release/v0.2.6
dc6f361
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release/v0.2.5...release/v0.2.6

v0.2.5

03 Feb 19:02
release/v0.2.5
0335d90
Compare
Choose a tag to compare
This release updates `linkerd-await` to support an optional `--timeout`
flag that causes `linkerd-await` to fail if the proxy doesn't become
ready within the specified timeout.

v0.2.4

07 Sep 23:44
release/v0.2.4
e462d44
Compare
Choose a tag to compare
This release changes the default behavior to not emit messages (i.e.  to
STDERR) unless `--verbose` is specified.

This release also includes various dependency updates.

v0.2.3

31 Mar 20:15
release/v0.2.3
815fc54
Compare
Choose a tag to compare
This release makes linkerd-await's command arguments optional. When no
command is specified, the program simply exits once the proxy becomes
ready.

The repository has been moved into the Linkerd GitHub organization, as
well.

v0.2.2

03 Mar 19:56
release/v0.2.2
03fb4a8
Compare
Choose a tag to compare
This release updates linkerd-await to honor the `LINKERD_AWAIT_DISABLED`
environment variable (in addition to `LINKERD_DISABLED`).

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.