From c5e1722f306052adb1be00394d8b4481a9fd3109 Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Wed, 19 Dec 2018 10:23:56 -0800 Subject: [PATCH] Change version 0.2.2 to 0.3.0 This commit updates the changelog to change version 0.2.2 to 0.3.0. The changes implemented are not patches so should not be a z release. --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0d0fc..fe715a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,16 @@ 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.2.3...master) +# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.3.0...master) -### Fixed -- Ensure that metric nodes for vm usage stats are consistent -# [0.2.3](https://github.com/puppetlabs/vmpooler/compare/0.2.2...0.2.3) +# [0.3.0](https://github.com/puppetlabs/vmpooler/compare/0.2.2...0.3.0) ### Fixed - Sync pool size before dashboard is displayed (POOLER-132) - Remove a failed VM from the ready queue (POOLER-133) - Begin checking ready VMs to ensure alive after 1 minute by default +- Ensure that metric nodes for vm usage stats are consistent ### Added - Add capability to ship VM usage metrics (POOLER-134)