Skip to content

Commit

Permalink
Bump version to 0.9.57
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Nov 6, 2022
1 parent 8af7189 commit d65f512
Show file tree
Hide file tree
Showing 6 changed files with 20 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.56
0.9.57
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## PVC Changelog

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

* [CLI] Removes an invalid reference to VXLAN
* [CLI] Improves the handling of invalid networks in VM lists and on attach
* [API] Modularizes the benchmarking library so it can be used externally too
* [Daemon Library] Adds a module tag file so it can be used externally too

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

**Breaking Change**: Existing provisioner scripts are no longer valid; new example scripts are provided.
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.56"
version = "0.9.57"

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

* [CLI] Removes an invalid reference to VXLAN
* [CLI] Improves the handling of invalid networks in VM lists and on attach
* [API] Modularizes the benchmarking library so it can be used externally too
* [Daemon Library] Adds a module tag file so it can be used externally too

-- Joshua M. Boniface <[email protected]> Sun, 06 Nov 2022 01:39:50 -0400

pvc (0.9.56-0) unstable; urgency=high

* [API/Provisioner] Fundamentally revamps the provisioner script framework to provide more extensibility (BREAKING 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.56"
version = "0.9.57"


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

0 comments on commit d65f512

Please sign in to comment.