Skip to content

Releases: parallelvirtualcluster/pvc

1.0.3

Choose a tag to compare

@joshuaboniface joshuaboniface released this 02 Mar 05:03

Parallel Virtual Cluster version 1.0.3

  • Fixes silent errors in the dnsmasq DHCP lease handler which can prevent leases from updating
  • Improves the 3-debootstrap.py provisioner example script to work with Debian 13+

1.0.2

Choose a tag to compare

@joshuaboniface joshuaboniface released this 30 Jan 15:01

Parallel Virtual Cluster version 1.0.2

  • [Worker Daemon] [Bugfix] Fixed a bug in the calling of osd create-db-vg command worker

1.0.1

Choose a tag to compare

@joshuaboniface joshuaboniface released this 21 Jun 16:52

Parallel Virtual Cluster version 1.0.1

  • [CLI Client] [Bugfix] Fix bug with DELETE endpoints returning invalid data

1.0

1.0

Choose a tag to compare

@joshuaboniface joshuaboniface released this 05 Jun 04:35

Parallel Virtual Cluster version 1.0

Announcement: We are pleased to announce PVC 1.0! Functionally speaking, there are only a few minor improvements over the previous 0.9.107, but I believe it's finally time to call this a "1.0" release. Recently I have had much less opportunity to work on PVC as I would like, so some features are still not quite there, but those can arrive in future versions over time.
Enhancement: The PVC CLI has been made much more efficient in terms of imports, allowing it to run on much lower spec hardware (in my case, on a small SBC). It's still not perfect, but multi-second import times are no longer an issue. The CLI client has also been moved to a more modern build system in preparation for Debian 13 "Trixie".

  • [Daemons] Add cluster name to outputs during startup
  • [CLI Client] Translate domain UUIDs to names in full node detail output for better readability
  • [CLI Client] Fix colouring bug for mirror state
  • [CLI Client] Significantly improve import efficiency throughout the client to avoid long load times on slow hardware
  • [CLI Client] Port build to pyproject.toml and increase Debuild compat to 13
  • [API Daemon] Fix bug with RBD list update after VM rename
  • [API Daemon] Fix bug/crash if Ceph volume stats are invalid/empty

0.9.107

Choose a tag to compare

@joshuaboniface joshuaboniface released this 11 Feb 04:19

Parallel Virtual Cluster version 0.9.107

  • [Worker Daemon] Fixes a bug where snapshot removal fails during autobackups

0.9.106

Choose a tag to compare

@joshuaboniface joshuaboniface released this 10 Dec 23:21

Parallel Virtual Cluster version 0.9.106

  • [API Daemon] Fixes a calculation bug when checking storage free space

0.9.105

Choose a tag to compare

@joshuaboniface joshuaboniface released this 19 Nov 19:46

Parallel Virtual Cluster version 0.9.105

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

0.9.104

Choose a tag to compare

@joshuaboniface joshuaboniface released this 18 Nov 16:00

Parallel Virtual Cluster version 0.9.104

  • [API Daemon] Fixes a bug that failed uploading of RAW block devices in "storage volume upload"
  • [API Daemon/CLI Client] Adds support for VM automirrors, replicating the functionality of autobackup but for cross-cluster mirroring
  • [CLI Client] Improves the help output of several commands
  • [API Daemon/CLI Client] Moves VM snapshot age conversions to human-readable values out of the API and into the client to open up more programatic handling in the future
  • [Worker Daemon] Improves the Celery logging output clarity by including the calling function in any task output

0.9.103

Choose a tag to compare

@joshuaboniface joshuaboniface released this 01 Nov 21:32

Parallel Virtual Cluster version 0.9.103

  • [Provisioner] Fixes a bug with the change in storage_hosts to FQDNs affecting the VM Builder
  • [Monitoring] Fixes the Munin plugin to work properly with sudo

0.9.102

Choose a tag to compare

@joshuaboniface joshuaboniface released this 17 Oct 14:56

Parallel Virtual Cluster version 0.9.102

  • [API Daemon] Ensures that received config snapshots update storage hosts in addition to secret UUIDs
  • [CLI Client] Fixes several bugs around local connection handling and connection listings