Skip to content

Commit ecd88d3

Browse files
authored
Merge pull request #271 from buildkite/release/1.10.0
Release v1.10.0
2 parents 6401e57 + 825d34a commit ecd88d3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package 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
77
var Build string

0 commit comments

Comments
 (0)