Bump version to 0.9.8

This commit is contained in:
Joshua Boniface 2020-11-24 12:26:57 -05:00
parent 8f705c9cc2
commit ce5ee11841
4 changed files with 21 additions and 1 deletions

View File

@ -20,6 +20,12 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
## Changelog ## Changelog
#### v0.9.8
* Adds support for cluster backup/restore
* Moves location of `init` command in CLI to make room for the above
* Cleans up some invalid help messages from the API
#### v0.9.7 #### v0.9.7
* Fixes bug with provisioner system template modifications * Fixes bug with provisioner system template modifications

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
pvc (0.9.8-0) unstable; urgency=high
* Adds support for cluster backup/restore
* Moves location of `init` command in CLI to make room for the above
* Cleans up some invalid help messages from the API
-- Joshua M. Boniface <joshua@boniface.me> Tue, 24 Nov 2020 12:26:57 -0500
pvc (0.9.7-0) unstable; urgency=high pvc (0.9.7-0) unstable; urgency=high
* Fixes bug with provisioner system template modifications * Fixes bug with provisioner system template modifications

View File

@ -18,6 +18,12 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
## Changelog ## Changelog
#### v0.9.8
* Adds support for cluster backup/restore
* Moves location of `init` command in CLI to make room for the above
* Cleans up some invalid help messages from the API
#### v0.9.7 #### v0.9.7
* Fixes bug with provisioner system template modifications * Fixes bug with provisioner system template modifications

View File

@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
# Version string for startup output # Version string for startup output
version = '0.9.7' version = '0.9.8'
############################################################################### ###############################################################################
# PVCD - node daemon startup program # PVCD - node daemon startup program