Skip to content

Commit e3f42c7

Browse files
authored
Merge pull request #3305 from buildkite/sorchaabel/release/3.97.1
Bump version and CHANGELOG for v3.97.1
2 parents 64ac08b + f401c3b commit e3f42c7

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.97.1](https://github.com/buildkite/agent/tree/v3.97.1) (2025-05-12)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.97.0...v3.97.1)
10+
11+
### Fixed
12+
- Fix unusable `BUILDKITE_AGENT_TAGS_FROM_EC2_TAGS` env var [#3285](https://github.com/buildkite/agent/pull/3285) (@shanesmith)
13+
- Set ignore_agent_in_dispatches when finishing with disconnect-after-job [#3297](https://github.com/buildkite/agent/pull/3297) (@DrJosh9000)
14+
15+
### Internal
16+
- Introduce a structure where coverage can increase on githttp checkout code [#3296](https://github.com/buildkite/agent/pull/3296) (@wolfeidau)
17+
- TE-3708-follow-up: Use go test -cover to generate coverage report [#3295](https://github.com/buildkite/agent/pull/3295) (@zhming0)
18+
- TE-3708: use bktec on agent [#3292](https://github.com/buildkite/agent/pull/3292) (@zhming0)
19+
20+
### Dependency updates
21+
- [#3298](https://github.com/buildkite/agent/pull/3298), [#3300](https://github.com/buildkite/agent/pull/3300), [#3301](https://github.com/buildkite/agent/pull/3301), [#3299](https://github.com/buildkite/agent/pull/3299), [#3287](https://github.com/buildkite/agent/pull/3287), [#3290](https://github.com/buildkite/agent/pull/3290), [#3291](https://github.com/buildkite/agent/pull/3291) (@dependabot[bot])
22+
823
## [v3.97.0](https://github.com/buildkite/agent/tree/v3.97.0) (2025-04-16)
924
[Full Changelog](https://github.com/buildkite/agent/compare/v3.96.0...v3.97.0)
1025

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.97.0
1+
3.97.1

0 commit comments

Comments
 (0)