- Removed application support for PHP 8.1 – Make sure your system services are up to date https://docs.virtfusion.com/releases/services#how-to-update
- Added PHP 8.3 application support.
- Added Cloud-init network version 1 support.
- Added the ability to select the Cloud-init network version on a per template basis.
- Added the ability to change a server creation date. https://docs.virtfusion.com/reference/cli#change-server-creation-date
- Added
dryRun
query parameter to the server create API method. https://docs.virtfusion.com/api/#tag/servers/POST/servers - Added the ability to specify cpuset parameters at a hypervisor level.
- Added API method to list hypervisors https://docs.virtfusion.com/api/#tag/hypervisors/GET/compute/hypervisors
- Added delete user by external ID API endpoint. https://docs.virtfusion.com/api/#tag/usersexternal-relational-id/DELETE/users/{extRelationId}/byExtRelation
- Added the ability to use markdown in an OS template Email Excerpt.
- Added API method to retrieve hypervisor group resources https://docs.virtfusion.com/api/#tag/hypervisor-groups/GET/compute/hypervisors/groups/{hypervisorGroupId}/resources
- Added API method to retrieve hypervisor groups https://docs.virtfusion.com/api/#tag/hypervisor-groups/GET/compute/hypervisors/groups
- Added API method to retrieve a hypervisor group https://docs.virtfusion.com/api/#tag/hypervisor-groups/GET/compute/hypervisors/groups/{hypervisorGroupId}
- Added local IP support for backup storage.
- Added server disk IO driver support (native, threads, io_uring). Available globally, hypervisor and server level.
- Improved Cloud-init configuration on VM migration.
- Updated control server framework.
- Updated hypervisor backend framework.
- Updated IPv6 core packages.
- SSH public keys are now in decrypted form when retrieved via API.
- Several small bug fixes and performance improvements
- Fixed an issue where the hypervisor selection would not show when attempting a VM migration.
- Supervisor status and configurations are now available in the admin UI (System -> Health -> Workers).
- Various layout fixes and improvements to admin and user UI.