Skip to content

Commit 56c811e

Browse files
authored
Merge pull request #224 from buildkite/chore/release_1.9.5
2 parents b668996 + 543aad7 commit 56c811e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.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))
9+
710
## [v1.9.4](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.3...v1.9.4) (2025-06-11)
811
* fix: correct permissions to handle instances in ElasticCIMode [#219](https://github.com/buildkite/buildkite-agent-scaler/pull/219) ([scadu](https://github.com/scadu))
912
* fix: bump Go to 1.24 to mitigate CVE-2025-22871 [#218](https://github.com/buildkite/buildkite-agent-scaler/pull/218) ([scadu](https://github.com/scadu))

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

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)