Bump version to 0.9.14
This commit is contained in:
parent
81c1411b8f
commit
c4ac75b973
|
@ -20,6 +20,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.14
|
||||||
|
|
||||||
|
* Fixes bugs around cloned volume provisioning
|
||||||
|
* Fixes some minor visual bugs
|
||||||
|
* Minor license update (from GPL3+ to GPL3)
|
||||||
|
* Adds qemu-guest-agent support to provisioner-created VMs by default
|
||||||
|
|
||||||
#### v0.9.13
|
#### v0.9.13
|
||||||
|
|
||||||
* Adds nicer startup messages for daemons
|
* Adds nicer startup messages for daemons
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
pvc (0.9.14-0) unstable; urgency=high
|
||||||
|
|
||||||
|
* Fixes bugs around cloned volume provisioning
|
||||||
|
* Fixes some minor visual bugs
|
||||||
|
* Minor license update (from GPL3+ to GPL3)
|
||||||
|
* Adds qemu-guest-agent support to provisioner-created VMs by default
|
||||||
|
|
||||||
|
-- Joshua M. Boniface <joshua@boniface.me> Tue, 30 Mar 2021 10:27:37 -0400
|
||||||
|
|
||||||
pvc (0.9.13-0) unstable; urgency=high
|
pvc (0.9.13-0) unstable; urgency=high
|
||||||
|
|
||||||
* Adds nicer startup messages for daemons
|
* Adds nicer startup messages for daemons
|
||||||
|
|
|
@ -18,6 +18,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.14
|
||||||
|
|
||||||
|
* Fixes bugs around cloned volume provisioning
|
||||||
|
* Fixes some minor visual bugs
|
||||||
|
* Minor license update (from GPL3+ to GPL3)
|
||||||
|
* Adds qemu-guest-agent support to provisioner-created VMs by default
|
||||||
|
|
||||||
#### v0.9.13
|
#### v0.9.13
|
||||||
|
|
||||||
* Adds nicer startup messages for daemons
|
* Adds nicer startup messages for daemons
|
||||||
|
|
|
@ -53,7 +53,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.13'
|
version = '0.9.14'
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# PVCD - node daemon startup program
|
# PVCD - node daemon startup program
|
||||||
|
|
Loading…
Reference in New Issue