From edcd99d5566a17aa21b0c4fc003748bff106853e Mon Sep 17 00:00:00 2001 From: CerealBoy Date: Mon, 18 Nov 2024 14:45:37 +1100 Subject: [PATCH 1/2] Bump version and CHANGELOG for v3.87.0 --- CHANGELOG.md | 14 ++++++++++++++ version/VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccbfa6dc3..741c7c5121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + +### Added +- Switch to agent-base images [#3091](https://github.com/buildkite/agent/pull/3091) (@DrJosh9000) + +### Changed +- Remove signal reason unable\_to\_verify\_signature and replace with signature\_rejected [#3094](https://github.com/buildkite/agent/pull/3094) (@jordandcarter) +- Soft fail upload of packages docker images [#3093](https://github.com/buildkite/agent/pull/3093) (@tommeier) + +### 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) + ## [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) diff --git a/version/VERSION b/version/VERSION index ba0fae69a2..1761ce6345 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -3.86.0 +3.87.0 From 1c6b2c06b311f7151db5bcc9f843ef38fbc1149e Mon Sep 17 00:00:00 2001 From: CerealBoy Date: Mon, 18 Nov 2024 14:50:13 +1100 Subject: [PATCH 2/2] Slight restructure of CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741c7c5121..8685c10f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [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) -### Added -- Switch to agent-base images [#3091](https://github.com/buildkite/agent/pull/3091) (@DrJosh9000) - ### Changed - Remove signal reason unable\_to\_verify\_signature and replace with signature\_rejected [#3094](https://github.com/buildkite/agent/pull/3094) (@jordandcarter) -- Soft fail upload of packages docker images [#3093](https://github.com/buildkite/agent/pull/3093) (@tommeier) ### 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)