Skip to content

Commit

Permalink
Bump version + changelog for v3.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moskyb committed Mar 12, 2024
1 parent e8afe6e commit c669b06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ 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.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)

### Added
- Extend graceful cancellation to all job phases [#2654](https://github.com/buildkite/agent/pull/2654) (@david-poirier)
- Add cli command to redact secrets and redact secrets from Pipelines Secrets [#2660](https://github.com/buildkite/agent/pull/2660) (@triarius)
- Configurably optional warnings [#2674](https://github.com/buildkite/agent/pull/2674) (@moskyb)

### Fixed
- Update `tool sign` usage description to match actual command [#2677](https://github.com/buildkite/agent/pull/2677) (@CheeseStick)
- Remove experimental callout on signing flags (it wasn't experimental) [#2668](https://github.com/buildkite/agent/pull/2668) (@moskyb)

### Changed
- Promote `avoid-recursive-trap` experiment [#2669](https://github.com/buildkite/agent/pull/2669) (@triarius)
- Remove requests logging in the Job API unless if in debug mode [#2662](https://github.com/buildkite/agent/pull/2662) (@triarius)
- Force GitHub URLs to use HTTPS if the agent's git-credential-helper if it is enabled [#2655](https://github.com/buildkite/agent/pull/2655) (@triarius)

### Internal
- @dependabot's been hard at work: [#2681](https://github.com/buildkite/agent/pull/2681) [#2686](https://github.com/buildkite/agent/pull/2686) [#2679](https://github.com/buildkite/agent/pull/2679) [#2685](https://github.com/buildkite/agent/pull/2685) [#2682](https://github.com/buildkite/agent/pull/2682) [#2678](https://github.com/buildkite/agent/pull/2678) [#2680](https://github.com/buildkite/agent/pull/2680) [#2684](https://github.com/buildkite/agent/pull/2684)
- Update mime types [#2661](https://github.com/buildkite/agent/pull/2661) (@triarius)

## [v3.65.0](https://github.com/buildkite/agent/tree/v3.65.0) (2024-02-23)
[Full Changelog](https://github.com/buildkite/agent/compare/v3.64.0...v3.65.0)

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

0 comments on commit c669b06

Please sign in to comment.