Skip to content

Commit 1b8f2ca

Browse files
4.20.2 release note (#583)
1 parent ae00f36 commit 1b8f2ca

File tree

5 files changed

+587
-16
lines changed

5 files changed

+587
-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.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
28+
.. |sysvm64-version| replace:: 4.20.2
29+
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.20.2-x86_64
30+
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.20.2-x86_64
31+
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.20.2-x86_64
32+
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.20.2-x86_64
33+
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.20.2-x86_64
3434

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

4343
.. Images
4444

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '4.20'
2828
# The full version, including alpha/beta/rc tags
29-
release = '4.20.1.0'
29+
release = '4.20.2.0'
3030

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

source/releasenotes/about.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,27 @@
1717
What's New in |release|
1818
=======================
1919

20-
Apache CloudStack |release| is a 4.20 LTS minor release with over 150 fixes
20+
Apache CloudStack |release| is a 4.20 LTS minor release with around 150 fixes
21+
and improvements since the 4.20.1.0 release. Some of the highlights include:
22+
23+
• Improvements for Vmware to KVM Migration
24+
• Fix: Potential remote code execution on Javascript engine defined rules
25+
• Fix: Lack of user permission validation leading to data leak for few APIs
26+
• Optimise VNC console performance
27+
• Some network related fixes and improvements
28+
• ScaleIO/PowerFlex smoke tests improvements and fixes
29+
• Some CloudStack Kubernetes Service (CKS) related fixes and improvements
30+
• Several UI fixes and improvements
31+
• Systemvm templates now built on Debian 12.12.0
32+
33+
34+
The full list of new features can be found in the project release notes at
35+
https://docs.cloudstack.apache.org/en/4.20.2.0/releasenotes/changes.html
36+
37+
What's New in 4.20.1.0
38+
=======================
39+
40+
Apache CloudStack 4.20.1.0 is a 4.20 LTS minor release with over 150 fixes
2141
and improvements since the 4.20.0.0 release. Some of the highlights include:
2242

2343
• Improvements to multi-architecture support in CloudStack

source/releasenotes/api-changes.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,36 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16+
API Changes Introduced in 4.20.2.0
17+
==================================
18+
19+
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
20+
21+
Parameters Changed API Commands
22+
-------------------------------
23+
24+
.. cssclass:: table-striped table-bordered table-hover
25+
26+
+---------------------------------------------+--------------------------------------------------------------------------------+
27+
| Name | Description |
28+
+=============================================+================================================================================+
29+
| ``createTemplate`` | **Request:** |
30+
| | |
31+
| | *New Parameters:* |
32+
| | |
33+
| | - ``arch`` |
34+
| | |
35+
+---------------------------------------------+--------------------------------------------------------------------------------+
36+
| ``listCapabilities`` | **Response:** |
37+
| | |
38+
| | *New Parameters:* |
39+
| | |
40+
| | - ``dynamicscalingenabled`` |
41+
| | - ``additionalconfigenabled`` |
42+
| | |
43+
+---------------------------------------------+--------------------------------------------------------------------------------+
44+
45+
1646
API Changes Introduced in 4.20.1.0
1747
==================================
1848

0 commit comments

Comments
 (0)