Skip to content

Commit

Permalink
Bump version and CHANGELOG for v3.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandcarter committed Apr 18, 2024
1 parent 81a3b14 commit ca1f9af
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

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

0 comments on commit ca1f9af

Please sign in to comment.