Update CHANGELOG for 0.11.0

I will remember not to tag or bump version.rb because the pipeline
handles that.
This commit is contained in:
Brandon High 2020-03-11 15:35:38 -07:00
parent 339f1db045
commit c1198d8e59
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE

View file

@ -11,12 +11,19 @@ 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 If you're looking for changes from before this, refer to the project's
git logs & PR history. git logs & PR history.
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.3...master) ## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.11.0...master)
## [0.11.0](https://github.com/puppetlabs/vmpooler/compare/0.10.3...0.11.0)
### Added ### Added
- Option to provide path to additional configuration files (POOLER-157) - Option to provide path to additional configuration files (POOLER-157)
### Fixed
- Pin Dockerfiles to use JRuby 9.2.9 instead of 9.2.11 to avoid a StackOverlow that was occuring.
- Fixes or adds exceptions for all outstanding Rubocop issues and enables mandatory Rubocop checks on PRs
## [0.10.3](https://github.com/puppetlabs/vmpooler/compare/0.10.2...0.10.3) ## [0.10.3](https://github.com/puppetlabs/vmpooler/compare/0.10.2...0.10.3)
- Fix Redis update during migration to better reflect actual state (POOLER-154) - Fix Redis update during migration to better reflect actual state (POOLER-154)