Skip to content

Commit 53d59c5

Browse files
authored
Merge pull request #2541 from buildkite/pdp-1962-release-agent-v3601
Bump VERSION and CHANGELOG for v3.60.1
2 parents 6fb5e84 + 3eea6bd commit 53d59c5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.60.1](https://github.com/buildkite/agent/tree/v3.60.1) (2023-12-06)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.60.0...v3.60.1)
10+
11+
### Security
12+
- Bump docker/library/golang from 1.21.4 to 1.21.5 in /.buildkite [#2542](https://github.com/buildkite/agent/pull/2542) (@dependabot[bot])
13+
14+
### Fixed
15+
- Fix typo in environment variable name for allowed-plugins [#2526](https://github.com/buildkite/agent/pull/2526) (@moskyb)
16+
- Fix environment variable interpolation into command step labels [#2540](https://github.com/buildkite/agent/pull/2540) (@triarius)
17+
18+
### Internal
19+
- Refactor hook wrapper writing [#2505](https://github.com/buildkite/agent/pull/2505) (@triarius)
20+
- Use os.RemoveAll in cleanup [#2538](https://github.com/buildkite/agent/pull/2538) (@DrJosh9000)
21+
- Dependencies [#2537](https://github.com/buildkite/agent/pull/2537) [#2536](https://github.com/buildkite/agent/pull/2536) [#2500](https://github.com/buildkite/agent/pull/2500) [#2528](https://github.com/buildkite/agent/pull/2528) [#2529](https://github.com/buildkite/agent/pull/2529) [#2533](https://github.com/buildkite/agent/pull/2533) [#2532](https://github.com/buildkite/agent/pull/2532) [#2534](https://github.com/buildkite/agent/pull/2534) [#2535](https://github.com/buildkite/agent/pull/2535) (@dependabot[bot])
22+
23+
824
## [v3.60.0](https://github.com/buildkite/agent/tree/v3.60.0) (2023-11-29)
925
[Full Changelog](https://github.com/buildkite/agent/compare/v3.59.0...v3.60.0)
1026

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.60.0
1+
3.60.1

0 commit comments

Comments
 (0)