Skip to content

Commit

Permalink
Bump version to 0.9.51
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Jul 26, 2022
1 parent ec559ae commit 645b525
Show file tree
Hide file tree
Showing 6 changed files with 18 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.50
0.9.51
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## PVC Changelog

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

* [CLI Client] Fixes a faulty literal_eval when viewing task status
* [CLI Client] Adds a confirmation flag to the vm disable command
* [Node Daemon] Removes the pvc-flush service

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

* [Node Daemon/API/CLI] Adds free memory node selector
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 @@ -25,7 +25,7 @@
from distutils.util import strtobool as dustrtobool

# Daemon version
version = "0.9.50"
version = "0.9.51"

# 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.50",
version="0.9.51",
packages=["pvc", "pvc.cli_lib"],
install_requires=[
"Click",
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pvc (0.9.51-0) unstable; urgency=high

* [CLI Client] Fixes a faulty literal_eval when viewing task status
* [CLI Client] Adds a confirmation flag to the vm disable command
* [Node Daemon] Removes the pvc-flush service

-- Joshua M. Boniface <[email protected]> Mon, 25 Jul 2022 23:25:41 -0400

pvc (0.9.50-0) unstable; urgency=high

* [Node Daemon/API/CLI] Adds free memory node selector
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.50"
version = "0.9.51"


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

0 comments on commit 645b525

Please sign in to comment.