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,15 @@ 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.0] ( https://github.com/buildkite/buildkite-agent-scaler/tree/v1.10.0 ) (2025-12-01)
8+
9+ [ Full Changelog] ( https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.9...v1.10.0 )
10+
11+ ### Changed
12+
13+ - SUP-5647: Make instance cap configurable via MAX_INSTANCE_CAP [ #270 ] ( https://github.com/buildkite/buildkite-agent-scaler/pull/270 ) (@Mykematt )
14+ - chore(deps): bump the aws group with 6 updates [ #268 ] ( https://github.com/buildkite/buildkite-agent-scaler/pull/268 ) (@dependabot [ bot] )
15+
716## [ v1.9.9] ( https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.8...v1.9.9 ) (2025-11-19)
817
918### Changed
Original file line number Diff line number Diff line change 11package version
22
33// Version the library version number
4- const Version = "1.9.9 "
4+ const Version = "1.10.0 "
55
66// The build number
77var Build string
You can’t perform that action at this time.
0 commit comments