Skip to content

Commit 5304e92

Browse files
4.18.1.0: update release notes and upgrade instruction (#343)
1 parent 6e640c8 commit 5304e92

File tree

7 files changed

+1090
-22
lines changed

7 files changed

+1090
-22
lines changed

source/_global.rst

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,19 @@
2525

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

3535
.. Latest version systemvm template URL
36-
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.0-xen.vhd.bz2
37-
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.0-kvm.qcow2.bz2
38-
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.0-vmware.ova
39-
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.0-hyperv.vhd.zip
40-
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.0-ovm.raw.bz2
41-
42-
.. Version specific: 4.5 systemvm template URL
43-
.. |acs45-sysvm64-url-xen| replace:: https://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-xen.vhd.bz2
44-
.. |acs45-sysvm64-url-kvm| replace:: https://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-kvm.qcow2.bz2
45-
.. |acs45-sysvm64-url-vmware| replace:: https://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-vmware.ova
46-
.. |acs45-sysvm64-url-hyperv| replace:: https://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-hyperv.vhd.zip
36+
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.1-xen.vhd.bz2
37+
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.1-kvm.qcow2.bz2
38+
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.1-vmware.ova
39+
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.1-hyperv.vhd.zip
40+
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.18/systemvmtemplate-4.18.1-ovm.raw.bz2
4741

4842
.. Images
4943

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.18'
2828
# The full version, including alpha/beta/rc tags
29-
release = '4.18.0.0'
29+
release = '4.18.1.0'
3030

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

source/releasenotes/about.rst

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

20-
Apache CloudStack |release| is the initial 4.18 LTS release. It has over 300 fixes
21-
and features since the 4.17.2.0 release.
20+
Apache CloudStack |release| is a 4.18 LTS minor release with 196 fixes
21+
since the 4.18.0.0 release.
2222

2323
The full list of fixes and improvements can be found in the project release notes at
24-
https://docs.cloudstack.apache.org/en/4.18.0.0/releasenotes/changes.html
24+
https://docs.cloudstack.apache.org/en/4.18.1.0/releasenotes/changes.html
2525

2626
What's in since 4.18.0.0
2727
======================

source/releasenotes/api-changes.rst

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,102 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16+
API Changes in |release| since 4.18.0.0
17+
===================================
18+
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
19+
20+
Parameters Changed in API Commands
21+
-------------------------------
22+
23+
.. cssclass:: table-striped table-bordered table-hover
24+
25+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
26+
| Name | Description |
27+
+============================================================+================================================================================+
28+
| ``listStoragePools`` | **Request:** |
29+
| | |
30+
| | *New Parameters:* |
31+
| | |
32+
| | - ``status`` (optional) |
33+
| | |
34+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
35+
| ``startVirtualMachine`` | **Request:** |
36+
| | |
37+
| | *Changed Parameters:* |
38+
| | |
39+
| | - ``considerLastHost`` was available for users but now only for ROOT admins |
40+
| | |
41+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
42+
| ``addGuestOs`` | **Request:** |
43+
| | |
44+
| | *New Parameters:* |
45+
| | |
46+
| | - ``display`` (optional) |
47+
| | |
48+
| | *Changed Parameters:* |
49+
| | |
50+
| | - ``details`` was 'required' and is now 'optional' |
51+
| | |
52+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
53+
| ``updateGuestOs`` | **Request:** |
54+
| | |
55+
| | *New Parameters:* |
56+
| | |
57+
| | - ``display`` (optional) |
58+
| | |
59+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
60+
| ``listOsTypes`` | **Request:** |
61+
| | |
62+
| | *New Parameters:* |
63+
| | |
64+
| | - ``display`` (optional) |
65+
| | |
66+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
67+
| ``createAutoScaleVmProfile`` | **Request:** |
68+
| | |
69+
| | *New Parameters:* |
70+
| | |
71+
| | - ``userdataid`` (optional) |
72+
| | - ``userdatadetails`` (optional) |
73+
| | |
74+
| | **Response:** |
75+
| | |
76+
| | *New Parameters:* |
77+
| | |
78+
| | - ``userdataid`` |
79+
| | - ``userdataname`` |
80+
| | - ``userdatapolicy`` |
81+
| | - ``userdatadetails`` |
82+
| | |
83+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
84+
| ``updateAutoScaleVmProfile`` | **Request:** |
85+
| | |
86+
| | *New Parameters:* |
87+
| | |
88+
| | - ``userdataid`` (optional) |
89+
| | - ``userdatadetails`` (optional) |
90+
| | |
91+
| | **Response:** |
92+
| | |
93+
| | *New Parameters:* |
94+
| | |
95+
| | - ``userdataid`` |
96+
| | - ``userdataname`` |
97+
| | - ``userdatapolicy`` |
98+
| | - ``userdatadetails`` |
99+
| | |
100+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
101+
| ``listAutoScaleVmProfiles`` | **Response:** |
102+
| | |
103+
| | *New Parameters:* |
104+
| | |
105+
| | - ``userdataid`` |
106+
| | - ``userdataname`` |
107+
| | - ``userdatapolicy`` |
108+
| | - ``userdatadetails`` |
109+
| | |
110+
+------------------------------------------------------------+--------------------------------------------------------------------------------+
111+
16112
API Changes Introduced in 4.18.0.0
17113
===================================
18114
For the complete list of API commands and params consult the `CloudStack Apidocs`_.

0 commit comments

Comments
 (0)