Skip to content

Commit ff39672

Browse files
authored
Merge pull request #248 from buildkite/release/1.9.7
Release v1.9.7
2 parents c02108a + d0b40f0 commit ff39672

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.7](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.6...v1.9.7) (2025-10-30)
8+
9+
* Update Go Version to 1.25.1 [#247](https://github.com/buildkite/buildkite-agent-scaler/pull/247) ([lizrabuya](https://github.com/lizrabuya))
10+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.55.1 to 1.59.3 [#240](https://github.com/buildkite/buildkite-agent-scaler/pull/240) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.30.2 to 1.31.12 [#242](https://github.com/buildkite/buildkite-agent-scaler/pull/242) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
* chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.37.1 to 1.39.2 [#244](https://github.com/buildkite/buildkite-agent-scaler/pull/244) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
714
## [v1.9.6](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.5...v1.9.6) (2025-08-27)
815
* Bump github.com/aws/aws-lambda-go from 1.48.0 to 1.49.0 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/229 ([dependabot[bot]](https://github.com/apps/dependabot))
916
* Bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.57.2 to 1.60.0 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/225 ([dependabot[bot]](https://github.com/apps/dependabot))

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.6"
4+
const Version = "1.9.7"
55

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)