Skip to content

Commit 12d0fb4

Browse files
authored
Merge pull request #239 from buildkite/Version-bump
Release v1.9.6
2 parents d423215 + cd4f75a commit 12d0fb4

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,24 @@ 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.6](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.5...v1.9.6) (2025-08-27)
8+
* 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))
9+
* 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))
10+
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.224.0 to 1.228.0 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/226 ([dependabot[bot]](https://github.com/apps/dependabot))
11+
* Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.1 to 1.45.3 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/227 ([dependabot[bot]](https://github.com/apps/dependabot))
12+
* Bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.52.1 to 1.54.0 by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/228 ([dependabot[bot]](https://github.com/apps/dependabot))
13+
* feat: update tooling to use mise [#222](https://github.com/buildkite/buildkite-agent-scaler/pull/222) ([scadu](https://github.com/scadu))
14+
* Update to use OIDC session tokens on AWS role assumption in buildkite-dev [#230](https://github.com/buildkite/buildkite-agent-scaler/pull/230) ([duckalini](https://github.com/duckalini))
15+
* Update to use OIDC session tokens on AWS role assumption [#231](https://github.com/buildkite/buildkite-agent-scaler/pull/231) ([duckalini](https://github.com/duckalini))
16+
* Bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.54.0 to 1.55.1 [#236](https://github.com/buildkite/buildkite-agent-scaler/pull/236) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.229.0 to 1.239.0 [#232](https://github.com/buildkite/buildkite-agent-scaler/pull/232) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
* Bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.60.0 to 1.61.1 [#233](https://github.com/buildkite/buildkite-agent-scaler/pull/233) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
* Bump github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.30.2 [#234](https://github.com/buildkite/buildkite-agent-scaler/pull/234) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
* fix: event schedule examples [#237](https://github.com/buildkite/buildkite-agent-scaler/pull/237) ([mcncl](https://github.com/mcncl))
21+
* Update Go version to 1.25 [#238](https://github.com/buildkite/buildkite-agent-scaler/pull/238) ([JoeColeman95](https://github.com/JoeColeman95))
22+
723
## [v1.9.5](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.4...v1.9.5) (2025-06-23)
8-
* fix: scope down ElasticCIModeSSMAndEC2 policy [#221](https://github.com/buildkite/buildkite-agent-scaler/pull/221) ([scadu](https://github.com/scadu))
24+
* fix: scope down ElasticCIModeSSMAndEC2 policy [#221](https://github.com/buildkite/buildkite-agent-scaler/pull/221)
925

1026
## [v1.9.4](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.3...v1.9.4) (2025-06-11)
1127
* fix: correct permissions to handle instances in ElasticCIMode [#219](https://github.com/buildkite/buildkite-agent-scaler/pull/219) ([scadu](https://github.com/scadu))
@@ -16,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1632

1733
## [v1.9.2](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.1...v1.9.2) (2025-06-02)
1834

19-
* chore: Update AWS SDK to v2 [#215](https://github.com/buildkite/buildkite-agent-scaler/pull/215) ([scadu](https://github.com/scadu) [walsm232](https://github.com/walsm232))
35+
* chore: Update AWS SDK to v2 [#215](https://github.com/buildkite/buildkite-agent-scaler/pull/215) ([scadu](https://github.com/scadu) [walsm232](https://github.com/walsm232))
2036
* Bump github.com/aws/aws-lambda-go from 1.47.0 to 1.48.0 [#213](https://github.com/buildkite/buildkite-agent-scaler/pull/213) ([dependabot[bot]](https://github.com/apps/dependabot))
2137
* Update CODEOWNERS [#208](https://github.com/buildkite/buildkite-agent-scaler/pull/208) ([karensawrey](https://github.com/karensawrey))
2238
* Create CODEOWNERS [#206](https://github.com/buildkite/buildkite-agent-scaler/pull/206) ([karensawrey](https://github.com/karensawrey))

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

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)