Skip to content

Commit

Permalink
Bump version to 0.9.105
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Nov 19, 2024
1 parent e3b8673 commit 7a32d8d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.104
0.9.105
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## PVC Changelog

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

* [API Daemon/Provisioner] Corrects some small bugs with OVA handling

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

* [API Daemon] Fixes a bug that failed uploading of RAW block devices in "storage volume upload"
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.104",
version="0.9.105",
packages=["pvc.cli", "pvc.lib"],
install_requires=[
"Click",
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pvc (0.9.105-0) unstable; urgency=high

* [API Daemon/Provisioner] Corrects some small bugs with OVA handling

-- Joshua M. Boniface <joshua@boniface.me> Tue, 19 Nov 2024 14:43:43 -0500

pvc (0.9.104-0) unstable; urgency=high

* [API Daemon] Fixes a bug that failed uploading of RAW block devices in "storage volume upload"
Expand Down
2 changes: 1 addition & 1 deletion health-daemon/pvchealthd/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import signal

# Daemon version
version = "0.9.104"
version = "0.9.105"


##########################################################
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.104"
version = "0.9.105"


##########################################################
Expand Down
2 changes: 1 addition & 1 deletion worker-daemon/pvcworkerd/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
)

# Daemon version
version = "0.9.104"
version = "0.9.105"


config = cfg.get_configuration()
Expand Down

0 comments on commit 7a32d8d

Please sign in to comment.