Skip to content

Commit 56d2b1d

Browse files
authored
Merge pull request #3397 from buildkite/release-v3.103.0
Bump version and changelog for v3.103.0
2 parents 5dd89c3 + ba74150 commit 56d2b1d

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ 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.103.0](https://github.com/buildkite/agent/tree/v3.103.0) (2025-07-22)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.102.2...v3.103.0)
10+
11+
### Added
12+
- Configurable kubernetes-bootstrap connection timeout [#3398](https://github.com/buildkite/agent/pull/3398) (@zhming0)
13+
14+
### Changed
15+
- Exit with a specific code when the Job being Acquired is Locked [#3403](https://github.com/buildkite/agent/pull/3403) (@CerealBoy)
16+
- Rename local -> repository hooks, global -> agent hooks [#3401](https://github.com/buildkite/agent/pull/3401) (@moskyb)
17+
- Use `BUILDKITE_PIPELINE_DEFAULT_BRANCH` as a default git diff base [#3396](https://github.com/buildkite/agent/pull/3396) (@DrJosh9000)
18+
- `apply-if-changed` now enabled by default - `if_changed` improvements [#3387](https://github.com/buildkite/agent/pull/3387) (@DrJosh9000)
19+
20+
### Internal
21+
- Update to use OIDC session tokens on AWS role assumption [#3395](https://github.com/buildkite/agent/pull/3395) (@duckalini)
22+
- Annotate with lint findings [#3404](https://github.com/buildkite/agent/pull/3404) (@DrJosh9000)
23+
- Lint fixes [#3383](https://github.com/buildkite/agent/pull/3383), [#3399](https://github.com/buildkite/agent/pull/3399) (@DrJosh9000)
24+
25+
### Dependencies
26+
- build(deps): bump the cloud-providers group with 5 updates [#3406](https://github.com/buildkite/agent/pull/3406) (@dependabot[bot])
27+
- build(deps): bump the container-images group across 6 directories with 2 updates [#3405](https://github.com/buildkite/agent/pull/3405) (@dependabot[bot])
28+
- build(deps): bump the golang-x group with 4 updates [#3391](https://github.com/buildkite/agent/pull/3391) (@dependabot[bot])
29+
- build(deps): bump google.golang.org/api from 0.240.0 to 0.241.0 in the cloud-providers group [#3389](https://github.com/buildkite/agent/pull/3389) (@dependabot[bot])
30+
- build(deps): bump the container-images group across 6 directories with 3 updates [#3390](https://github.com/buildkite/agent/pull/3390) (@dependabot[bot])
31+
- build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.74.2 to 1.74.3 [#3388](https://github.com/buildkite/agent/pull/3388) (@dependabot[bot])
32+
33+
## [v3.102.2](https://github.com/buildkite/agent/tree/v3.102.2) (2025-07-15)
34+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.102.1...v3.102.2)
35+
36+
### Changed
37+
- Fix to reflect-exit-status flag [#3393](https://github.com/buildkite/agent/pull/3393) (@DrJosh9000)
38+
839
## [v3.102.1](https://github.com/buildkite/agent/tree/v3.102.1) (2025-07-14)
940
[Full Changelog](https://github.com/buildkite/agent/compare/v3.102.0...v3.102.1)
1041

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.102.1
1+
3.103.0

0 commit comments

Comments
 (0)