Releases: buildkite/agent
Releases · buildkite/agent
v3.93.1
v3.93.0
v3.93.0 (2025-02-26)
Added
- Handle pause actions #3211 (@DrJosh9000)
- Add agent stop command #3198 (@sj26)
Changed
- Skip pushing the git commit metadata if BUILDKITE_COMMIT_RESOLVED=true #3152 (@CerealBoy)
- Update cancel_signal.go #3197 (@karensawrey)
- Capture datadog metrics usage from registering agents #3195 (@wolfeidau)
- Capture some HTTP client details from registering agents #3193 (@yob)
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
- Fixes from the new modernize analyzer from the Go team #3209 (@wolfeidau)
- Kill exp/maps and replace with stdlib maps #3210 (@moskyb)
Dependabot
v3.92.1
v3.92.1 (2025-02-13)
Removed
- Revert "Ensure the log streamer respects forced shutdown of the agent" #3191 (@wolfeidau)
- Revert "Fix data race on exitImmediately" #3190 (@wolfeidau)
Dependabot
- The usual updates: #3188, #3185 (@dependabot[bot])
v3.92.0
v3.92.0 (2025-02-12)
Fixed
- Ensure the log streamer respects forced shutdown of the agent #3180 (@wolfeidau)
- Fix data race on exitImmediately #3187 (@DrJosh9000)
- Reduce timeout for these two operations to avoid holding up compute #3177 (@wolfeidau)
- Timeout waiting for client containers #3172 (@DrJosh9000)
- Clean up worker pool implementation #3171 (@DrJosh9000)
Internal
- rm bazel-*, add to .gitignore #3178 (@DrJosh9000)
- Speed up needlessly slow tests #3179 (@DrJosh9000)
Dependabot
v3.91.0
v3.91.0 (2025-01-28)
Changed
- Jitter within ping, status, log loops #3164 (@DrJosh9000)
Fixed
- Roko v1.3.1 #3157 (@moskyb)
- Better plugin checkout logging #3166 (@DrJosh9000)
Internal
- Add /.buildkite dir for Dockerfile updates #3162 (@DrJosh9000)
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
to2520343
in /packaging/docker/ubuntu-22.04 in the container-images group across 1 directory #3146 (@dependabot[bot])
v3.90.0
v3.90.0 (2025-01-10)
Changed
Fixed
- Fix nil pointer deref in certain Kubernetes environments #3150 (@DrJosh9000)
v3.89.0
v3.89.0 (2025-01-06)
Added
- Adding support for Additional Hooks Paths #3124 (@CerealBoy)
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
v3.88.0 (2024-12-18)
Changed
- Prefix fatal error message with 'buildkite-agent:' #3135 (@jordandcarter)
- Notify when host and bootstrap agent paths mismatch #3123 (@jordandcarter)
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
v3.87.1 (2024-11-26)
Fixed
- Fix duplicated output when debug is enabled #3108 (@DrJosh9000)
Changed
- Small change to annotation example #3106 (@PriyaSudip)
Internal
- Use Ubuntu codename labels to refer to base images #3103 (@DrJosh9000)
Dependabot
v3.87.0
v3.87.0 (2024-11-18)
Changed
- Remove signal reason unable_to_verify_signature and replace with signature_rejected #3094 (@jordandcarter)
Fixed
- Don't surface expected stderr output from git rev-parse #3095 (@CerealBoy)
- Add retry around NewS3Client #3092 (@l-suzuki)
Internal
- Soft fail upload of packages docker images #3093 (@tommeier)
- Switch to agent-base images #3091 (@DrJosh9000)