Skip to content

Commit 0de4738

Browse files
committed
[WIP] Release notes for 4.20.1
1 parent 4f92d5a commit 0de4738

File tree

4 files changed

+27
-29
lines changed

4 files changed

+27
-29
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: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@
1717
What's New in |release|
1818
=======================
1919

20-
Apache CloudStack 4.20.0.0 is the initial 4.20 LTS release with 190+ new
21-
features, improvements and bug fixes since 4.19, including 15 major
22-
new features. Some of the highlights include:
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:
2322

24-
• Webhooks
25-
• Dynamic and Static Routing
26-
• Ceph RGW Object Store Support
27-
• NSX integration
28-
• Shared Filesystems
29-
• Multi-arch Zones
30-
• Simple NAS backup plugin for KVM
31-
• Usage UI
32-
• API documentation in UI
23+
• Improve listing of Vmware Datacenter VMs for migration to KVM
24+
• Improvements to multi-architecture support in CloudStack
25+
• vTPM support for KVM and VMware
26+
• Support for XenServer 8.4 / XCP-ng 8.3
27+
• Added support for VMware 80u2 and 80u3
28+
• Updated Sysyem VM template to Debian 12.10
29+
• Linstore improvements
30+
• NAS B&R improvements
3331

3432

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

3836
Log4j Upgrade
3937
=============

source/releasenotes/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
Changes in |release| since 4.19.1.0
16+
Changes in |release| since 4.20.1.0
1717
===================================
1818

19-
Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/30?closed=1
19+
Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/36?closed=1
2020
to track its issues.
2121

2222

0 commit comments

Comments
 (0)