Skip to content

v1.26

1.26.13

05.05.2022

  • feature | PHP has been upgraded to version 7.4.29. (SVM-3476)

1.26.12

26.04.2022

  • bugfix | Fixed the issue when KVM VM with additional disk does not start on node with qemu version 6.0.0-33 and higher. (SVM-3468)

1.26.11

28.02.2022

  • feature | Added single-line clipboard to VNC console. (SVM-3445)

1.26.10

22.02.2022

  • feature | PHP has been upgraded to version 7.4.28. (SVM-3431)
  • bugfix | Fixed the issue when Default NIC type was set to Virtio after each SolusVM update. (SVM-3055)

1.26.09

16.02.2022

  • bugfix | Fixed the issue when root password reset failed for KVM VPS if there was another user containing "root" in the username. (SVM-2852)

1.26.08

04.02.2022

  • bugfix | File /usr/local/solusvm/data/.hosts will be automatically removed upon SolusVM mainline update. (SVM-3423).

1.26.07

02.02.2022

  • feature | Installation on CentOS 8 will be not allowed any more because CentOS 8 has reached End of Life (SVM-3417)
  • bugfix | Fixed the issue when secondary disks of the KVM VM are not handled by Auto FTP Backup. (SVM-3411)
  • bugfix | Fixed the issue when warning This installation may have domain resolving issues is shown in the admin's UI without proper reason. (SVM-3419)

Details:

  1. Secondary disks are now included into the backup.

  2. Format of the auxiliary configuration file config-{$VSERVERID}.dat has been changed for KVM VMs. VMs restoring works with new and old format of the file.

  3. It is mandatory to update all nodes in the installation. If this update is installed on KVM node only, without Master node update - AutoFTP Backup functionality is broken for the KVM node.

  4. Script related to deprecated Central Backup functionality - /usr/local/solusvm/includes/systemrestore.php - has been removed from all secondary nodes.

  5. Note: after installation of this version it is mandatory to remove file /usr/local/solusvm/data/.hosts on the Master node using instruction from this article.

1.26.06

12.01.2022

  • bugfix | Fixed the issue when loop devices were not automatically removed after creation of VPS with thin-provisioned disks. (SVM-3143)

1.26.05

21.12.2021

  • feature | PHP has been upgraded to version 7.4.27. (SVM-3390)

1.26.04

16.12.2021

  • feature | Resellers can now specify number of CPU cores on new KVM VM creation in reseller's UI. (SVM-3383)
  • feature | Improved IP address selection algorithm in reseller's UI. (SVM-3385)

Details:

IP address selection algorithm has been improved for following usage scenarios in reseller's UI:

  1. New virtual server creation.
  2. Adding additional IP address to existing virtual server.

Now IP addresses available for the required virtualization node are ordered by following criteria:

  1. IP block priority in descending order (e.g. first take block with priority 2, then block with priority 1).
  2. In case if priorities are equal, ordering criteria is the proportion of used IPs to total number of IPs (used/total). IP addresses are ordered by this proportion descending (e.g. first take block with 9 of 10 IPs used, then block with 80 of 100 IPs used).
  3. If proportion is the same in two blocks, first take block with smaller ID.
  4. Inside each IP block IPs are ordered as strings ascending.

1.26.03

13.12.2021

  • feature | Resellers can now adjust resources of existing KVM virtual machines in reseller's UI (memory, swap, bandwidth, CPU cores, disk space). (SVM-3286)
  • bugfix | Fixed the issue when SolusVM on Centos 6 virtualization node can be upgraded to the latest version. (SVM-3376)

1.26.02

30.11.2021

  • bugfix | API vserver-change-nspeed does not accept empty value of customnspeed. (SVM-3370)

1.26.01

29.11.2021

  • feature | Nginx has been upgraded to version 1.20.2. (SVM-3368)
  • feature | PHP has been upgraded to version 7.4.26. (SVM-3367)
  • bugfix | Word destination is misspelled in migrations status window. (SVM-3267)

Details:

  1. In case there are customizations in /usr/local/svmstack/nginx/conf/mime.types file or in /usr/local/svmstack/nginx/conf/nginx.conf file, they will be overwritten during the upgrade.
  2. If there are custom directives specified as custom configuration files at /usr/local/svmstack/nginx/conf/conf.d/ directory, check if those directives still work on nginx version 1.20.2 using nginx documentation.
Back to top