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
2 changes: 2 additions & 0 deletions src/components/Releases/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import React from "react";

const versions = [
'4.20.1.0',
'4.20.0.0',
'4.19.3.0',
'4.19.2.0',
'4.19.1.3',
'4.19.1.2',
Expand Down
32 changes: 16 additions & 16 deletions src/pages/downloads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,42 +28,42 @@ $ sha512sum --check <release-filename>.sha512

### Source Releases

Apache CloudStack's most recent release is `4.20.0.0`. This is current
Apache CloudStack's most recent release is `4.20.1.0`. This is current
CloudStack LTS release.

<a className="button button--primary button--lg" href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.20.0.0/apache-cloudstack-4.20.0.0-src.tar.bz2">Get the 4.20.0.0 Source</a>&nbsp;
<a className="button button--primary button--lg" href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.20.1.0/apache-cloudstack-4.20.1.0-src.tar.bz2">Get the 4.20.1.0 Source</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.20.0.0/apache-cloudstack-4.20.0.0-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.20.0.0/apache-cloudstack-4.20.0.0-src.tar.bz2.sha512">SHA512</a>
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.20.1.0/apache-cloudstack-4.20.1.0-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.20.1.0/apache-cloudstack-4.20.1.0-src.tar.bz2.sha512">SHA512</a>
<br/><br/>

Full release notes can be found in the version [4.20.0.0 Release
Notes](https://docs.cloudstack.apache.org/en/4.20.0.0/releasenotes/) website.
Full release notes can be found in the version [4.20.1.0 Release
Notes](https://docs.cloudstack.apache.org/en/4.20.1.0/releasenotes/) website.

Instructions for building from source and installing Apache CloudStack can be
found in the [Installation
Guide](https://docs.cloudstack.apache.org/en/4.20.0.0/installguide/).
Guide](https://docs.cloudstack.apache.org/en/4.20.1.0/installguide/).
Instructions for building from source and upgrading from a previous version of
CloudStack to Apache CloudStack 4.20.0.0 can be found in the upgrade section of
CloudStack to Apache CloudStack 4.20.1.0 can be found in the upgrade section of
the Release Notes (see above).

The latest CloudStack LTS maintenance release for version `4.19.x.x` is `4.19.2.0` as part of the
The latest CloudStack LTS maintenance release for version `4.19.x.x` is `4.19.3.0` as part of the
previous LTS release.

<a className="button button--primary button--lg" href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.19.2.0/apache-cloudstack-4.19.2.0-src.tar.bz2">Get the 4.19.2.0 Source</a>&nbsp;
<a className="button button--primary button--lg" href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.19.3.0/apache-cloudstack-4.19.3.0-src.tar.bz2">Get the 4.19.3.0 Source</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.19.2.0/apache-cloudstack-4.19.2.0-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.19.2.0/apache-cloudstack-4.19.2.0-src.tar.bz2.sha512">SHA512</a>
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.19.3.0/apache-cloudstack-4.19.3.0-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.19.3.0/apache-cloudstack-4.19.3.0-src.tar.bz2.sha512">SHA512</a>
<br/><br/>

Full release notes can be found in the version [4.19.2.0 Release
Notes](https://docs.cloudstack.apache.org/en/4.19.2.0/releasenotes/) website.
Full release notes can be found in the version [4.19.3.0 Release
Notes](https://docs.cloudstack.apache.org/en/4.19.3.0/releasenotes/) website.

Instructions for building from source and installing Apache CloudStack can be
found in the [Installation
Guide](https://docs.cloudstack.apache.org/en/4.19.2.0/installguide/).
Guide](https://docs.cloudstack.apache.org/en/4.19.3.0/installguide/).
Instructions for building from source and upgrading from a previous version of
CloudStack to Apache CloudStack 4.19.2.0 can be found in the upgrade section of
CloudStack to Apache CloudStack 4.19.3.0 can be found in the upgrade section of
the Release Notes (see above).

### Community Packages
Expand Down