diff --git a/README.md b/README.md index 554ce80b..c26abd46 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.7 + + * Fixes bug with provisioner system template modifications + #### v0.9.6 * Fixes bug with migrations diff --git a/debian/changelog b/debian/changelog index 7846e08e..af9893b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pvc (0.9.7-0) unstable; urgency=high + + * Fixes bug with provisioner system template modifications + + -- Joshua M. Boniface Thu, 19 Nov 2020 10:48:28 -0500 + pvc (0.9.6-0) unstable; urgency=high * Fixes bug with migrations diff --git a/docs/index.md b/docs/index.md index 08dc1edb..1fb61563 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.7 + + * Fixes bug with provisioner system template modifications + #### v0.9.6 * Fixes bug with migrations diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index 047563da..bc53d949 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance import pvcnoded.MetadataAPIInstance as MetadataAPIInstance # Version string for startup output -version = '0.9.6' +version = '0.9.7' ############################################################################### # PVCD - node daemon startup program