Bump version to 0.9.12
This commit is contained in:
parent
a44f134230
commit
0db8fd9da6
|
@ -20,6 +20,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.12
|
||||||
|
|
||||||
|
* Fixes a bug in the pvcnoded service unit file causing a Zookeeper startup race condition
|
||||||
|
|
||||||
#### v0.9.11
|
#### v0.9.11
|
||||||
|
|
||||||
* Documentation updates
|
* Documentation updates
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
pvc (0.9.12-0) unstable; urgency=high
|
||||||
|
|
||||||
|
* Fixes a bug in the pvcnoded service unit file causing a Zookeeper startup race condition
|
||||||
|
|
||||||
|
-- Joshua M. Boniface <joshua@boniface.me> Thu, 28 Jan 2021 16:29:58 -0500
|
||||||
|
|
||||||
pvc (0.9.11-0) unstable; urgency=high
|
pvc (0.9.11-0) unstable; urgency=high
|
||||||
|
|
||||||
* Documentation updates
|
* Documentation updates
|
||||||
|
|
|
@ -18,6 +18,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.12
|
||||||
|
|
||||||
|
* Fixes a bug in the pvcnoded service unit file causing a Zookeeper startup race condition
|
||||||
|
|
||||||
#### v0.9.11
|
#### v0.9.11
|
||||||
|
|
||||||
* Documentation updates
|
* Documentation updates
|
||||||
|
|
|
@ -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.11'
|
version = '0.9.12'
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# PVCD - node daemon startup program
|
# PVCD - node daemon startup program
|
||||||
|
|
Loading…
Reference in New Issue