Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/releasenotes/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Apache CloudStack |release| is a |version| LTS release with over FIXME major new
features, and over 100 enhancements and fixes since 4.14. Highlights include:

• New modern UI (GA release)
• Support for CentOS8 and Ubuntu 20.04 as management server hosts and KVM hosts
• Support for CentOS8 and Ubuntu 20.04 as management server hosts and KVM hosts (note: CentOS 8 will EOL in Dec 2021)
• FIXME: add rest of new features

The full list of new features can be found in the project release notes at
Expand Down Expand Up @@ -62,7 +62,9 @@ workaround in their KVM host's /etc/ssh/sshd_config and restart ssh server
before adding the KVM host in CloudStack:

PubkeyAcceptedKeyTypes=+ssh-dss

HostKeyAlgorithms=+ssh-dss

KexAlgorithms=+diffie-hellman-group1-sha1

New UI GA and Legacy UI Deprecation and Removal Notice
Expand Down
6 changes: 3 additions & 3 deletions source/releasenotes/compat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Supported OS Versions for Management Server
This section lists the operating systems that are supported for running
CloudStack Management Server.

- Ubuntu 16.04 LTS, 18.04, 20.04 LTS
- CentOS versions 7.x, 8.x
- Ubuntu 16.04 LTS, 18.04 LTS, 20.04 LTS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ubuntu 16.04 also has an EOL coming soon, in April 2021. Should add such a disclaimer for it as well?

Copy link
Member Author

@yadvr yadvr Dec 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GabrielBrascher it's a normal case where the EOL date hasn't changed and I suppose most users would be aware that 16.04 is old enough by now. But feel free to raise a separate PR.

- CentOS versions 7.x, 8.x (note: CentOS 8 will EOL in Dec 2021)
- RHEL versions 7.x, 8.x

Software Requirements
Expand All @@ -39,7 +39,7 @@ CloudStack supports three hypervisor families, XenServer with XAPI, KVM,
and VMware with vSphere.

- Ubuntu 16.04 LTS, 18.04, 20.04 LTS with KVM
- CentOS 7.x, 8.x with KVM
- CentOS 7.x, 8.x with KVM (note: CentOS 8 will EOL in Dec 2021)
- Red Hat Enterprise Linux 7.x, 8.x with KVM
- XenServer versions 7.0, 7.1, 7.2, 7.4, 7.5, 8.0 with latest hotfixes, XCP-ng 7.4, 7.6, 8.0, 8.1

Expand Down