Skip to content

Releases: liamdawson/buildkite_waiter

0.3.0

14 Mar 03:58
v0.3.0
Compare
Choose a tag to compare

Release Notes

Added

  • Output URL in message when a build is found
  • Fig completions
  • Allow most options to be configured by environment variables

Notes

  • Simplified internal code structure (to a single crate).

Install buildkite_waiter 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/liamdawson/buildkite_waiter/releases/download/v0.3.0/buildkite_waiter-installer.sh | sh

Download buildkite_waiter 0.3.0

File Platform Checksum
buildkite_waiter-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
buildkite_waiter-x86_64-apple-darwin.tar.xz Intel macOS checksum
buildkite_waiter-x86_64-pc-windows-msvc.zip x64 Windows checksum
buildkite_waiter-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.1

14 Aug 04:13
v0.2.1
Compare
Choose a tag to compare
v0.2.1

Retry build polling requests

0.2.0

29 Jul 01:57
v0.2.0
Compare
Choose a tag to compare
v0.2.0

Notification improvements

0.1.1: CLI Completions

24 Jul 10:56
v0.1.1
Compare
Choose a tag to compare

Added

  • CLI completions

0.1.0: Initial alpha release

24 Jul 08:58
v0.1.0
Compare
Choose a tag to compare

Changed

  • wait --url is now by-url
  • wait --organization --pipeline --number is now by-number

Removed

  • --output-notification-json

Added

  • latest to wait for the latest build matching the options

    • Includes support for --branch, --state, --creator and --commit options
    • Supports --mine to filter by builds created by the API Access Token owner
  • New --output formats:

    • none, which outputs nothing to stdout
    • state-url (default), which outputs the build state and web console URL
    • notification-lines, which outputs the title and message of the system notification on separate lines

Initial testing release

20 Jul 07:02
v0.0.1-alpha.3
Compare
Choose a tag to compare
Pre-release

Initial release for testing purposes