Skip to content

Commit 449ade5

Browse files
authored
Release notes for 4.20.1 (#509)
* [WIP] Release notes for 4.20.1 * do not remove old changes * add 4.20.1 highlights over 4.20.0 * update vmware supported versions
1 parent 4aa7177 commit 449ade5

File tree

6 files changed

+1259
-16
lines changed

6 files changed

+1259
-16
lines changed

source/_global.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525

2626
.. Latest version systemvm template name
2727
28-
.. |sysvm64-version| replace:: 4.20.0
29-
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.20.0-x86_64
30-
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.20.0-x86_64
31-
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.20.0-x86_64
32-
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.20.0-x86_64
33-
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.20.0-x86_64
28+
.. |sysvm64-version| replace:: 4.20.1
29+
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.20.1-x86_64
30+
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.20.1-x86_64
31+
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.20.1-x86_64
32+
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.20.1-x86_64
33+
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.20.1-x86_64
3434

3535
.. Latest version systemvm template URL
36-
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-xen.vhd.bz2
37-
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-kvm.qcow2.bz2
38-
.. |sysvm64-url-kvm-aarch64| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-aarch64-kvm.qcow2.bz2
39-
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-vmware.ova
40-
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-hyperv.vhd.zip
41-
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-ovm.raw.bz2
36+
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-xen.vhd.bz2
37+
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-kvm.qcow2.bz2
38+
.. |sysvm64-url-kvm-aarch64| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-aarch64-kvm.qcow2.bz2
39+
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-vmware.ova
40+
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-hyperv.vhd.zip
41+
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.1-x86_64-ovm.raw.bz2
4242

4343
.. Images
4444

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'Apache CloudStack'
23-
copyright = '2012-2024, Apache Foundation'
23+
copyright = '2012-2025, Apache Foundation'
2424
author = 'Apache CloudStack Project'
2525

2626
# The short X.Y version
2727
version = '4.20'
2828
# The full version, including alpha/beta/rc tags
29-
release = '4.20.0.0'
29+
release = '4.20.1.0'
3030

3131
rst_epilog = """
3232
.. include:: /_global.rst

source/releasenotes/about.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@
1717
What's New in |release|
1818
=======================
1919

20+
Apache CloudStack |release| is a 4.20 LTS minor release with over 150 fixes
21+
and improvements since the 4.20.0.0 release. Some of the highlights include:
22+
23+
• Improvements to multi-architecture support in CloudStack
24+
• vTPM support for KVM and VMware
25+
• Support for XenServer 8.4 / XCP-ng 8.3
26+
• Added support for VMware 80u2 and 80u3
27+
• Updated Sysyem VM template to Debian 12.11
28+
• NAS B&R improvements
29+
• Experimental Support of EL10 as Management Server and KVM host
30+
31+
32+
The full list of new features can be found in the project release notes at
33+
https://docs.cloudstack.apache.org/en/4.20.1.0/releasenotes/changes.html
34+
35+
What's New in 4.20.0.0
36+
=======================
37+
2038
Apache CloudStack 4.20.0.0 is the initial 4.20 LTS release with 190+ new
2139
features, improvements and bug fixes since 4.19, including 15 major
2240
new features. Some of the highlights include:

0 commit comments

Comments
 (0)