Skip to content

Commit e187886

Browse files
authored
Merge pull request #3577 from buildkite/release/v3,112.0
Bump version + changelog for v3.112.0
2 parents a029c6f + 8d28707 commit e187886

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.112.0](https://github.com/buildkite/agent/tree/v3.112.0) (2025-11-12)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.111.0...v3.112.0)
10+
11+
### Added
12+
13+
The agent can now annotate jobs as well as builds! Job annotations will show up in a dedicated section of the job detail
14+
in the build UI. This is a great way to provide additional, richly-formatted context and information about specific jobs.
15+
16+
See the [PR](https://github.com/buildkite/agent/pull/3569) for more details.
17+
18+
### Changed
19+
- Agents will now check for new work more quickly immediately after finishing a job [#3571](https://github.com/buildkite/agent/pull/3571) (@DrJosh9000)
20+
21+
### Fixed
22+
- IdleMonitor-related fixes [#3570](https://github.com/buildkite/agent/pull/3570) (@DrJosh9000)
23+
- Fix confusing error message when hashing artifact payloads [#3565](https://github.com/buildkite/agent/pull/3565) (@moskyb)
24+
25+
### Internal
26+
- Dependency updates [#3575](https://github.com/buildkite/agent/pull/3575) [#3574](https://github.com/buildkite/agent/pull/3574) [#3573](https://github.com/buildkite/agent/pull/3573) [#3572](https://github.com/buildkite/agent/pull/3572) (@dependabot[bot])
27+
828
## [v3.111.0](https://github.com/buildkite/agent/tree/v3.111.0) (2025-11-05)
929
[Full Changelog](https://github.com/buildkite/agent/compare/v3.110.0...v3.111.0)
1030

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.111.0
1+
3.112.0

0 commit comments

Comments
 (0)