Merge branch 'master' into providers

This commit is contained in:
mattkirby 2018-07-24 16:34:20 -07:00 committed by GitHub
commit c9c97e1568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 311 additions and 56 deletions

View file

@ -14,11 +14,12 @@ git logs & PR history.
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.1.0...master)
### Fixed
- (POOLER-128) VM specific mutex objects are not dereferenced when a VM is destroyed
- A VM that is being destroyed is reported as discovered
### Added
- Adds a new mechanism to load providers from any gem or file path
# [0.1.0](https://github.com/puppetlabs/vmpooler/compare/4c858d012a262093383e57ea6db790521886d8d4...master)
### Fixed