Skip to content

Commit

Permalink
Bump version to 0.9.78
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Sep 30, 2023
1 parent bbb940d commit c6c44bf
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.77
0.9.78
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.78](https://github.com/parallelvirtualcluster/pvc/releases/tag/v0.9.78)

* [API, Client CLI] Fixes several bugs around image uploads; adds a new query parameter for non-raw images
* [API] Ensures RBD images are created with a raw bytes value to avoid rounding errors

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

* [Client CLI] Fixes a bug from a bad library import
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.77"
version = "0.9.78"

# 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.77",
version="0.9.78",
packages=["pvc.cli", "pvc.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.78-0) unstable; urgency=high

* [API, Client CLI] Fixes several bugs around image uploads; adds a new query parameter for non-raw images
* [API] Ensures RBD images are created with a raw bytes value to avoid rounding errors

-- Joshua M. Boniface <[email protected]> Sat, 30 Sep 2023 12:57:55 -0400

pvc (0.9.77-0) unstable; urgency=high

* [Client CLI] Fixes a bug from a bad library import
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 @@ -49,7 +49,7 @@
import json

# Daemon version
version = "0.9.77"
version = "0.9.78"


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

0 comments on commit c6c44bf

Please sign in to comment.