Skip to content

Tags: buildkite/cli

Tags

v3.54.2

Toggle v3.54.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): add pipelines to release unblockers (#933)

v3.54.1

Toggle v3.54.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump go-buildkite to v5.8.0 (#921)

v3.54.0

Toggle v3.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #915 from buildkite/mitch/add-job-key-filter-flags

Add job step and group key filter flags

v3.53.1

Toggle v3.53.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump golang.org/x/crypto to v0.52.0 (#917)

Addresses critical advisories fixed in >= v0.52.0 (GHSA-x527-x647-q7gg et al.).

v3.53.0

Toggle v3.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #913 from buildkite/pb-2339-use-list-jobs-endpoint

Use List Jobs endpoint for build-specific job lists

v3.52.1

Toggle v3.52.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Infer analytics endpoints by path (#912)

Currently all analytics (AKA Test Engine) API calls must be made with
`bk api --analytics`. Almost all Test Engine endpoints begin with
`/suites` so in those cases we can infer `isAnalytics` from the path.

v3.52.0

Toggle v3.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add summary-only output for build list and view (#911)

* Add summary output for build commands

* Handle multiline summary messages

* Address summary output review feedback

* Remove duplicate resolver exclusions

v3.51.1

Toggle v3.51.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(auth): persist auth outside of repo (#900)

* fix(auth): persist auth outside of repo

* test(auth): add regression test for auth status

* Update cmd/auth/login_test.go

Co-authored-by: buildsworth-bk-app[bot] <265670805+buildsworth-bk-app[bot]@users.noreply.github.com>

---------

Co-authored-by: buildsworth-bk-app[bot] <265670805+buildsworth-bk-app[bot]@users.noreply.github.com>

v3.51.0

Toggle v3.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds an `--agent` flag to `job log` for the robots (#885)

* feat(config): add an --agent flag to job log cmd

* feat: strip ansi chars

* feat(logs): deduplicate and add clear headers

* test(logs): implement some testing to ensure fmt

* chore(fmt): fix carriage returns format

* refactor(output): extend ansi for --no-timestamps

* chore(fmt): remove additional whitespace

* chore(logic): use package for llm output

* chore(options): add an `llm` alias for `--agent`

v3.50.0

Toggle v3.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #887 from buildkite/pb-1933-preflight-phase3-serve…

…r-failed-classification

feat(Preflight): Classify Early Job Failures Server-Side via the Jobs Index