Skip to content

Commit e9cf630

Browse files
authored
Merge pull request #2687 from buildkite/moskyb/release/3.66.0
Bump version + changelog for v3.66.0
2 parents e8afe6e + c669b06 commit e9cf630

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v3.66.0](https://github.com/buildkite/agent/tree/v3.66.0) (2024-03-12)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.65.0...v3.66.0)
10+
11+
### Added
12+
- Extend graceful cancellation to all job phases [#2654](https://github.com/buildkite/agent/pull/2654) (@david-poirier)
13+
- Add cli command to redact secrets and redact secrets from Pipelines Secrets [#2660](https://github.com/buildkite/agent/pull/2660) (@triarius)
14+
- Configurably optional warnings [#2674](https://github.com/buildkite/agent/pull/2674) (@moskyb)
15+
16+
### Fixed
17+
- Update `tool sign` usage description to match actual command [#2677](https://github.com/buildkite/agent/pull/2677) (@CheeseStick)
18+
- Remove experimental callout on signing flags (it wasn't experimental) [#2668](https://github.com/buildkite/agent/pull/2668) (@moskyb)
19+
20+
### Changed
21+
- Promote `avoid-recursive-trap` experiment [#2669](https://github.com/buildkite/agent/pull/2669) (@triarius)
22+
- Remove requests logging in the Job API unless if in debug mode [#2662](https://github.com/buildkite/agent/pull/2662) (@triarius)
23+
- 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)
24+
25+
### Internal
26+
- @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)
27+
- Update mime types [#2661](https://github.com/buildkite/agent/pull/2661) (@triarius)
28+
829
## [v3.65.0](https://github.com/buildkite/agent/tree/v3.65.0) (2024-02-23)
930
[Full Changelog](https://github.com/buildkite/agent/compare/v3.64.0...v3.65.0)
1031

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.65.0
1+
3.66.0

0 commit comments

Comments
 (0)