Skip to content

Commit 44aada6

Browse files
author
Ola Buildkite
committed
Release v1.10.1
1 parent cf28df8 commit 44aada6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.1](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.10.1) (2025-12-10)
8+
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.10.0...v1.10.1)
9+
10+
### Changed
11+
- Add ManagedPolicyARNs to Lambda Scaler (buildkite/buildkite-agent-scaler#274)
12+
713
## [v1.10.0](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.10.0) (2025-12-01)
814

915
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.9...v1.10.0)

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

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)