Bump version to 0.9.5
This commit is contained in:
parent
7c520ec00c
commit
a4e5323e81
|
@ -20,6 +20,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
|||
|
||||
## Changelog
|
||||
|
||||
#### v0.9.5
|
||||
|
||||
* Fixes bug with line count in log follow
|
||||
* Fixes bug with disk stat output being None
|
||||
* Adds short pretty health output
|
||||
* Documentation updates
|
||||
|
||||
#### v0.9.4
|
||||
|
||||
* Fixes major bug in OVA parser
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
pvc (0.9.5-0) unstable; urgency=high
|
||||
|
||||
* Fixes bug with line count in log follow
|
||||
* Fixes bug with disk stat output being None
|
||||
* Adds short pretty health output
|
||||
* Documentation updates
|
||||
|
||||
-- Joshua M. Boniface <joshua@boniface.me> Tue, 17 Nov 2020 12:34:04 -0500
|
||||
|
||||
pvc (0.9.4-0) unstable; urgency=high
|
||||
|
||||
* Fixes major bug in OVA parser
|
||||
|
|
|
@ -18,6 +18,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
|||
|
||||
## Changelog
|
||||
|
||||
#### v0.9.5
|
||||
|
||||
* Fixes bug with line count in log follow
|
||||
* Fixes bug with disk stat output being None
|
||||
* Adds short pretty health output
|
||||
* Documentation updates
|
||||
|
||||
#### v0.9.4
|
||||
|
||||
* Fixes major bug in OVA parser
|
||||
|
|
|
@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance
|
|||
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
|
||||
|
||||
# Version string for startup output
|
||||
version = '0.9.4'
|
||||
version = '0.9.5'
|
||||
|
||||
###############################################################################
|
||||
# PVCD - node daemon startup program
|
||||
|
|
Loading…
Reference in New Issue