Package & Service Updates
January 6, 2025
โ
Security Release
This release addresses several vulnerabilities that could potentially impact the security and performance of your system.
Updated Packagesโ
Package | Version | Systems | Security | Notes |
---|---|---|---|---|
vf-php8 | 8.2.27-1 | Control, Hypervisor | ๐จ | https://www.php.net/ChangeLog-8.php#8.2.27 |
vf-system-php8 | 8.2.27-1 | Hypervisor | ๐จ | https://www.php.net/ChangeLog-8.php#8.2.27 |
vf-nginx | 1.26.2-1 | Control, 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.
- Debian/Ubuntu
- RHEL
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
Control
dnf makecache -y && dnf update vf-nginx vf-php8 -y
vfcli-ctrl app:restart --services=queue,fpm,web
Hypervisor
dnf makecache -y && dnf update 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
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โ
Package | Version | Systems | Security | Notes |
---|---|---|---|---|
vf-php8 | 8.2.20-1 | Control, Hypervisor | ๐จ | https://www.php.net/ChangeLog-8.php#8.2.20 |
vf-system-php8 | 8.2.20-1 | Hypervisor | ๐จ | https://www.php.net/ChangeLog-8.php#8.2.20 |
vf-nginx | 1.26.1-1 | Control, 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.
- Debian/Ubuntu
- RHEL
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
Control
dnf makecache -y && dnf update vf-nginx vf-php8 -y
vfcli-ctrl app:restart --services=queue,fpm,web
Hypervisor
dnf makecache -y && dnf update vf-nginx vf-php8 vf-system-php8 -y
vfcli-hv app:restart --services=queue,system-fpm,fpm,web