v1.0.0
What's Changed
Notable Changes
Build and job workflow tools. This release adds four new tools for managing builds and jobs: cancel_build to cancel a running build, rebuild_build to rebuild a completed build, retry_job to retry a specific failed job, and get_job_env to retrieve job environment variables. These are gated behind the write_builds toolset.
Server-side job state filtering. The list_builds tool now pushes job state filtering to the Buildkite API via go-buildkite v4.17.0, instead of fetching all jobs and filtering in-memory. The jobs_total field has been removed from BuildSummary as it has no API equivalent and would misrepresent totals when filtering is applied.
Features
- feat(builds): add cancel_build, rebuild_build, retry_job, and get_job_env tools by @wolfeidau in #250
- feat(builds): push job state filtering to API via go-buildkite v4.17.0 by @wolfeidau in #249
Full Changelog: v0.13.0...v1.0.0