Skip to content

Commit 4ebc51d

Browse files
committed
releasenotes: 4.15 systemvm tmpl upgrade + primate GA notes
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 091ef7d commit 4ebc51d

File tree

6 files changed

+346
-760
lines changed

6 files changed

+346
-760
lines changed

source/_global.rst

Lines changed: 12 additions & 12 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.14.0
29-
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.14.0
30-
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.14.0
31-
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.14.0
32-
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.14.0
33-
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.14.0
28+
.. |sysvm64-version| replace:: 4.15.0
29+
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.15.0
30+
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.15.0
31+
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.15.0
32+
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.15.0
33+
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.15.0
3434

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

4242
.. Version specific: 4.5 systemvm template URL
4343
.. |acs45-sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-xen.vhd.bz2
@@ -56,4 +56,4 @@
5656

5757
.. |br| raw:: html
5858

59-
<br/>
59+
<br/>

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Apache CloudStack Project'
2525

2626
# The short X.Y version
27-
version = '4.14'
27+
version = '4.15'
2828
# The full version, including alpha/beta/rc tags
29-
release = '4.14.0.0'
29+
release = '4.15.0.0'
3030

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

source/releasenotes/about.rst

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

20-
Apache CloudStack |release| is a |version| LTS release with over 15 major new features, and
21-
over 200 enhancements and fixes since 4.13. Highlights include:
22-
23-
• New modern UI (Project Primate, Technical preview)
24-
• Backup and Recovery framework
25-
• Backup and Recovery Provider for Veeam
26-
• VM ingestion
27-
• L2 network PVLAN enhancements
28-
• CloudStack Kubernetes Service
29-
• UEFI support
30-
• KVM rolling maintenance
31-
• Enable Direct Download for systemVM templates
32-
• VR health checks
33-
• Download logs and diagnostics data from SSVM/CPVM/VRs
34-
• Enable additional configuration metadata to virtual machines
20+
Apache CloudStack |release| is a |version| LTS release with over FIXME major new
21+
features, and over 100 enhancements and fixes since 4.14. Highlights include:
3522

23+
• New modern UI (Primate, GA release)
24+
• Support for CentOS8 and Ubuntu 20.04 as management server hosts and KVM hosts
25+
• FIXME: add rest of new features
3626

3727
The full list of new features can be found in the project release notes at
38-
http://docs.cloudstack.apache.org/en/4.14.0.0/releasenotes/changes.html
28+
http://docs.cloudstack.apache.org/en/4.15.0.0/releasenotes/changes.html
3929

4030
.. important::
4131
This version of CloudStack allows control over the visibility of the DNS services provided
@@ -75,20 +65,16 @@ before adding the KVM host in CloudStack:
7565
HostKeyAlgorithms=+ssh-dss
7666
KexAlgorithms=+diffie-hellman-group1-sha1
7767

78-
New User Interface & Depreciation notice of existing UI
68+
Primate GA and Legacy UI Deprecation and Removal Notice
7969
=======================================================
8070

81-
Cloudstack 4.14 ships with a Technical Preview of a new, modern User Interface (project Primate).
82-
This technical preview can be used by users & operators of Cloudstack environments for evaluation
83-
& testing purposes. With version 4.14, the existing UI remains the supported UI for production environments.
84-
However, with the 4.14 release, the Apache Cloudstack community will stop taking feature requests
85-
for new functionality in the existing UI. All new functionality will be developed against the new UI.
86-
87-
The next LTS release (likely to be version 4.15) of Apache Cloudstack will ship
88-
with the production release of the new UI. It will also be the last version of
89-
CloudStack to ship with the old UI. This release will also have the final
90-
deprecation notice for the old UI.
91-
92-
In the following release (likely to be 4.16), the old UI will be deprecated.
71+
Cloudstack 4.15 ships with the GA release of a new and modern User Interface
72+
(Primate) which deprecates the current legacy UI. With version 4.15, the
73+
existing legacy UI (deprecated) along with the new UI (Primate) are the
74+
supported UI for production environments. In the next 4.16 release, the Apache
75+
Cloudstack community will remove the legacy UI and only the new UI (Primate)
76+
will be supported by the Apache CloudStack community moving forward. Users are
77+
encouraged to implement a migration path towards the new UI (Primate) in their
78+
production environments.
9379

9480
Please see `Primate install guide <../installguide/primate.html>`_

0 commit comments

Comments
 (0)