Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version and CHANGELOG for v3.70.0 #2733

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recently we've been grouping all the dependabot churn under ### Internal, as a single dot point (but I don't really mind if we have several dot points)

### 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