Skip to content

Commit

Permalink
Bump version to 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed May 10, 2021
1 parent b851a62 commit fe15bdb
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r

## Changelog

#### v0.9.16

* Improves some CLI help messages
* Skips empty local cluster in CLI
* Adjusts how confirmations happen during VM modify restarts
* Fixes bug around corrupted VM log files
* Fixes bug around subprocess pipe exceptions

#### v0.9.15

* [CLI] Adds additional verification (--yes) to several VM management commands
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 @@ -26,7 +26,7 @@
##########################################################

# Version string for startup output
version = '0.9.15'
version = '0.9.16'

if pvc_api.config['ssl_enabled']:
context = (pvc_api.config['ssl_cert_file'], pvc_api.config['ssl_key_file'])
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pvc (0.9.16-0) unstable; urgency=high

* Improves some CLI help messages
* Skips empty local cluster in CLI
* Adjusts how confirmations happen during VM modify restarts
* Fixes bug around corrupted VM log files
* Fixes bug around subprocess pipe exceptions

-- Joshua M. Boniface <[email protected]> Mon, 10 May 2021 01:13:21 -0400

pvc (0.9.15-0) unstable; urgency=high

* [CLI] Adds additional verification (--yes) to several VM management commands
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r

## Changelog

#### v0.9.16

* Improves some CLI help messages
* Skips empty local cluster in CLI
* Adjusts how confirmations happen during VM modify restarts
* Fixes bug around corrupted VM log files
* Fixes bug around subprocess pipe exceptions

#### v0.9.15

* [CLI] Adds additional verification (--yes) to several VM management commands
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 @@ -53,7 +53,7 @@
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance

# Version string for startup output
version = '0.9.15'
version = '0.9.16'

###############################################################################
# PVCD - node daemon startup program
Expand Down

0 comments on commit fe15bdb

Please sign in to comment.