Skip to content

Commit

Permalink
Bump version to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Dec 15, 2020
1 parent ac3ef3d commit 518d699
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r

## Changelog

#### v0.9.10

* Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down
* Documentation updates
* Significantly improves RBD locking behaviour in several situations, eliminating cold-cluster start issues and failed VM boot-ups after crashes
* Fixes some timeout delays with fencing
* Fixes bug in validating YAML provisioner userdata

#### v0.9.9

* Adds documentation updates
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pvc (0.9.10-0) unstable; urgency=high

* Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down
* Documentation updates
* Significantly improves RBD locking behaviour in several situations, eliminating cold-cluster start issues and failed VM boot-ups after crashes
* Fixes some timeout delays with fencing
* Fixes bug in validating YAML provisioner userdata

-- Joshua M. Boniface <[email protected]> Tue, 15 Dec 2020 10:45:15 -0500

pvc (0.9.9-0) unstable; urgency=high

* Adds documentation updates
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r

## Changelog

#### v0.9.10

* Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down
* Documentation updates
* Significantly improves RBD locking behaviour in several situations, eliminating cold-cluster start issues and failed VM boot-ups after crashes
* Fixes some timeout delays with fencing
* Fixes bug in validating YAML provisioner userdata

#### v0.9.9

* Adds documentation updates
Expand Down
2 changes: 1 addition & 1 deletion node-daemon/pvcnoded/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance

# Version string for startup output
version = '0.9.9'
version = '0.9.10'

###############################################################################
# PVCD - node daemon startup program
Expand Down

0 comments on commit 518d699

Please sign in to comment.