Skip to main content
Version: 5.0

Package & Service Updates

June 7, 2024

Security Release

This release addresses several high-priority vulnerabilities that could potentially impact the security and performance of your system.

Updated Packages

PackageVersionSystemsSecurityNotes
vf-php88.2.20-1Control, Hypervisor🚨https://www.php.net/ChangeLog-8.php#8.2.20
vf-system-php88.2.20-1Hypervisor🚨https://www.php.net/ChangeLog-8.php#8.2.20
vf-nginx1.26.1-1Control, Hypervisor🚨https://nginx.org/en/CHANGES-1.26

How to Update

The following commands which should be run as root in SSH have been pre-prepared for your base distribution.

Control

apt-get update -y && apt-get install --only-upgrade vf-nginx vf-php8 -y
vfcli-ctrl app:restart --services=queue,fpm,web

Hypervisor

apt-get update -y && apt-get install --only-upgrade vf-nginx vf-php8 vf-system-php8 -y
vfcli-hv app:restart --services=queue,system-fpm,fpm,web

Learn more about how to update your system packages