• v0.9.65 1e083d7652

    0.9.65 Stable

    joshuaboniface released this 2023-08-23 01:56:57 -04:00 | 619 commits to master since this release

    Parallel Virtual Cluster version 0.9.65

    • [CLI] Fixes a bug in the node list filtering command
    • [CLI] Fixes a bug/default when no connection is specified
    Downloads
  • v0.9.64 075dbe7cc9

    0.9.64 Stable

    joshuaboniface released this 2023-08-18 12:34:27 -04:00 | 622 commits to master since this release

    Parallel Virtual Cluster version 0.9.64

    Breaking Change [CLI]: The CLI client root commands have been reorganized. The following commands have changed:

    • pvc cluster -> pvc connection (all subcommands)
    • pvc task -> pvc cluster (all subcommands)
    • pvc maintenance -> pvc cluster maintenance
    • pvc status -> pvc cluster status

    Ensure you have updated to the latest version of the PVC Ansible repository before deploying this version or using PVC Ansible oneshot playbooks for management.

    Breaking Change [CLI]: The --restart option for VM configuration changes now has an explicit --no-restart to disable restarting, or a prompt if neither is specified; --unsafe no longer bypasses this prompt which was a bug. Applies to most vm <cmd> set commands like vm vcpu set, vm memory set, etc. All instances also feature restart confirmation afterwards, which, if --restart is provided, will prompt for confirmation unless --yes or --unsafe is specified.

    Breaking Change [CLI]: The --long option previously on some info commands no longer exists; use -f long/--format long instead.

    • [CLI] Significantly refactors the CLI client code for consistency and cleanliness
    • [CLI] Implements -f/--format options for all list and info commands in a consistent way
    • [CLI] Changes the behaviour of VM modification options with "--restart" to provide a "--no-restart"; defaults to a prompt if neither is specified and ignores the "--unsafe" global entirely
    • [API] Fixes several bugs in the 3-debootstrap.py provisioner example script
    • [Node] Fixes some bugs around VM shutdown on node flush
    • [Documentation] Adds mentions of Ganeti and Harvester
    Downloads
  • v0.9.63 3a90fda109

    0.9.63 Stable

    joshuaboniface released this 2023-04-28 14:47:04 -04:00 | 657 commits to master since this release

    Parallel Virtual Cluster version 0.9.63

    • Mentions Ganeti in the docs
    • Increases API timeout back to 2s
    • Adds .update-* configs to dpkg plugin
    • Adds full/nearfull OSD warnings
    • Improves size value handling for volumes
    Downloads
  • v0.9.62 2c3a3cdf52

    0.9.62 Stable

    joshuaboniface released this 2023-03-07 09:53:01 -05:00 | 663 commits to master since this release

    Parallel Virtual Cluster version 0.9.62

    • [all] Adds an enhanced health checking, monitoring, and reporting system for nodes and clusters
    • [cli] Adds a cluster detail command
    Downloads
  • v0.9.61 aeb238f43c

    0.9.61 Stable

    joshuaboniface released this 2023-02-08 10:08:05 -05:00 | 735 commits to master since this release

    Parallel Virtual Cluster version 0.9.61

    • [provisioner] Fixes a bug in network comparison
    • [api] Fixes a bug being unable to rename disabled VMs
    Downloads
  • v0.9.60 a49510ecc8

    0.9.60 Stable

    joshuaboniface released this 2022-12-06 15:42:55 -05:00 | 738 commits to master since this release

    Parallel Virtual Cluster version 0.9.60

    • [Provisioner] Cleans up several remaining bugs in the example scripts; they should all be valid now
    • [Provisioner] Adjust default libvirt schema to disable RBD caching for a 2x+ performance boost
    Downloads
  • v0.9.59 92feeefd26

    0.9.59 Stable

    joshuaboniface released this 2022-11-15 15:50:15 -05:00 | 746 commits to master since this release

    Parallel Virtual Cluster version 0.9.59

    • [API] Flips the mem(prov) and mem(free) selectors making mem(free) the default for "mem" and "memprov" explicit
    Downloads
  • v0.9.58 095bcb2373

    0.9.58 Stable

    joshuaboniface released this 2022-11-07 12:27:48 -05:00 | 748 commits to master since this release

    Parallel Virtual Cluster version 0.9.58

    • [API] Fixes a bug where migration selector could have case-sensitive operational faults
    Downloads
  • v0.9.57 d65f512897

    0.9.57 Stable

    joshuaboniface released this 2022-11-06 01:39:50 -04:00 | 751 commits to master since this release

    Parallel Virtual Cluster version 0.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
    Downloads
  • 0.9.56 c3bc55eff8

    0.9.56 Stable

    joshuaboniface released this 2022-10-27 14:21:04 -04:00 | 756 commits to master since this release

    Parallel Virtual Cluster version 0.9.56

    Breaking Change: Existing provisioner scripts are no longer valid; new example scripts are provided.
    Breaking Change: OVA profiles now require an ova or default_ova provisioner script (use example) to function.

    • [API/Provisioner] Fundamentally revamps the provisioner script framework to provide more extensibility
    • [API/Provisioner] Adds example provisioner scripts for noop, ova, debootstrap, rinse, and pfsense
    • [API/Provisioner] Enforces the use of the ova provisioner script during new OVA uploads; existing uploads will not work
    • [Documentation] Updates the documentation around provisioner scripts and OVAs to reflect the above changes
    • [Node] Adds a new pvcautoready.service oneshot unit to replicate the on-boot-ready functionality of old pvc-flush.service unit
    Downloads