Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions source/_global.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@

.. Latest version systemvm template name

.. |sysvm64-version| replace:: 4.20.0
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.20.0-x86_64
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.20.0-x86_64
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.20.0-x86_64
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.20.0-x86_64
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.20.0-x86_64
.. |sysvm64-version| replace:: 4.20.1
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.20.1-x86_64
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.20.1-x86_64
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.20.1-x86_64
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.20.1-x86_64
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.20.1-x86_64

.. Latest version systemvm template URL
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-xen.vhd.bz2
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-kvm.qcow2.bz2
.. |sysvm64-url-kvm-aarch64| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-aarch64-kvm.qcow2.bz2
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-vmware.ova
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-hyperv.vhd.zip
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-ovm.raw.bz2
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-xen.vhd.bz2
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-kvm.qcow2.bz2
.. |sysvm64-url-kvm-aarch64| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-aarch64-kvm.qcow2.bz2
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-vmware.ova
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-hyperv.vhd.zip
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-ovm.raw.bz2

.. Images

Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = 'Apache CloudStack'
copyright = '2012-2024, Apache Foundation'
copyright = '2012-2025, Apache Foundation'
author = 'Apache CloudStack Project'

# The short X.Y version
version = '4.20'
# The full version, including alpha/beta/rc tags
release = '4.20.0.0'
release = '4.20.1.0'

rst_epilog = """
.. include:: /_global.rst
Expand Down
18 changes: 18 additions & 0 deletions source/releasenotes/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@
What's New in |release|
=======================

Apache CloudStack |release| is a 4.20 LTS minor release with over 150 fixes
and improvements since the 4.20.0.0 release. Some of the highlights include:

• Improvements to multi-architecture support in CloudStack
• vTPM support for KVM and VMware
• Support for XenServer 8.4 / XCP-ng 8.3
• Added support for VMware 80u2 and 80u3
• Updated Sysyem VM template to Debian 12.11
• NAS B&R improvements
• Experimental Support of EL10 as Management Server and KVM host


The full list of new features can be found in the project release notes at
https://docs.cloudstack.apache.org/en/4.20.1.0/releasenotes/changes.html

What's New in 4.20.0.0
=======================

Apache CloudStack 4.20.0.0 is the initial 4.20 LTS release with 190+ new
features, improvements and bug fixes since 4.19, including 15 major
new features. Some of the highlights include:
Expand Down
Loading