Skip to content

Commit 985b9f9

Browse files
authored
Release v1.11.0 (#285)
1 parent 951f264 commit 985b9f9

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.11.0](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.10.1...v1.11.0) (2026-02-10)
8+
### Fixed
9+
* Fix: restore SIGTERM marker by @scadu in https://github.com/buildkite/buildkite-agent-scaler/pull/283
10+
11+
### Changed
12+
* Add dangling instance check for Windows by @scadu in https://github.com/buildkite/buildkite-agent-scaler/pull/280
13+
14+
## Dependencies
15+
* chore(deps): bump the aws group with 5 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/272
16+
* chore(deps): bump the aws group with 7 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/273
17+
* SUP-2919: Add ManagedPolicyARNs to Lambda Scaler by @Mykematt in https://github.com/buildkite/buildkite-agent-scaler/pull/274
18+
* chore(deps): bump the aws group with 5 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/275
19+
* chore(deps): bump the aws group with 3 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/276
20+
* chore(deps): bump the aws group with 7 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/277
21+
* chore(deps): bump the aws group with 2 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/278
22+
* chore(deps): bump the aws group with 2 updates by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/279
23+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.282.0 to 1.285.0 in the aws group by @dependabot[bot] in https://github.com/buildkite/buildkite-agent-scaler/pull/281
24+
25+
### Internal
26+
* Release v1.10.1 by @Mykematt in https://github.com/buildkite/buildkite-agent-scaler/pull/282
27+
728
## [v1.10.1](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.10.1) (2025-12-10)
829
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.10.0...v1.10.1)
930

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

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)