Bump version to 0.9.8
This commit is contained in:
parent
8f705c9cc2
commit
ce5ee11841
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue