Skip to content

Releases: buildkite/agent

v3.93.1

27 Feb 04:53
d15c047
Compare
Choose a tag to compare

v3.93.1 (2025-02-27)

Full Changelog

Added

  • Set env when job cancelled for hooks #3213 (@sj26)

v3.93.0

27 Feb 00:08
c4be1af
Compare
Choose a tag to compare

v3.93.0 (2025-02-26)

Full Changelog

Added

Changed

Fixed

  • Change the signal handler to ensure the agent quits after the grace period #3200 (@wolfeidau)
  • Don't fail if the interrupt fails when the PID is already exited #3199 (@wolfeidau)
  • bash shouldn't be assumed to be in /bin for portability #1534 (@jgedarovich)

Internal

Dependabot

v3.92.1

13 Feb 05:37
ae57f99
Compare
Choose a tag to compare

v3.92.1 (2025-02-13)

Full Changelog

Removed

  • Revert "Ensure the log streamer respects forced shutdown of the agent" #3191 (@wolfeidau)
  • Revert "Fix data race on exitImmediately" #3190 (@wolfeidau)

Dependabot

Note

Reverted #3180 and #3187 as this change introduced a bug which resulted in truncated log output. Will re-think this fix and push it out again in another release after we do some more testing.

v3.92.0

12 Feb 05:07
1da0782
Compare
Choose a tag to compare

v3.92.0 (2025-02-12)

Full Changelog

Fixed

Internal

Dependabot

v3.91.0

28 Jan 05:01
982155e
Compare
Choose a tag to compare

v3.91.0 (2025-01-28)

Full Changelog

Changed

Fixed

Internal

Dependency bumps

  • Bump the cloud-providers group with 6 updates #3167 (@dependabot[bot])
  • Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.70.3 to 1.71.0 #3168 (@dependabot[bot])
  • Bump the container-images group across 5 directories with 2 updates #3169 (@dependabot[bot])
  • Bump the otel group with 9 updates #3159 (@dependabot[bot])
  • Bump the container-images group across 6 directories with 2 updates #3161 (@dependabot[bot])
  • Bump the cloud-providers group across 1 directory with 7 updates #3160 (@dependabot[bot])
  • Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.70.1 to 1.70.3 #3155 (@dependabot[bot])
  • Bump the golang-x group across 1 directory with 5 updates #3151 (@dependabot[bot])
  • Bump buildkite/agent-base from e46604b to 2520343 in /packaging/docker/ubuntu-22.04 in the container-images group across 1 directory #3146 (@dependabot[bot])

v3.90.0

10 Jan 00:21
393d9a3
Compare
Choose a tag to compare

v3.90.0 (2025-01-10)

Full Changelog

Changed

  • Use exponential in acquire-job mode when job acquisition fails #3153 (@moskyb)

Fixed

v3.89.0

06 Jan 05:03
5d2a256
Compare
Choose a tag to compare

v3.89.0 (2025-01-06)

Full Changelog

Added

Internal

  • Bump the container-images group across 5 directories with 2 updates #3143 (@dependabot[bot])
  • Update golang.org/x/net #3140 (@yob)

v3.88.0

18 Dec 06:27
c22b49b
Compare
Choose a tag to compare

v3.88.0 (2024-12-18)

Full Changelog

Changed

Fixed

  • Enable process debug logging #3134 (@patrobinson)
  • Ignore empty submodule clone configs #3122 (@DrJosh9000)
  • fix: allow for empty files on hook check #3117 (@nzspambot)
  • Parse more standalone $ cases as literal $s and not variable expansions:
    • Bump github.com/buildkite/go-pipeline from 0.13.2 to 0.13.3 #3137 (@dependabot[bot])
    • Bump github.com/buildkite/interpolate from 0.1.4 to 0.1.5 #3138 (@dependabot[bot])

Dependabot

v3.87.1

27 Nov 06:04
4295afa
Compare
Choose a tag to compare

v3.87.1 (2024-11-26)

Full Changelog

Fixed

Changed

Internal

Dependabot

v3.87.0

18 Nov 04:11
bde6a3d
Compare
Choose a tag to compare

v3.87.0 (2024-11-18)

Full Changelog

Changed

  • Remove signal reason unable_to_verify_signature and replace with signature_rejected #3094 (@jordandcarter)

Fixed

Internal