From d7fa7d0179778157b35a0bf43e535642e8934e3a Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Fri, 24 Oct 2025 13:35:30 +0530 Subject: [PATCH] Update Compatibility Matrix - removed Ubuntu 20.04 (EOL already) --- source/installguide/hypervisor/kvm.rst | 2 +- source/installguide/hypervisor/lxc.rst | 2 +- source/installguide/management-server/_pkg_repo.rst | 5 +++-- source/releasenotes/compat.rst | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/source/installguide/hypervisor/kvm.rst b/source/installguide/hypervisor/kvm.rst index 0fea5f2a84..b802fb30ba 100644 --- a/source/installguide/hypervisor/kvm.rst +++ b/source/installguide/hypervisor/kvm.rst @@ -253,7 +253,7 @@ DEB package repository You can add a DEB package repository to your apt sources with the following commands. Replace the code name with your Ubuntu LTS version : -Ubuntu 20.04 (focal), Ubuntu 22.04 (jammy), Ubuntu 24.04 (noble). +Ubuntu 22.04 (jammy), Ubuntu 24.04 (noble). Use your preferred editor and open (or create) ``/etc/apt/sources.list.d/cloudstack.list``. Add the community provided diff --git a/source/installguide/hypervisor/lxc.rst b/source/installguide/hypervisor/lxc.rst index 01969b6596..c937c1ebd1 100644 --- a/source/installguide/hypervisor/lxc.rst +++ b/source/installguide/hypervisor/lxc.rst @@ -223,7 +223,7 @@ DEB package repository You can add a DEB package repository to your apt sources with the following commands. Replace the code name with your Ubuntu LTS version : -Ubuntu 20.04 (focal), Ubuntu 22.04 (jammy), Ubuntu 24.04 (noble). +Ubuntu 22.04 (jammy), Ubuntu 24.04 (noble). Use your preferred editor and open (or create) ``/etc/apt/sources.list.d/cloudstack.list``. Add the community provided diff --git a/source/installguide/management-server/_pkg_repo.rst b/source/installguide/management-server/_pkg_repo.rst index 6fc23fc0a0..6db62600b0 100644 --- a/source/installguide/management-server/_pkg_repo.rst +++ b/source/installguide/management-server/_pkg_repo.rst @@ -90,8 +90,9 @@ DEB package repository You can add a DEB package repository to your apt sources with the following commands. Replace the code name with your Ubuntu LTS version : -Ubuntu 18.04 (Bionic), Ubuntu 20.04 (Focal), Ubuntu 22.04 (Jammy), and Ubuntu 24.04 (Noble). -Ubuntu 12.04 (Precise), Ubuntu 14.04 (Trusty), and Ubuntu 16.04 (Xenial) are no longer supported. +Ubuntu 22.04 (Jammy), and Ubuntu 24.04 (Noble). +Ubuntu 12.04 (Precise), Ubuntu 14.04 (Trusty), Ubuntu 16.04 (Xenial), Ubuntu 18.04 (Bionic), +and Ubuntu 20.04 (Focal) are no longer supported. Use your preferred editor and open (or create) ``/etc/apt/sources.list.d/cloudstack.list``. Add the community provided diff --git a/source/releasenotes/compat.rst b/source/releasenotes/compat.rst index 3e955e9904..f40f6c0fae 100644 --- a/source/releasenotes/compat.rst +++ b/source/releasenotes/compat.rst @@ -22,7 +22,7 @@ Supported OS Versions for Management Server This section lists the operating systems that are supported for running CloudStack Management Server. -- Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS +- Ubuntu 22.04 LTS, 24.04 LTS - Oracle Linux 8, 9, 10 - Rocky Linux 8, 9, 10 - Alma Linux 8, 9, 10 @@ -45,7 +45,7 @@ Supported Hypervisor Versions CloudStack supports three hypervisor families, KVM, XenServer/XCP-ng with XAPI, and VMware with vSphere. -- Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS with KVM +- Ubuntu 22.04 LTS, 24.04 LTS with KVM - Oracle Linux 8, 9, 10 with KVM - Rocky Linux 8, 9, 10 with KVM - Alma Linux 8, 9, 10 with KVM