Releases: buildkite/agent
v3.120.3
v3.120.3 (2026-03-24)
Tip
🎉 ✨ Streaming job dispatch (Public Preview): Version 3.120.0 adds opt-in support for a new streaming connection between agents and Buildkite, significantly reducing job acceptance latency for self-hosted agents. To try it, start your agent with --endpoint https://agent-edge.buildkite.com/v3, for example:
buildkite-agent start --endpoint https://agent-edge.buildkite.com/v3
You may alternatively use the environment variable BUILDKITE_AGENT_ENDPOINT or edit your buildkite-agent.cfg to contain endpoint=https://agent-edge.buildkite.com/v3.
This capability is in public preview and will become the default in a future release. If you have any feedback or run into issues, please reach out to support@buildkite.com.
Fixed
Internal
- Update/clarify supported Windows versions #3776 (@petetomasik)
Dependency updates
- build(deps): bump the cloud-providers group with 2 updates #3777 (@dependabot[bot])
- build(deps): bump the container-images group across 5 directories with 1 update #3778 (@dependabot[bot])
- build(deps): bump the container-images group across 1 directory with 2 updates #3779 (@dependabot[bot])
v3.120.2
v3.120.1
v3.120.1 (2026-03-17)
Tip
🎉 ✨ Streaming job dispatch (Public Preview): Version 3.120.0 adds opt-in support for a new streaming connection between agents and Buildkite, significantly reducing job acceptance latency for self-hosted agents. To try it, start your agent with --endpoint https://agent-edge.buildkite.com/v3, for example:
buildkite-agent start --endpoint https://agent-edge.buildkite.com/v3
You may alternatively use the environment variable BUILDKITE_AGENT_ENDPOINT or edit your buildkite-agent.cfg to contain endpoint=https://agent-edge.buildkite.com/v3.
This capability is in public preview and will become the default in a future release. If you have any feedback or run into issues, please reach out to support@buildkite.com.
Fixed
- Adds
API_KEYvalues to the redacted list #3761 (@mcncl) - fix: Support []string fields in ReadFromEnvironment #3767 (@DrJosh9000)
Internal
Dependency updates
- build(deps): bump the container-images group across 1 directory with 2 updates #3764 (@dependabot[bot])
- build(deps): bump the container-images group across 5 directories with 2 updates #3766 (@dependabot[bot])
- build(deps): bump the golang-x group with 3 updates #3762 (@dependabot[bot])
- build(deps): bump the cloud-providers group with 8 updates #3765 (@dependabot[bot])
v3.120.0
v3.120.0 (2026-03-13)
Tip
🎉 ✨ Streaming job dispatch (Public Preview): This release adds opt-in support for a new streaming connection between agents and Buildkite, significantly reducing job acceptance latency for self-hosted agents. To try it, start your agent with --endpoint https://agent-edge.buildkite.com/v3, for example:
buildkite-agent start --endpoint https://agent-edge.buildkite.com/v3
You may alternatively use the environment variable BUILDKITE_AGENT_ENDPOINT or edit your buildkite-agent.cfg to contain endpoint=https://agent-edge.buildkite.com/v3.
This capability is in public preview and will become the default in a future release. If you have any feedback or run into issues, please reach out to support@buildkite.com.
Note
The minimum version of Go used to build the agent is now Go 1.25.
Fixed
- fix: Make submodule clone config an agent config #3752 (@DrJosh9000)
- fix: prevent header times scan panic after stop #3740 (@lox)
- fix: handle multiple lifecycle hooks without closed pipe reuse #3741 (@lox)
- fix: potential deadlock in baton #3754 (@DrJosh9000)
- fix: Use targetPath helper and tempfile for Azure Blob download #3751 (@DrJosh9000)
Internal
- Add feature detection for streaming pings #3757 (@moskyb)
- chore: Apply other go fixes #3756 (@DrJosh9000)
- chore: use WaitGroup.Go where possible #3755 (@DrJosh9000)
Dependency updates
- build(deps): bump the container-images group across 5 directories with 1 update #3749 (@dependabot[bot])
- Upgrade to Go 1.25 and update all dependencies #3750 (@DrJosh9000)
v3.119.2
v3.119.2 (2026-03-09)
Added
- Generate a warning when cache is specified on self-hosted jobs #3743 (@CerealBoy)
Internal
v3.119.1
v3.119.1 (2026-03-04)
Fixed
- Validate ping mode flag, tweak log levels #3734 (@DrJosh9000)
- Default ping-mode to ping-only for now #3733 (@moskyb)
v3.119.0
v3.118.1
v3.118.0
v3.118.0 (2026-02-16)
Added
- Add new
buildkite-agent job updatecommand to update job timeouts #3707 (matthewborden) - Enable setting BUILDKITE_GIT_SUBMODULE with Environment Variables #3677 (tomowatt)
Fixed
- chore: Modified mktemp command for tarball extraction on macOS VMs #3698 (chrisnavar)
Internal
- Add public preview description to env BUILDKITE_PULL_REQUEST_USING_MERGE_REFSPEC #3699 (SorchaAbel)
v3.117.0
v3.117.0 (2026-02-04)
Added
- Flag to fetch the diff-base before diffing for
if_changed#3689 (@DrJosh9000)
Fixed
- Continue heartbeats while job is stopping #3694 (@DrJosh9000)