Skip to content

Commit 23c47ac

Browse files
authored
Merge pull request #55 from buildkite/eleanorkh/release/1.1.2
Add changelog and version bump
2 parents 36446c4 + 84df1bb commit 23c47ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.1.2](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.1.1...v1.1.2) (2021-10-25)
8+
9+
* Fix BuildkiteAgentTokenParameter when using AWS Secrets Manager reference syntax [#53](https://github.com/buildkite/buildkite-agent-scaler/pull/53)
10+
* Add new SCALE_ONLY_AFTER_ALL_EVENT environment variable to respect cooldown after scale events [#51](https://github.com/buildkite/buildkite-agent-scaler/pull/51) @gu-kevin
11+
712
## [v1.1.0](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.0.2...v1.1.0) (2021-04-14)
813

914
* When the elastic stack is very small (<=2 running instances), consider adding a new instance when we suspect the current instances are shutting down and there's pending jobs [#40](https://github.com/buildkite/buildkite-agent-scaler/pull/40) ([nitrocode](https://github.com/dbaggerman))

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

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)