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

const versions = [
'4.22.0.0',
'4.21.0.0',
'4.20.2.0',
'4.20.1.0',
Expand Down
16 changes: 8 additions & 8 deletions src/pages/downloads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ $ sha512sum --check <release-filename>.sha512

### Source Releases

Apache CloudStack's most recent release is `4.21.0.0`. This is current
Apache CloudStack's most recent release is `4.22.0.0`. This is current
CloudStack LTS release.

<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/4.21.0.0/apache-cloudstack-4.21.0.0-src.tar.bz2">Get the 4.21.0.0 Source</a>&nbsp;
<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/4.22.0.0/apache-cloudstack-4.22.0.0-src.tar.bz2">Get the 4.22.0.0 Source</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.21.0.0/apache-cloudstack-4.21.0.0-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.21.0.0/apache-cloudstack-4.21.0.0-src.tar.bz2.sha512">SHA512</a>
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.0.0/apache-cloudstack-4.22.0.0-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.0.0/apache-cloudstack-4.22.0.0-src.tar.bz2.sha512">SHA512</a>
<br/><br/>

Full release notes can be found in the version [4.21.0.0 Release
Notes](https://docs.cloudstack.apache.org/en/4.21.0.0/releasenotes/) website.
Full release notes can be found in the version [4.22.0.0 Release
Notes](https://docs.cloudstack.apache.org/en/4.22.0.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.21.0.0/installguide/).
Guide](https://docs.cloudstack.apache.org/en/4.22.0.0/installguide/).
Instructions for building from source and upgrading from a previous version of
CloudStack to Apache CloudStack 4.21.0.0 can be found in the upgrade section of
CloudStack to Apache CloudStack 4.22.0.0 can be found in the upgrade section of
the Release Notes (see above).

The latest CloudStack LTS maintenance release for version `4.20.x.x` is `4.20.2.0` as part of the
Expand Down
8 changes: 4 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Apache CloudStack™ is an open-source software system designed to deploy and m
<div className="center-buttons">
<a href="downloads" className="btn btn-light btn-size">Download</a>
&nbsp;
<a href="https://docs.cloudstack.apache.org/en/4.21.0.0/" target="_blank" className="btn btn-outline-light btn-size">Documentation</a>
<p className="small mt-3">Apache CloudStack 4.21.0.0 is out!</p>
<a href="https://docs.cloudstack.apache.org/en/4.22.0.0/" target="_blank" className="btn btn-outline-light btn-size">Documentation</a>
<p className="small mt-3">Apache CloudStack 4.22.0.0 is out!</p>
</div>
</div>
<div className="col-lg-7"><img src="/img/CloudStack_monkey_cloud.png" className="img-fluid" alt=""/></div>
Expand Down Expand Up @@ -219,10 +219,10 @@ specific infrastructure.
<div className="col col-lg-5">
<h2 className="section-title mb-4 margin-second">Latest Release</h2>
<div className="center-buttons">
<p className="px18">Apache CloudStack 4.21.0.0 is out!<br/>This is the latest Regular release.</p>
<p className="px18">Apache CloudStack 4.22.0.0 is out!<br/>This is the latest Regular release.</p>
<a href="downloads" className="btn btn-primary btn-size">Download</a>
&nbsp;
<a href="https://docs.cloudstack.apache.org/en/4.21.0.0/" target="_blank" className="btn btn-outline-secondary btn-size">Documentation</a>
<a href="https://docs.cloudstack.apache.org/en/4.22.0.0/" target="_blank" className="btn btn-outline-secondary btn-size">Documentation</a>
</div>
</div>
<div className="col-lg-7"><img src="/img/CloudStack_release_illustration.png" className="img-fluid img-release" alt=""/></div>
Expand Down