Bump version to 0.9.14

This commit is contained in:
Joshua Boniface 2021-03-30 10:27:37 -04:00
parent 81c1411b8f
commit c4ac75b973
4 changed files with 24 additions and 1 deletions

View File

@ -20,6 +20,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
## 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
* Adds nicer startup messages for daemons

9
debian/changelog vendored
View File

@ -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
* Adds nicer startup messages for daemons

View File

@ -18,6 +18,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
## 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
* Adds nicer startup messages for daemons

View File

@ -53,7 +53,7 @@ import pvcnoded.CephInstance as CephInstance
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
# Version string for startup output
version = '0.9.13'
version = '0.9.14'
###############################################################################
# PVCD - node daemon startup program