From 56ba7b14579988835ef52adb091c6f0b66bb3f23 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 29 Oct 2020 12:16:38 -0400 Subject: [PATCH] Bump version to 0.9.1 --- README.md | 5 +++++ debian/changelog | 7 +++++++ docs/index.md | 5 +++++ node-daemon/pvcnoded/Daemon.py | 2 +- 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 206ec8c7..d2ce623e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ To get started with PVC, read the [Cluster Architecture document](https://parall ## Changelog +#### v0.9.1 + + * Added per-VM migration method feature + * Fixed bug with provisioner system template listing + #### v0.9.0 Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software. diff --git a/debian/changelog b/debian/changelog index 458f284f..5f219f2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pvc (0.9.1-0) unstable; urgency=high + + * Added per-VM migration method feature + * Fixed bug with provisioner system template listing + + -- Joshua Boniface Thu, 29 Oct 2020 12:15:28 -0400 + pvc (0.9.0-0) unstable; urgency=high * Numerous bugfixes and improvements diff --git a/docs/index.md b/docs/index.md index a5da1ef9..033b45fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,6 +19,11 @@ To get started with PVC, read the [Cluster Architecture document](https://parall ## Changelog +#### v0.9.1 + + * Added per-VM migration method feature + * Fixed bug with provisioner system template listing + #### v0.9.0 Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software. diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index 6df27b54..5958dec0 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -21,7 +21,7 @@ ############################################################################### # Version string for startup output -version = '0.9.0' +version = '0.9.1' import kazoo.client import libvirt