Bump version to 0.9.11
This commit is contained in:
parent
09fdb5da26
commit
9fbe35fd24
|
@ -20,6 +20,12 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
|||
|
||||
## Changelog
|
||||
|
||||
#### v0.9.11
|
||||
|
||||
* Documentation updates
|
||||
* Adds VNC information to VM info
|
||||
* Goes back to external Ceph commands for disk usage
|
||||
|
||||
#### v0.9.10
|
||||
|
||||
* Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
pvc (0.9.11-0) unstable; urgency=high
|
||||
|
||||
* Documentation updates
|
||||
* Adds VNC information to VM info
|
||||
* Goes back to external Ceph commands for disk usage
|
||||
|
||||
-- Joshua M. Boniface <joshua@boniface.me> Tue, 05 Jan 2021 15:58:26 -0500
|
||||
|
||||
pvc (0.9.10-0) unstable; urgency=high
|
||||
|
||||
* Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down
|
||||
|
|
|
@ -18,6 +18,12 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
|||
|
||||
## Changelog
|
||||
|
||||
#### v0.9.11
|
||||
|
||||
* Documentation updates
|
||||
* Adds VNC information to VM info
|
||||
* Goes back to external Ceph commands for disk usage
|
||||
|
||||
#### v0.9.10
|
||||
|
||||
* Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down
|
||||
|
|
|
@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance
|
|||
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
|
||||
|
||||
# Version string for startup output
|
||||
version = '0.9.10'
|
||||
version = '0.9.11'
|
||||
|
||||
###############################################################################
|
||||
# PVCD - node daemon startup program
|
||||
|
|
Loading…
Reference in New Issue