Skip to content

Commit eb4319c

Browse files
authored
4.19.2 release (#485)
1 parent 85c254b commit eb4319c

File tree

4 files changed

+748
-7
lines changed

4 files changed

+748
-7
lines changed

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

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

source/releasenotes/about.rst

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

20-
Apache CloudStack |release| is a 4.19 LTS minor release with over 300 fixes
21-
and improvements since the 4.19.0.0 release. Some of the highlights include:
20+
Apache CloudStack |release| is a 4.19 LTS minor release with over 170 fixes
21+
and improvements including prior releases this tallies up to over 480 since
22+
the 4.19.0.0 release. Some of the highlights include:
2223

24+
* Numerous fixes for UI and API behaviours
25+
* Project access control fixes
26+
* Network improvements for the various kinds of networks
2327
• Improvements for VMware migration to KVM
2428
• Support to manage/unmanage DATA volume of a primary storage on KVM
2529
• Support for NFS mount options for a primary storage on KVM
@@ -28,10 +32,9 @@ and improvements since the 4.19.0.0 release. Some of the highlights include:
2832
• Import from remote KVM enhancements
2933
• Storage plugins, PowerFlex, StorPool, Linstor related fixes and improvements
3034
• Some CKS, Veeam (B&R) related fixes and improvements
31-
• Several UI fixes and improvements
3235

3336
The full list of fixes and improvements can be found in the project release notes at
34-
https://docs.cloudstack.apache.org/en/4.19.1.0/releasenotes/changes.html
37+
https://docs.cloudstack.apache.org/en/4.19.2.0/releasenotes/changes.html
3538

3639
What's in since 4.19.0.0
3740
========================

source/releasenotes/api-changes.rst

Lines changed: 132 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,140 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
API Changes Introduced in 4.19.0.0
16+
API Changes Introduced in 4.19.2.0
1717
==================================
1818
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
19+
New API Commands
20+
----------------
21+
22+
.. cssclass:: table-striped table-bordered table-hover
23+
24+
+---------------------------------------------+--------------------------------------------------------------------------------+
25+
| Name | Description |
26+
+=============================================+================================================================================+
27+
| ``listVmwareDcHosts`` | Lists the VMs in a Vmware Datacenter |
28+
+---------------------------------------------+--------------------------------------------------------------------------------+
29+
30+
Parameters Changed API Commands
31+
-------------------------------
32+
33+
.. cssclass:: table-striped table-bordered table-hover
34+
35+
+---------------------------------------------+--------------------------------------------------------------------------------+
36+
| Name | Description |
37+
+=============================================+================================================================================+
38+
| ``listNiciraNvpDeviceNetworks`` | **Response:** |
39+
| | |
40+
| | *New Parameters:* |
41+
| | |
42+
| | - ``specifyvlan`` |
43+
| | |
44+
+---------------------------------------------+--------------------------------------------------------------------------------+
45+
| ``updateNetwork`` | **Response:** |
46+
| | |
47+
| | *New Parameters:* |
48+
| | |
49+
| | - ``specifyvlan`` |
50+
| | |
51+
+---------------------------------------------+--------------------------------------------------------------------------------+
52+
| ``listNetscalerLoadBalancerNetworks`` | **Response:** |
53+
| | |
54+
| | *New Parameters:* |
55+
| | |
56+
| | - ``specifyvlan`` |
57+
| | |
58+
+---------------------------------------------+--------------------------------------------------------------------------------+
59+
| ``listBrocadeVcsDeviceNetworks`` | **Response:** |
60+
| | |
61+
| | *New Parameters:* |
62+
| | |
63+
| | - ``specifyvlan`` |
64+
| | |
65+
+---------------------------------------------+--------------------------------------------------------------------------------+
66+
| ``listNetworks`` | **Response:** |
67+
| | |
68+
| | *New Parameters:* |
69+
| | |
70+
| | - ``specifyvlan`` |
71+
| | |
72+
+---------------------------------------------+--------------------------------------------------------------------------------+
73+
| ``listPaloAltoFirewallNetworks`` | **Response:** |
74+
| | |
75+
| | *New Parameters:* |
76+
| | |
77+
| | - ``specifyvlan`` |
78+
| | |
79+
+---------------------------------------------+--------------------------------------------------------------------------------+
80+
| ``updatePortForwardingRule`` | **Request:** |
81+
| | |
82+
| | *New Parameters:* |
83+
| | |
84+
| | - ``cidrlist`` (optional) |
85+
| | |
86+
+---------------------------------------------+--------------------------------------------------------------------------------+
87+
| ``listVmwareDcVms`` | **Request:** |
88+
| | |
89+
| | *New Parameters:* |
90+
| | |
91+
| | - ``batchsize`` (optional) |
92+
| | - ``host`` (optional) |
93+
| | - ``token`` (optional) |
94+
| | |
95+
| | *Removed Parameters:* |
96+
| | |
97+
| | - ``keyword`` |
98+
| | - ``page`` |
99+
| | - ``pagesize`` |
100+
| | |
101+
| | **Response:** |
102+
| | |
103+
| | *New Parameters:* |
104+
| | |
105+
| | - ``token`` |
106+
| | |
107+
| | *Removed Parameters:* |
108+
| | |
109+
| | - ``clusterid`` |
110+
| | - ``clustername`` |
111+
| | - ``cpucorepersocket`` |
112+
| | - ``cpunumber`` |
113+
| | - ``cpuspeed`` |
114+
| | - ``hostid`` |
115+
| | - ``hostname`` |
116+
| | - ``memory`` |
117+
| | - ``name`` |
118+
| | - ``osdisplayname`` |
119+
| | - ``osid`` |
120+
| | - ``powerstate`` |
121+
| | - ``disk(*)`` |
122+
| | - ``nic(*)`` |
123+
| | |
124+
+---------------------------------------------+--------------------------------------------------------------------------------+
125+
| ``createNetwork`` | **Response:** |
126+
| | |
127+
| | *New Parameters:* |
128+
| | |
129+
| | - ``specifyvlan`` |
130+
| | |
131+
+---------------------------------------------+--------------------------------------------------------------------------------+
132+
| ``migrateNetwork`` | **Response:** |
133+
| | |
134+
| | *New Parameters:* |
135+
| | |
136+
| | - ``specifyvlan`` |
137+
| | |
138+
+---------------------------------------------+--------------------------------------------------------------------------------+
139+
| ``importVm`` | **Request:** |
140+
| | |
141+
| | *New Parameters:* |
142+
| | |
143+
| | - ``importinstancehostid`` (optional) |
144+
| | |
145+
+---------------------------------------------+--------------------------------------------------------------------------------+
146+
147+
148+
API Changes Introduced in 4.19.0.0
149+
==================================
19150

20151
New API Commands
21152
----------------

0 commit comments

Comments
 (0)