Skip to content

Commit

Permalink
Merge pull request #55 from buildkite/eleanorkh/release/1.1.2
Browse files Browse the repository at this point in the history
Add changelog and version bump
  • Loading branch information
eleanorakh authored Oct 28, 2021
2 parents 36446c4 + 84df1bb commit 23c47ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v1.1.2](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.1.1...v1.1.2) (2021-10-25)

* Fix BuildkiteAgentTokenParameter when using AWS Secrets Manager reference syntax [#53](https://github.com/buildkite/buildkite-agent-scaler/pull/53)
* 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

## [v1.1.0](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.0.2...v1.1.0) (2021-04-14)

* 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))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// Version the library version number
const Version = "1.1.1"
const Version = "1.1.2"

// The build number
var Build string
Expand Down

0 comments on commit 23c47ac

Please sign in to comment.