Skip to content

Commit c220ed8

Browse files
authored
Release 1.9.9 (#267)
Update changelog for upcoming release
1 parent 9a1d023 commit c220ed8

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.9.9](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.8...v1.9.9) (2025-11-19)
8+
9+
### Changed
10+
* Fix availability-based scaling and simplify threshold logic by @scadu in https://github.com/buildkite/buildkite-agent-scaler/pull/257
11+
12+
### Dependencies
13+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.19 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/259
14+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.261.0 to 1.266.0 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/260
15+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.66.3 to 1.67.1 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/262
16+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.52.0 to 1.52.2 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/261
17+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.60.2 to 1.60.4 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/264
18+
* chore(deps): bump the aws group with 5 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/266
19+
20+
### Internal
21+
* Dependabot weekly, add agent-stewards to CODEOWNERS by @DrJosh9000 in https://github.com/buildkite/buildkite-agent-scaler/pull/258
22+
* Group AWS library updates together by @DrJosh9000 in https://github.com/buildkite/buildkite-agent-scaler/pull/265
23+
724
## [v1.9.8](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.7...v1.9.8) (2025-11-06)
825

926
### 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.8"
4+
const Version = "1.9.9"
55

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)