Skip to content

Commit

Permalink
Bump version to 0.9.55
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Oct 4, 2022
1 parent 5942aa5 commit f1df1cf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.54
0.9.55
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## PVC Changelog

###### [v0.9.55](https://github.com/parallelvirtualcluster/pvc/releases/tag/v0.9.55)

* Fixes a problem with the literal eval handler in the provisioner (again)
* Fixes a potential log deadlock in Zookeeper-lost situations when doing keepalives

###### [v0.9.54](https://github.com/parallelvirtualcluster/pvc/releases/tag/v0.9.54)

[CLI Client] Fixes a bad variable reference from the previous change
Expand Down
2 changes: 1 addition & 1 deletion api-daemon/pvcapid/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from distutils.util import strtobool as dustrtobool

# Daemon version
version = "0.9.54"
version = "0.9.55"

# API version
API_VERSION = 1.0
Expand Down
2 changes: 1 addition & 1 deletion client-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pvc",
version="0.9.54",
version="0.9.55",
packages=["pvc", "pvc.cli_lib"],
install_requires=[
"Click",
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pvc (0.9.55-0) unstable; urgency=high

* Fixes a problem with the literal eval handler in the provisioner (again)
* Fixes a potential log deadlock in Zookeeper-lost situations when doing keepalives

-- Joshua M. Boniface <[email protected]> Tue, 04 Oct 2022 13:21:40 -0400

pvc (0.9.54-0) unstable; urgency=high

[CLI Client] Fixes a bad variable reference from the previous change
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 @@ -48,7 +48,7 @@
import json

# Daemon version
version = "0.9.54"
version = "0.9.55"


##########################################################
Expand Down

0 comments on commit f1df1cf

Please sign in to comment.