Skip to content

Releases: buildkite/cli

Buildkite CLI 3.0.0-beta.20240510

13 May 00:44
ea8864b
Compare
Choose a tag to compare
Pre-release

Changelog

Buildkite CLI 3.0.0-beta.20240430

03 May 07:15
73a628c
Compare
Choose a tag to compare
Pre-release

Changelog

v3.0.0-beta.20240418

18 Apr 06:36
b432246
Compare
Choose a tag to compare
v3.0.0-beta.20240418 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta.20240326...v3.0.0-beta.20240418

v3.0.0-beta.20240326

26 Mar 03:47
a33b0e9
Compare
Choose a tag to compare
v3.0.0-beta.20240326 Pre-release
Pre-release

What's Changed

  • Bump github.com/charmbracelet/bubbles from 0.17.1 to 0.18.0 by @dependabot in #198
  • Revert "SUP-1693 Bind "s" to stop agent" by @james2791 in #199
  • SUP-1740 Implement bk build view by @lizrabuya in #200
  • SUP-1743 Implement -w flag to open build in url on build view cmd by @lizrabuya in #201
  • SUP-1751 bk build rebuild implementation by @lizrabuya in #202
  • SUP-1717 Accept agents on stdin by @jradtilbrook in #197
  • SUP-1755 Add keybindings type by @jradtilbrook in #195
  • Bump github.com/buildkite/go-buildkite/v3 from 3.10.0 to 3.11.0 by @dependabot in #205
  • Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #204
  • SUP 1748 Implement bk build cancel and code refactoring by @lizrabuya in #203
  • SUP-1759-resolve-a-default-pipeline by @lizrabuya in #206
  • Update CODEOWNERS to reflect changes to Support team projects by @mcncl in #209
  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #208
  • upgrade go-git from v4 to v5 by @yob in #210
  • bump docker compose plugin to v5 by @yob in #211
  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #212
  • SUP-1864 Pipeline resolver aggregate by @jradtilbrook in #207
  • SUP-1911 Convert build command pipeline resolution by @jradtilbrook in #214
  • Bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 by @dependabot in #215
  • SUP-1453 Allow local directory config override for default pipeline by @lizrabuya in #213
  • Use .bk.yaml universally for config by @mcncl in #216
  • Initial framework for adding an OpenAI token to the base config by @mcncl in #217

Full Changelog: v3.0.0-beta.20240202...v3.0.0-beta.20240326

v3.0.0-beta.20240202

02 Feb 02:53
9136ff2
Compare
Choose a tag to compare
v3.0.0-beta.20240202 Pre-release
Pre-release

This is the first release of the new and improved Buildkite CLI.

We have rewritten the entire application using a new framework with the intention of making it more interactive and a pleasure to use.

Your feedback is appreciated. You can open an issue to let us know any bugs or issues or to provide suggestions on other features.

What Does It Do?

This release is focussed around agents. You can view agent information, stop agents (including in bulk) and list all connected agents to see their information.

How To Use It?

  1. Download the binary for your OS and architecture below
  2. Run bk configure to configure the Buildkite organization and API key
  3. Now you can run any of the other commands displayed in bk help

What's Changed

New Contributors

Full Changelog: https://github.com/buildkite/cli/commits/v3.0.0-beta.20240202

v2.0.0

26 Jul 02:54
@pda pda
b6fcc21
Compare
Choose a tag to compare

Changed

  • Remove keyring entirely and use config json #115 (@lox)
  • Prefer /usr/bin/env bash #124 (@wpcarro)
  • BUILDKITE_PIPELINE_DEFAULT_BRANCH configurable #125 (@wpcarro)

Fixed

  • golang.org/x/sys updated, was broken with Go 1.18 on macOS #131 (@pda)
  • local: emoji branch updated from "master" to "main" #129 (@kevinburke)
  • Update the URLs for emoji data [FDN-548] #130 (@yob)
  • README instructs correct brew install command #117 (@l-suzuki)

v1.2.0: meta-data, ARM, Windows 📎💪🏼🪟

10 Mar 23:01
@pda pda
Compare
Choose a tag to compare

Changed

  • bk build create accepts --meta-data when creating a remote build #108 (keithpitt) (👋 @apanzerj)
  • Windows HOMEPATH APPDATA etc env vars passed to bk local run #92 (Helcaraxan)
  • GitHub auth uses new-in-2020 "device flow" #100 (yob)

Added

  • Binaries for darwin/arm64 (Apple Silicon) and linux/arm64 #107 (sj26)

Maintenance

v1.1.0: 🌽

15 May 01:30
@pda pda
Compare
Choose a tag to compare

Changed

  • Fix local pipeline running for Windows #73 (@crufter)
  • Add --listen-port to allow a stable port to be chosen #70 #71 (@petemounce)
  • Update github.com/99designs/keyring to v1.1.3 #69 (@lox)

v1.0.0

05 Jul 01:38
@lox lox
0d21657
Compare
Choose a tag to compare

Changed

Branch filters!

20 Apr 10:27
@lox lox
7ce20e7
Compare
Choose a tag to compare

Added

  • Fix bug where file backend is default over keychain #51 (@lox)
  • Handle wildcards in branch patterns #49 (@lox)