Skip to content

Commit

Permalink
Bump version and changelog for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed May 5, 2019
1 parent 89e127c commit d701016
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.0.0](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.0.0) (2019-05-05)
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v0.4.1...v1.0.0)

### Changed
- Support scaling based on waiting jobs behind wait steps [#17](https://github.com/buildkite/buildkite-agent-scaler/pull/17) (@lox)
- Add a configurable scale factor to scale in/out [#13](https://github.com/buildkite/buildkite-agent-scaler/pull/13) (@lox)
- Support reading Agent Token from SSM Parameter Store [#15](https://github.com/buildkite/buildkite-agent-scaler/pull/15) (@lox)
- Respect poll duration header from agent api [#14](https://github.com/buildkite/buildkite-agent-scaler/pull/14) (@lox)
- Add detailed readme [#16](https://github.com/buildkite/buildkite-agent-scaler/pull/16) (@lox)

## [v0.4.1](https://github.com/buildkite/buildkite-agent-scaler/tree/v0.4.1) (2019-04-16)
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v0.4.0...v0.4.1)

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 = "0.4.1"
const Version = "1.0.0"

// The build number
var Build string
Expand Down

0 comments on commit d701016

Please sign in to comment.