File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v1.10.1] ( https://github.com/buildkite/buildkite-agent-scaler/tree/v1.10.1 ) (2025-12-10)
8+ [ Full Changelog] ( https://github.com/buildkite/buildkite-agent-scaler/compare/v1.10.0...v1.10.1 )
9+
10+ ### Changed
11+ - Add ManagedPolicyARNs to Lambda Scaler (buildkite/buildkite-agent-scaler #274 )
12+
713## [ v1.10.0] ( https://github.com/buildkite/buildkite-agent-scaler/tree/v1.10.0 ) (2025-12-01)
814
915[ Full Changelog] ( https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.9...v1.10.0 )
Original file line number Diff line number Diff line change 11package version
22
33// Version the library version number
4- const Version = "1.10.0 "
4+ const Version = "1.10.1 "
55
66// The build number
77var Build string
You can’t perform that action at this time.
0 commit comments