Skip to content

Commit f80803d

Browse files
authored
Merge pull request #3783 from buildkite/release-v3.121.0
Bump version and changelog for v3.121.0
2 parents edd03c0 + fe1aed4 commit f80803d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v3.121.0](https://github.com/buildkite/agent/tree/v3.121.0) (2026-03-25)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.120.3...v3.121.0)
10+
11+
> [!TIP]
12+
> In order to make Git Mirrors more reliable, checkouts using a mirror can now be *dissociated* from the mirror. This approach still avoids fetching objects from the remote if they are present the mirror, but stores a copy of the objects in the checkout, preventing the checkout from becoming corrupted through entirely normal operation of the mirror.
13+
> To opt into this behaviour set the flag `--git-mirror-checkout-mode=dissociate` or agent environment variable `BUILDKITE_GIT_MIRROR_CHECKOUT_MODE=dissociate`.
14+
15+
### Added
16+
- Add GCP KMS Signing [#3660](https://github.com/buildkite/agent/pull/3660) (@tomowatt)
17+
- Support for dissociated clones of git mirrors [#3775](https://github.com/buildkite/agent/pull/3775), [#3788](https://github.com/buildkite/agent/pull/3788) (@DrJosh9000)
18+
- Add `--subject-claim` flag to `oidc request-token` [#3784](https://github.com/buildkite/agent/pull/3784) (@zero51)
19+
20+
### Changed
21+
- Job logger trace correlation [#3782](https://github.com/buildkite/agent/pull/3782) (@aapzu)
22+
823
## [v3.120.3](https://github.com/buildkite/agent/tree/v3.120.3) (2026-03-24)
924
[Full Changelog](https://github.com/buildkite/agent/compare/v3.120.2...v3.120.3)
1025

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.120.3
1+
3.121.0

0 commit comments

Comments
 (0)