Skip to content

Releases: linkerd/linkerd-await

v0.3.1

28 Jul 16:38
acff4d6
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump linkerd/dev from 45 to 46 by @dependabot[bot] in #485
  • build(deps): update linkerd/dev to v47 by @olix0r in #486

Full Changelog: release/v0.3.0...release/v0.3.1

v0.3.0

25 Jun 15:59
0fb674c
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 4.1.1 to 4.1.6 by @dependabot in #447
  • build(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #446
  • build(deps): bump linkerd/dev from v43 to v44 by @olix0r in #458
  • build(deps): bump actions/checkout from 4.1.6 to 4.2.2 by @dependabot in #459
  • build(deps): bump DavidAnson/markdownlint-cli2-action from 15.0.0 to 18.0.0 by @dependabot in #460
  • build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #452
  • build(deps): bump softprops/action-gh-release from 2.0.5 to 2.1.0 by @dependabot in #461
  • build(deps): bump actions/upload-artifact from 4.3.3 to 4.4.3 by @dependabot in #462
  • build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 by @dependabot in #464
  • build(deps): bump EmbarkStudios/cargo-deny-action from 1.6.3 to 2.0.4 by @dependabot in #463
  • build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #465
  • buld(deps): update tokio to 1.45.0 to resolve RUSTSEC-2025-0023 by @zaharidichev in #479
  • chore(signals): handle both windows and linux signals by @zaharidichev in #478
  • build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot in #477
  • build(deps): bump linkerd/dev from 44 to 45 by @dependabot in #467
  • build(deps): bump DavidAnson/markdownlint-cli2-action from 18.0.0 to 20.0.0 by @dependabot in #480
  • build(deps): bump softprops/action-gh-release from 2.2.0 to 2.3.2 by @dependabot in #481
  • build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.4 to 2.0.12 by @dependabot in #482
  • chore(build): bump crate version to 0.3.0 by @zaharidichev in #483
  • build(deps): bump actions/download-artifact from 4.1.8 to 4.3.0 by @dependabot in #484

New Contributors

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

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`).