Skip to content

Commit cf73273

Browse files
authored
4.17.2.0 release and upgrade notes (#295)
* 4.17.2.0 release and upgrade notes Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 0918504 commit cf73273

5 files changed

Lines changed: 111 additions & 16 deletions

File tree

source/_global.rst

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

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

3535
.. Latest version systemvm template URL
36-
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.0-xen.vhd.bz2
37-
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.0-kvm.qcow2.bz2
38-
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.0-vmware.ova
39-
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.0-hyperv.vhd.zip
40-
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.0-ovm.raw.bz2
36+
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.2-xen.vhd.bz2
37+
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.2-kvm.qcow2.bz2
38+
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.2-vmware.ova
39+
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.2-hyperv.vhd.zip
40+
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.17/systemvmtemplate-4.17.2-ovm.raw.bz2
4141

4242
.. Version specific: 4.5 systemvm template URL
4343
.. |acs45-sysvm64-url-xen| replace:: https://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-xen.vhd.bz2

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-2021, Apache Foundation'
23+
copyright = '2012-2022, Apache Foundation'
2424
author = 'Apache CloudStack Project'
2525

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

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

source/releasenotes/about.rst

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

20-
Apache CloudStack |release| is a 4.17 LTS minor release with over 150 fixes and
20+
Apache CloudStack |release| is a 4.17 LTS minor release with about 20 fixes
21+
since the 4.17.1.0 release.
22+
23+
The full list of fixes and improvements can be found in the project release notes at
24+
https://docs.cloudstack.apache.org/en/4.17.2.0/releasenotes/changes.html
25+
26+
What's New in 4.17.1.0
27+
======================
28+
29+
Apache CloudStack 4.17.1.0 is a 4.17 LTS minor release with over 150 fixes and
2130
improvements since the 4.17.0.0 release. Highlights include:
2231

2332
• Support for Ubuntu 22.04 LTS as management server and KVM host

source/releasenotes/changes.rst

Lines changed: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,90 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
Changes in |release| since 4.17.0.0
16+
Changes in |release| since 4.17.1.0
17+
===================================
18+
19+
Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/26?closed=1
20+
to track its issues.
21+
22+
.. cssclass:: table-striped table-bordered table-hover
23+
24+
+-------------------------+----------+------------------------------------------------------------+
25+
| Version | Github | Description |
26+
+=========================+==========+============================================================+
27+
| 4.17.2.0 | `#6921`_ | systemvm,vpc,vmware: fix management route |
28+
+-------------------------+----------+------------------------------------------------------------+
29+
| 4.17.2.0 | `#6851`_ | api,server: fix listing vm metrics for infra resources |
30+
+-------------------------+----------+------------------------------------------------------------+
31+
| 4.17.2.0 | `#6969`_ | test: fix failure on non-VMware env |
32+
+-------------------------+----------+------------------------------------------------------------+
33+
| 4.17.2.0 | `#6964`_ | test: add nic validation in import vm test |
34+
+-------------------------+----------+------------------------------------------------------------+
35+
| 4.17.2.0 | `#6435`_ | VPC VR: fix /etc/network/interfaces is misconfigured |
36+
+-------------------------+----------+------------------------------------------------------------+
37+
| 4.17.2.0 | `#6953`_ | server: fix nic device id for imported vm |
38+
+-------------------------+----------+------------------------------------------------------------+
39+
| 4.17.2.0 | `#6952`_ | ui: fix incorrect hypervisor on deploy VM wizard submit |
40+
+-------------------------+----------+------------------------------------------------------------+
41+
| 4.17.2.0 | `#6912`_ | vmware: fix vmware vm snapshot operations for |
42+
| | | datastorecluster |
43+
+-------------------------+----------+------------------------------------------------------------+
44+
| 4.17.2.0 | `#6936`_ | host affinity: fix vm cannot be started if a vm is stopped |
45+
| | | in the affinity group |
46+
+-------------------------+----------+------------------------------------------------------------+
47+
| 4.17.2.0 | `#6907`_ | Fix C2S VPN in parallel to S2S VPN |
48+
+-------------------------+----------+------------------------------------------------------------+
49+
| 4.17.2.0 | `#6704`_ | server: fix volume migration on user vm scale |
50+
+-------------------------+----------+------------------------------------------------------------+
51+
| 4.17.2.0 | `#6879`_ | Check for null volume pool ID when tagging |
52+
+-------------------------+----------+------------------------------------------------------------+
53+
| 4.17.2.0 | `#6916`_ | server: fix domain shared public template check |
54+
+-------------------------+----------+------------------------------------------------------------+
55+
| 4.17.2.0 | `#6853`_ | orchestration: fix diskoffering for vr rootdisk |
56+
+-------------------------+----------+------------------------------------------------------------+
57+
| 4.17.2.0 | `#6895`_ | ui: fix guest traffic vlan input |
58+
+-------------------------+----------+------------------------------------------------------------+
59+
| 4.17.2.0 | `#6852`_ | XenServer/XCP-ng: fix vm memory usage is always 99.9x% |
60+
+-------------------------+----------+------------------------------------------------------------+
61+
| 4.17.2.0 | `#6824`_ | UI: Fix Volume Snapshot from user VM as admin |
62+
+-------------------------+----------+------------------------------------------------------------+
63+
| 4.17.2.0 | `#6791`_ | UI: Fixes UI style on Microsoft Edge browser |
64+
+-------------------------+----------+------------------------------------------------------------+
65+
| 4.17.2.0 | `#6788`_ | UI: Fixes login failed after session expired |
66+
+-------------------------+----------+------------------------------------------------------------+
67+
| 4.17.2.0 | `#6768`_ | Allow template names upto 255 chars |
68+
+-------------------------+----------+------------------------------------------------------------+
69+
| 4.17.2.0 | `#6779`_ | api: fix event type and description for createTag |
70+
+-------------------------+----------+------------------------------------------------------------+
71+
| 4.17.2.0 | `#6981`_ | schema: Add upgrade path from 4.17.1.0 to 4.17.2.0 |
72+
+-------------------------+----------+------------------------------------------------------------+
73+
74+
21 Issues listed
75+
76+
.. _`#6921`: https://github.com/apache/cloudstack/pull/6921
77+
.. _`#6851`: https://github.com/apache/cloudstack/pull/6851
78+
.. _`#6969`: https://github.com/apache/cloudstack/pull/6969
79+
.. _`#6964`: https://github.com/apache/cloudstack/pull/6964
80+
.. _`#6435`: https://github.com/apache/cloudstack/pull/6435
81+
.. _`#6953`: https://github.com/apache/cloudstack/pull/6953
82+
.. _`#6952`: https://github.com/apache/cloudstack/pull/6952
83+
.. _`#6912`: https://github.com/apache/cloudstack/pull/6912
84+
.. _`#6936`: https://github.com/apache/cloudstack/pull/6936
85+
.. _`#6907`: https://github.com/apache/cloudstack/pull/6907
86+
.. _`#6704`: https://github.com/apache/cloudstack/pull/6704
87+
.. _`#6879`: https://github.com/apache/cloudstack/pull/6879
88+
.. _`#6916`: https://github.com/apache/cloudstack/pull/6916
89+
.. _`#6853`: https://github.com/apache/cloudstack/pull/6853
90+
.. _`#6895`: https://github.com/apache/cloudstack/pull/6895
91+
.. _`#6852`: https://github.com/apache/cloudstack/pull/6852
92+
.. _`#6824`: https://github.com/apache/cloudstack/pull/6824
93+
.. _`#6791`: https://github.com/apache/cloudstack/pull/6791
94+
.. _`#6788`: https://github.com/apache/cloudstack/pull/6788
95+
.. _`#6768`: https://github.com/apache/cloudstack/pull/6768
96+
.. _`#6779`: https://github.com/apache/cloudstack/pull/6779
97+
.. _`#6981`: https://github.com/apache/cloudstack/pull/6981
98+
99+
Changes in 4.17.1.0 since 4.17.0.0
17100
===================================
18101

19102
Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/25?closed=1

source/upgrading/upgrade/upgrade-4.17.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
.. |version_to_upgrade| replace:: 4.17.0
16+
.. |version_to_upgrade| replace:: 4.17.x
1717

1818
Upgrade Instruction from |version_to_upgrade|
1919
=============================================
@@ -36,6 +36,7 @@ Overview of Upgrade Steps:
3636
----------------------------
3737

3838
#. Check any customisations and integrations
39+
#. Upload the |sysvm64-version| System VM template if not already using it.
3940
#. Stop all running management servers
4041
#. Backup CloudStack database (MySQL)
4142
#. Upgrade 1st CloudStack management server
@@ -47,6 +48,8 @@ Overview of Upgrade Steps:
4748

4849
.. include:: _customisation_warnings.rst
4950

51+
.. include:: _sysvm_templates.rst
52+
5053

5154
Packages repository
5255
-------------------

0 commit comments

Comments
 (0)