-
v0.9.9 Stable
released this
2020-12-09 02:21:23 -05:00 | 1416 commits to master since this releaseParallel Virtual Cluster version 0.9.9
- Adds documentation updates
- Removes single-element list stripping and fixes surrounding bugs
- Adds additional fields to some API endpoints for ease of parsing by clients
- Fixes bugs with network configuration
Downloads
-
v0.9.8 Stable
released this
2020-11-24 12:28:08 -05:00 | 1433 commits to master since this releaseParallel Virtual Cluster version 0.9.8
- Adds support for cluster backup/restore
- Moves location of
init
command in CLI to make room for the above - Cleans up some invalid help messages from the API
Downloads
-
v0.9.7 Stable
released this
2020-11-19 10:49:12 -05:00 | 1436 commits to master since this releaseParallel Virtual Cluster version 0.9.7
- Fixes bug with provisioner system template modifications
Downloads
-
v0.9.6 Stable
released this
2020-11-17 13:03:01 -05:00 | 1438 commits to master since this releaseParallel Virtual Cluster version 0.9.6
- Fixes bug with migrations
Downloads
-
v0.9.5 Stable
released this
2020-11-17 12:34:56 -05:00 | 1441 commits to master since this releaseParallel Virtual Cluster version 0.9.5
- Fixes bug with line count in log follow
- Fixes bug with disk stat output being None
- Adds short pretty health output
- Documentation updates
Downloads
-
v0.9.4 Stable
released this
2020-11-10 15:34:40 -05:00 | 1465 commits to master since this releaseParallel Virtual Cluster version 0.9.4
- Fixes major bug in OVA parser
Downloads
-
v0.9.3 Stable
released this
2020-11-09 11:44:12 -05:00 | 1467 commits to master since this releaseParallel Virtual Cluster version 0.9.3
- Fixes bugs with image & OVA upload parsing
Downloads
-
v0.9.2 Stable
released this
2020-11-08 02:17:19 -05:00 | 1472 commits to master since this releaseParallel Virtual Cluster version 0.9.2
- Major linting of the codebase with flake8; adds linting tools
- Implements CLI-based modification of VM vCPUs, memory, networks, and disks without directly editing XML
- Fixes bug where
pvc vm log -f
would show all 1000 lines before starting - Fixes bug in default provisioner libvirt schema (
drive
->driver
typo)
Downloads
-
v0.9.1 Stable
released this
2020-10-29 12:20:18 -04:00 | 1579 commits to master since this releaseRelease 0.9.1
- Adds per-VM migration method feature
- Fixes bug with provisioner system template listing
Downloads
-
v0.9.0 Stable
released this
2020-10-27 02:42:49 -04:00 | 1583 commits to master since this releaseRelease 0.9.0
- Fixes a number of bugs and technical debt.
- Improves VM migration to function with a lockstep mechanism preventing undefined migration states and better parallelism.
- Adds additional reporting of "provisioned" memory on nodes, and reporting of (n-1) RAM violations.
- Allows entirely IP-less managed networks.
- Improves handling of large file uploads (OVAs and raw disk images) to avoid duplicate writing.
- Removes PyWSGI which had major blocking issues during file uploads, and move to a "debug"-only Flask instance with SSL support instead.
This release introduces an updated version scheme; all future stable releases until 1.0.0 is ready will be made under this 0.9.z naming. This does not represent semantic versioning and all changes (feature, improvement, or bugfix) will be
considered for inclusion in this release train.Downloads