Merge pull request #354 from mattkirby/pooler_153_changelog

Update changelog for 0.10.0 release
This commit is contained in:
Brandon High 2020-02-14 10:07:19 -08:00 committed by GitHub
commit 0c8a595257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,27 @@ Tracking in this Changelog began for this project with the tagging of version 0.
If you're looking for changes from before this, refer to the project's
git logs & PR history.
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.8.2...master)
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.0...master)
## [0.10.0](https://github.com/puppetlabs/vmpooler/compare/0.9.1...0.10.0)
### Added
- API endpoint for resetting a pool clearing ready and pending instances (POOLER-153)
## [0.9.1](https://github.com/puppetlabs/vmpooler/compare/0.9.0...0.9.1)
### Added
- Generate a wider set of human readable machine names
## [0.9.0](https://github.com/puppetlabs/vmpooler/compare/0.8.2...0.9.0)
### Added
- Support nested folders in find_cluster()
- Add capability to set a max machine TTL (POOLER-123)
- Add marked as failed stat
## [0.8.2](https://github.com/puppetlabs/vmpooler/compare/0.8.1...0.8.2)