This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new 4752cbc3 Add Ubuntu 26.04 support (#667)
4752cbc3 is described below
commit 4752cbc350a2e397fa77433eef4a82e230dbc68c
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Aug 27 08:15:14 2026 +0200
Add Ubuntu 26.04 support (#667)
---
source/installguide/hypervisor/kvm.rst | 2 +-
source/releasenotes/compat.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/source/installguide/hypervisor/kvm.rst
b/source/installguide/hypervisor/kvm.rst
index f7050040..46d3eb8b 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 22.04 (jammy), Ubuntu 24.04 (noble).
+Ubuntu 22.04 (jammy), Ubuntu 24.04 (noble), Ubuntu 26.04 (resolute).
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 f4a3e17b..3972c9d3 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 22.04 LTS, 24.04 LTS
+- Ubuntu 22.04 LTS, 24.04 LTS, 26.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 22.04 LTS, 24.04 LTS with KVM
+- Ubuntu 22.04 LTS, 24.04 LTS, 26.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