From ca1f9af4b5d6d3be98b17317c0c68c9ce21094d3 Mon Sep 17 00:00:00 2001 From: Jordan Carter Date: Thu, 18 Apr 2024 15:54:54 +1200 Subject: [PATCH 1/2] Bump version and CHANGELOG for v3.70.0 --- CHANGELOG.md | 19 ++++++++++++++++++- version/VERSION | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aae14c699..8a8e4be578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.70.0](https://github.com/buildkite/agent/tree/v3.70.0) (2024-04-18) +[Full Changelog](https://github.com/buildkite/agent/compare/v3.69.0...v3.70.0) + +### Added +- Add BUILDKITE_STEP_KEY as a json logger field [#2730](https://github.com/buildkite/agent/pull/2730) (@joeljeske) +- New flag `--spawn-per-cpu` The number of agents to spawn per cpu in parallel (mutually exclusive with --spawn) [#2711](https://github.com/buildkite/agent/pull/2711) (@mmlb) +- Upload agent images to GHCR [#2724](https://github.com/buildkite/agent/pull/2724) (@DrJosh9000) + +### Changed +- Update azure-sdk-for-go/sdk/azidentity to 1.5.2, aws/aws-sdk-go to 1.51.21 [#2726](https://github.com/buildkite/agent/pull/2726) (@dependabot[bot]) +- Bump docker/library/golang from `c4fb952` to `450e382` in /.buildkite [#2727](https://github.com/buildkite/agent/pull/2727) (@dependabot[bot]) +- Bump ubuntu/ubuntu from `d06a58c` to `12fb86d` in /packaging/docker/ubuntu-22.04 [#2728](https://github.com/buildkite/agent/pull/2728) (@dependabot[bot]) +- Bump ubuntu/ubuntu from `b7a139e` to `347448b` in /packaging/docker/ubuntu-20.04 [#2729](https://github.com/buildkite/agent/pull/2729) (@dependabot[bot]) + +### Fixed +- Update go-pipeline to v0.7.0 (Correctly upload cache `name` and `size` command step settings, support `cache: false`) [#2731](https://github.com/buildkite/agent/pull/2731) (@jordandcarter) +- Show descriptive error when annotation body size exceeds maximum when using stdin [#2725](https://github.com/buildkite/agent/pull/2725) (@rianmcguire) + ## [v3.69.0](https://github.com/buildkite/agent/tree/v3.69.0) (2024-04-10) [Full Changelog](https://github.com/buildkite/agent/compare/v3.68.0...v3.69.0) @@ -26,7 +44,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Internal - Dependabot updates [#2714](https://github.com/buildkite/agent/pull/2714), [#2712](https://github.com/buildkite/agent/pull/2712), [#2709](https://github.com/buildkite/agent/pull/2709), [#2708](https://github.com/buildkite/agent/pull/2708), [#2663](https://github.com/buildkite/agent/pull/2663) (@dependabot[bot]) - ## [v3.67.0](https://github.com/buildkite/agent/tree/v3.67.0) (2024-03-28) [Full Changelog](https://github.com/buildkite/agent/compare/v3.66.0...v3.67.0) diff --git a/version/VERSION b/version/VERSION index b24440d98e..f5b3f90819 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -3.69.0 +3.70.0 From 73799c96eddbf14f19dee9167dba5a866ee2c992 Mon Sep 17 00:00:00 2001 From: Jordan Carter Date: Fri, 19 Apr 2024 14:48:25 +1200 Subject: [PATCH 2/2] Move dependabot churn to Internal section --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8e4be578..f97fef515b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,16 +13,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - New flag `--spawn-per-cpu` The number of agents to spawn per cpu in parallel (mutually exclusive with --spawn) [#2711](https://github.com/buildkite/agent/pull/2711) (@mmlb) - Upload agent images to GHCR [#2724](https://github.com/buildkite/agent/pull/2724) (@DrJosh9000) -### Changed -- Update azure-sdk-for-go/sdk/azidentity to 1.5.2, aws/aws-sdk-go to 1.51.21 [#2726](https://github.com/buildkite/agent/pull/2726) (@dependabot[bot]) -- Bump docker/library/golang from `c4fb952` to `450e382` in /.buildkite [#2727](https://github.com/buildkite/agent/pull/2727) (@dependabot[bot]) -- Bump ubuntu/ubuntu from `d06a58c` to `12fb86d` in /packaging/docker/ubuntu-22.04 [#2728](https://github.com/buildkite/agent/pull/2728) (@dependabot[bot]) -- Bump ubuntu/ubuntu from `b7a139e` to `347448b` in /packaging/docker/ubuntu-20.04 [#2729](https://github.com/buildkite/agent/pull/2729) (@dependabot[bot]) - ### Fixed - Update go-pipeline to v0.7.0 (Correctly upload cache `name` and `size` command step settings, support `cache: false`) [#2731](https://github.com/buildkite/agent/pull/2731) (@jordandcarter) - Show descriptive error when annotation body size exceeds maximum when using stdin [#2725](https://github.com/buildkite/agent/pull/2725) (@rianmcguire) +### Internal +- Dependabot updates [#2726](https://github.com/buildkite/agent/pull/2726) [#2727](https://github.com/buildkite/agent/pull/2727) [#2728](https://github.com/buildkite/agent/pull/2728) [#2729](https://github.com/buildkite/agent/pull/2729) (@dependabot[bot]) + ## [v3.69.0](https://github.com/buildkite/agent/tree/v3.69.0) (2024-04-10) [Full Changelog](https://github.com/buildkite/agent/compare/v3.68.0...v3.69.0)