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)