Skip to content

Commit 94e9801

Browse files
4.22.0.0 index, downloads, doc links (#381)
1 parent fe724c7 commit 94e9801

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
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.22.0.0',
45
'4.21.0.0',
56
'4.20.2.0',
67
'4.20.1.0',

src/pages/downloads.mdx

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

2929
### Source Releases
3030

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

34-
<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;
34+
<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;
3535
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
36-
<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;
37-
<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>
36+
<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;
37+
<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>
3838
<br/><br/>
3939

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

5050
The latest CloudStack LTS maintenance release for version `4.20.x.x` is `4.20.2.0` as part of the

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.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>
29+
<a href="https://docs.cloudstack.apache.org/en/4.22.0.0/" target="_blank" className="btn btn-outline-light btn-size">Documentation</a>
30+
<p className="small mt-3">Apache CloudStack 4.22.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.21.0.0 is out!<br/>This is the latest Regular release.</p>
222+
<p className="px18">Apache CloudStack 4.22.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.21.0.0/" target="_blank" className="btn btn-outline-secondary btn-size">Documentation</a>
225+
<a href="https://docs.cloudstack.apache.org/en/4.22.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)