Skip to content

Commit

Permalink
Merge pull request #2705 from buildkite/release-v3.67.0
Browse files Browse the repository at this point in the history
Bump version and changelog for v3.67.0
  • Loading branch information
DrJosh9000 authored Mar 28, 2024
2 parents 58161a5 + 17e24e0 commit 6122f9c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.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)

### Changed
- De-experiment isolated plugin checkout [#2694](https://github.com/buildkite/agent/pull/2694) (@triarius)
- Always set git commit [#2676](https://github.com/buildkite/agent/pull/2676) (@moskyb)
- Silence Job API Log Group [#2690](https://github.com/buildkite/agent/pull/2690), [#2695](https://github.com/buildkite/agent/pull/2695) (@triarius)
- Set a user agent when downloading most artifacts [#2671](https://github.com/buildkite/agent/pull/2671) (@yob)
- Extend default signal grace period to 9 seconds [#2696](https://github.com/buildkite/agent/pull/2696) (@triarius)

### Fixed
- Fix commit resolution error message [#2699](https://github.com/buildkite/agent/pull/2699) (@moskyb)
- Update outdated option name [#2693](https://github.com/buildkite/agent/pull/2693) (@fruechel-canva)

### Internal
- Add a User-Agent header when uploading artifacts to Buildkite's default location [#2672](https://github.com/buildkite/agent/pull/2672) (@yob)
- Break from artifact upload retry loop on more 4xx responses [#2697](https://github.com/buildkite/agent/pull/2697) (@SorchaAbel)
- Use roko.DoFunc [#2689](https://github.com/buildkite/agent/pull/2689) (@DrJosh9000)
- Dependabot up to its usual tricks: [#2704](https://github.com/buildkite/agent/pull/2704), [#2701](https://github.com/buildkite/agent/pull/2701), [#2702](https://github.com/buildkite/agent/pull/2702), [#2666](https://github.com/buildkite/agent/pull/2666), [#2691](https://github.com/buildkite/agent/pull/2691), [#2692](https://github.com/buildkite/agent/pull/2692) (@dependabot[bot])

## [v3.66.0](https://github.com/buildkite/agent/tree/v3.66.0) (2024-03-12)
[Full Changelog](https://github.com/buildkite/agent/compare/v3.65.0...v3.66.0)

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

0 comments on commit 6122f9c

Please sign in to comment.