From 74228eb0633d5bd3405592bd8ef3b94ad7490e84 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 8 Feb 2020 18:27:39 -0500 Subject: [PATCH] Bump version to 0.6 --- build-deb.sh | 2 +- debian/changelog | 6 ++++++ docs/index.md | 4 ++++ node-daemon/pvcd/Daemon.py | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/build-deb.sh b/build-deb.sh index 86d6e33b..22160b45 100755 --- a/build-deb.sh +++ b/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/sh -ver="0.5" +ver="0.6" git pull rm ../pvc_* dh_make -p pvc_${ver} --createorig --single --yes diff --git a/debian/changelog b/debian/changelog index 7119fcd7..f4928cf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pvc (0.6-0) unstable; urgency=medium + + * Numerous improvements, implementation of provisioner and API client + + -- Joshua Boniface Sat, 08 Feb 2019 18:26:58 -0500 + pvc (0.5-0) unstable; urgency=medium * First public release diff --git a/docs/index.md b/docs/index.md index c09b304b..b48e9651 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,6 +24,10 @@ To get started with PVC, read the [Cluster Architecture document](/architecture/ ## Changelog +#### v0.6 + +Numerous improvements and bugfixes, full implementation of the provisioner, full implementation of the API CLI client (versus direct CLI client). This release is suitable for general use and is beta-quality software. + #### v0.5 First public release; fully implements the VM, network, and storage managers, the HTTP API, and the pvc-ansible framework for deploying and bootstrapping a cluster. This release is suitable for general use, though it is still alpha-quality software and should be expected to change significantly until 1.0 is released. diff --git a/node-daemon/pvcd/Daemon.py b/node-daemon/pvcd/Daemon.py index 766d8b41..27549405 100644 --- a/node-daemon/pvcd/Daemon.py +++ b/node-daemon/pvcd/Daemon.py @@ -21,7 +21,7 @@ ############################################################################### # Version string for startup output -version = '0.5' +version = '0.6' import kazoo.client import libvirt