Skip to content

Commit

Permalink
Merge pull request #3096 from buildkite/allan/release/v3.87.0
Browse files Browse the repository at this point in the history
Bump version and CHANGELOG for v3.87.0
  • Loading branch information
CerealBoy authored Nov 18, 2024
2 parents e15f910 + 1c6b2c0 commit bde6a3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.87.0](https://github.com/buildkite/agent/tree/v3.87.0) (2024-11-18)
[Full Changelog](https://github.com/buildkite/agent/compare/v3.86.0...v3.87.0)

### Changed
- Remove signal reason unable\_to\_verify\_signature and replace with signature\_rejected [#3094](https://github.com/buildkite/agent/pull/3094) (@jordandcarter)

### Fixed
- Don't surface expected stderr output from git rev-parse [#3095](https://github.com/buildkite/agent/pull/3095) (@CerealBoy)
- Add retry around NewS3Client [#3092](https://github.com/buildkite/agent/pull/3092) (@l-suzuki)

### Internal
- Soft fail upload of packages docker images [#3093](https://github.com/buildkite/agent/pull/3093) (@tommeier)
- Switch to agent-base images [#3091](https://github.com/buildkite/agent/pull/3091) (@DrJosh9000)

## [v3.86.0](https://github.com/buildkite/agent/tree/v3.86.0) (2024-11-12)
[Full Changelog](https://github.com/buildkite/agent/compare/v3.85.1...v3.86.0)

Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.86.0
3.87.0

0 comments on commit bde6a3d

Please sign in to comment.