Skip to content

Releases: buildkite/agent

v3.73.1

27 May 02:03
d213545
Compare
Choose a tag to compare

v3.73.1 (2024-05-23)

Full Changelog

Fixed

  • Fix redaction when no initial redactors are present #2794 (@moskyb)
  • Fix an issue where intermittently, commands run by the agent would fail with error: fork/exec: operation not permitted #2791 (@moskyb)
  • Fix an issue where using cancel grace period would not work if signal grace period was not set #2788 (@tessereth)
  • Emit a better error if the job API token is missing #2789 (@moskyb)

Internal

v3.73.0

16 May 03:19
a24fa4a
Compare
Choose a tag to compare

v3.73.0 (2024-05-16)

Full Changelog

Changed

  • Return earlier from non-get credential actions #2776 (@moskyb)
  • Remove the --debug-http flag from the git credential helper #2772 (@moskyb)
  • Write "unknown exit status" in expanded section #2783 (@DrJosh9000)

Fixed

Internal

v3.72.0

06 May 04:49
78d3217
Compare
Choose a tag to compare

v3.72.0 (2024-05-06)

Full Changelog

Added

  • Add status.json endpoint to health check endpoints #2759 (@moskyb)

Changed

  • Make failed job acquisitions return a specific exit code (27) #2762 (@moskyb)

Internal

v3.71.0

30 Apr 06:30
f0c251c
Compare
Choose a tag to compare

v3.71.0 (2024-04-30)

Full Changelog

Fixed

Added

v3.70.0

19 Apr 03:37
6ebf6cb
Compare
Choose a tag to compare

v3.70.0 (2024-04-18)

Full Changelog

Added

  • Add BUILDKITE_STEP_KEY as a json logger field #2730 (@joeljeske)
  • New flag --spawn-per-cpu The number of agents to spawn per cpu in parallel (mutually exclusive with --spawn) #2711 (@mmlb)
  • Upload agent images to GHCR #2724 (@DrJosh9000)

Fixed

  • Update go-pipeline to v0.7.0 (Correctly upload cache name and size command step settings, support cache: false) #2731 (@jordandcarter)
  • Show descriptive error when annotation body size exceeds maximum when using stdin #2725 (@rianmcguire)

Internal

v3.69.0

10 Apr 05:36
3ebb9d6
Compare
Choose a tag to compare

v3.69.0 (2024-04-10)

Full Changelog

Added

  • Environment variable to control cache volume mounting on hosted agents #2720 #2722 (@moskyb)

Internal

v3.68.0

04 Apr 02:13
868967e
Compare
Choose a tag to compare

v3.68.0 (2024-04-04)

Full Changelog

Changed

Internal

v3.67.0

28 Mar 00:35
6122f9c
Compare
Choose a tag to compare

v3.67.0 (2024-03-28)

Full Changelog

Changed

Fixed

Internal

v3.66.0

12 Mar 02:35
e9cf630
Compare
Choose a tag to compare

v3.66.0 (2024-03-12)

Full Changelog

Added

Fixed

  • Update tool sign usage description to match actual command #2677 (@CheeseStick)
  • Remove experimental callout on signing flags (it wasn't experimental) #2668 (@moskyb)

Changed

  • Promote avoid-recursive-trap experiment #2669 (@triarius)
  • Remove requests logging in the Job API unless if in debug mode #2662 (@triarius)
  • Force GitHub URLs to use HTTPS if the agent's git-credential-helper if it is enabled #2655 (@triarius)

Internal

v3.65.0

26 Feb 00:31
e00726c
Compare
Choose a tag to compare

v3.65.0 (2024-02-23)

Full Changelog

Added

Changed

Internal