File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
24
## [ v3.60.0] ( https://github.com/buildkite/agent/tree/v3.60.0 ) (2023-11-29)
9
25
[ Full Changelog] ( https://github.com/buildkite/agent/compare/v3.59.0...v3.60.0 )
10
26
Original file line number Diff line number Diff line change 1
- 3.60.0
1
+ 3.60.1
You can’t perform that action at this time.
0 commit comments