Skip to content

Commit 8240d9e

Browse files
4.21.0.0 index, downloads, doc links (#355)
1 parent 8d43c35 commit 8240d9e

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

src/components/Releases/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22

33
const versions = [
4+
'4.21.0.0',
45
'4.20.1.0',
56
'4.20.0.0',
67
'4.19.3.0',

src/pages/downloads.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,42 @@ $ sha512sum --check <release-filename>.sha512
2828

2929
### Source Releases
3030

31-
Apache CloudStack's most recent release is `4.20.1.0`. This is current
31+
Apache CloudStack's most recent release is `4.21.0.0`. This is current
3232
CloudStack LTS release.
3333

34-
<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;
34+
<a className="button button--primary button--lg" href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.21.0.0/apache-cloudstack-4.21.0.0-src.tar.bz2">Get the 4.21.0.0 Source</a>&nbsp;
3535
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
36-
<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;
37-
<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>
36+
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.21.0.0/apache-cloudstack-4.21.0.0-src.tar.bz2.asc">PGP</a>&nbsp;
37+
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/releases/4.21.0.0/apache-cloudstack-4.21.0.0-src.tar.bz2.sha512">SHA512</a>
3838
<br/><br/>
3939

40-
Full release notes can be found in the version [4.20.1.0 Release
41-
Notes](https://docs.cloudstack.apache.org/en/4.20.1.0/releasenotes/) website.
40+
Full release notes can be found in the version [4.21.0.0 Release
41+
Notes](https://docs.cloudstack.apache.org/en/4.21.0.0/releasenotes/) website.
4242

4343
Instructions for building from source and installing Apache CloudStack can be
4444
found in the [Installation
45-
Guide](https://docs.cloudstack.apache.org/en/4.20.1.0/installguide/).
45+
Guide](https://docs.cloudstack.apache.org/en/4.21.0.0/installguide/).
4646
Instructions for building from source and upgrading from a previous version of
47-
CloudStack to Apache CloudStack 4.20.1.0 can be found in the upgrade section of
47+
CloudStack to Apache CloudStack 4.21.0.0 can be found in the upgrade section of
4848
the Release Notes (see above).
4949

50-
The latest CloudStack LTS maintenance release for version `4.19.x.x` is `4.19.3.0` as part of the
50+
The latest CloudStack LTS maintenance release for version `4.20.x.x` is `4.20.1.0` as part of the
5151
previous LTS release.
5252

53-
<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;
53+
<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;
5454
<a className="button button--secondary button--sm" href="https://downloads.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
55-
<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;
56-
<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>
55+
<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;
56+
<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>
5757
<br/><br/>
5858

59-
Full release notes can be found in the version [4.19.3.0 Release
60-
Notes](https://docs.cloudstack.apache.org/en/4.19.3.0/releasenotes/) website.
59+
Full release notes can be found in the version [4.20.1.0 Release
60+
Notes](https://docs.cloudstack.apache.org/en/4.20.1.0/releasenotes/) website.
6161

6262
Instructions for building from source and installing Apache CloudStack can be
6363
found in the [Installation
64-
Guide](https://docs.cloudstack.apache.org/en/4.19.3.0/installguide/).
64+
Guide](https://docs.cloudstack.apache.org/en/4.20.1.0/installguide/).
6565
Instructions for building from source and upgrading from a previous version of
66-
CloudStack to Apache CloudStack 4.19.3.0 can be found in the upgrade section of
66+
CloudStack to Apache CloudStack 4.20.1.0 can be found in the upgrade section of
6767
the Release Notes (see above).
6868

6969
### Community Packages

src/pages/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Apache CloudStack™ is an open-source software system designed to deploy and m
2626
<div className="center-buttons">
2727
<a href="downloads" className="btn btn-light btn-size">Download</a>
2828
&nbsp;
29-
<a href="https://docs.cloudstack.apache.org/en/4.20.1.0/" target="_blank" className="btn btn-outline-light btn-size">Documentation</a>
30-
<p className="small mt-3">Apache CloudStack 4.20.1.0 is out!</p>
29+
<a href="https://docs.cloudstack.apache.org/en/4.21.0.0/" target="_blank" className="btn btn-outline-light btn-size">Documentation</a>
30+
<p className="small mt-3">Apache CloudStack 4.21.0.0 is out!</p>
3131
</div>
3232
</div>
3333
<div className="col-lg-7"><img src="/img/CloudStack_monkey_cloud.png" className="img-fluid" alt=""/></div>
@@ -219,10 +219,10 @@ specific infrastructure.
219219
<div className="col col-lg-5">
220220
<h2 className="section-title mb-4 margin-second">Latest Release</h2>
221221
<div className="center-buttons">
222-
<p className="px18">Apache CloudStack 4.20.1.0 is out!<br/>This is the latest LTS release.</p>
222+
<p className="px18">Apache CloudStack 4.21.0.0 is out!<br/>This is the latest Regular release.</p>
223223
<a href="downloads" className="btn btn-primary btn-size">Download</a>
224224
&nbsp;
225-
<a href="https://docs.cloudstack.apache.org/en/4.20.1.0/" target="_blank" className="btn btn-outline-secondary btn-size">Documentation</a>
225+
<a href="https://docs.cloudstack.apache.org/en/4.21.0.0/" target="_blank" className="btn btn-outline-secondary btn-size">Documentation</a>
226226
</div>
227227
</div>
228228
<div className="col-lg-7"><img src="/img/CloudStack_release_illustration.png" className="img-fluid img-release" alt=""/></div>

0 commit comments

Comments
 (0)