From 4f48f7cbc7f7fe312cb324ad9cc14adc65edefad Mon Sep 17 00:00:00 2001 From: mattkirby Date: Thu, 25 Apr 2019 13:04:02 -0700 Subject: [PATCH] Update changelog ahead of 0.6.0 release. (#325) --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0053ef6..e8d4dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,15 @@ The format is based on Tracking in this Changelog began for this project with the tagging of version 0.1.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.5.1...master) +# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.6.0...master) + +# [0.6.0](https://github.com/puppetlabs/vmpooler/compare/0.5.1...0.6.0) + +### Fixed +- Ensure migrations and pending evaluations are processed FIFO (POOLER-141) + +### Added +- Vmpooler pool statistic endpoint optimization ### Fixed - Ensure a checked out VM stays in a queue during checkout (POOLER-140)