This is an automated email from the ASF dual-hosted git repository. DaanHoogland pushed a commit to branch 20-22-sec-releases-1 in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
commit 31ed09f44fc3c0529b19b6298623e1cf5413e040 Author: Abhishek Kumar <[email protected]> AuthorDate: Fri Aug 21 09:40:03 2026 +0530 4.22.1.1 release Signed-off-by: Abhishek Kumar <[email protected]> --- src/components/Releases/index.tsx | 2 ++ src/pages/downloads.mdx | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index f051dc422..b5384cf34 100644 --- a/src/components/Releases/index.tsx +++ b/src/components/Releases/index.tsx @@ -1,10 +1,12 @@ import React from "react"; const versions = [ + '4.22.1.1', '4.22.1.0', '4.22.0.1', '4.22.0.0', '4.21.0.0', + '4.20.3.1', '4.20.3.0', '4.20.2.0', '4.20.1.0', diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx index aa8433b24..efc8389d6 100644 --- a/src/pages/downloads.mdx +++ b/src/pages/downloads.mdx @@ -28,42 +28,42 @@ $ sha512sum --check <release-filename>.sha512 ### Source Releases -Apache CloudStack's most recent release is `4.22.1.0`. This is current +Apache CloudStack's most recent release is `4.22.1.1`. This is current CloudStack LTS release. -<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/4.22.1.0/apache-cloudstack-4.22.1.0-src.tar.bz2">Get the 4.22.1.0 Source</a> +<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/4.22.1.1/apache-cloudstack-4.22.1.1-src.tar.bz2">Get the 4.22.1.1 Source</a> <a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/KEYS">KEYS</a> -<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.1.0/apache-cloudstack-4.22.1.0-src.tar.bz2.asc">PGP</a> -<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.1.0/apache-cloudstack-4.22.1.0-src.tar.bz2.sha512">SHA512</a> +<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.1.1/apache-cloudstack-4.22.1.1-src.tar.bz2.asc">PGP</a> +<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.1.1/apache-cloudstack-4.22.1.1-src.tar.bz2.sha512">SHA512</a> <br/><br/> -Full release notes can be found in the version [4.22.1.0 Release -Notes](https://docs.cloudstack.apache.org/en/4.22.1.0/releasenotes/) website. +Full release notes can be found in the version [4.22.1.1 Release +Notes](https://docs.cloudstack.apache.org/en/4.22.1.1/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.22.1.0/installguide/). +Guide](https://docs.cloudstack.apache.org/en/4.22.1.1/installguide/). Instructions for building from source and upgrading from a previous version of -CloudStack to Apache CloudStack 4.22.1.0 can be found in the upgrade section of +CloudStack to Apache CloudStack 4.22.1.1 can be found in the upgrade section of the Release Notes (see above). -The latest CloudStack LTS maintenance release for version `4.22.x.x` is `4.22.1.0` as part of the +The latest CloudStack LTS maintenance release for version `4.20.x.x` is `4.20.3.1` as part of the previous LTS release. -<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/4.22.0.1/apache-cloudstack-4.22.0.1-src.tar.bz2">Get the 4.22.0.1 Source</a> +<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/4.20.3.1/apache-cloudstack-4.20.3.1-src.tar.bz2">Get the 4.20.3.1 Source</a> <a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/KEYS">KEYS</a> -<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.0.1/apache-cloudstack-4.22.0.1-src.tar.bz2.asc">PGP</a> -<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.22.0.1/apache-cloudstack-4.22.0.1-src.tar.bz2.sha512">SHA512</a> +<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.20.3.1/apache-cloudstack-4.20.3.1-src.tar.bz2.asc">PGP</a> +<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/4.20.3.1/apache-cloudstack-4.20.3.1-src.tar.bz2.sha512">SHA512</a> <br/><br/> -Full release notes can be found in the version [4.22.0.1 Release -Notes](https://docs.cloudstack.apache.org/en/4.22.0.1/releasenotes/) website. +Full release notes can be found in the version [4.20.3.1 Release +Notes](https://docs.cloudstack.apache.org/en/4.20.3.1/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.22.0.1/installguide/). +Guide](https://docs.cloudstack.apache.org/en/4.20.3.1/installguide/). Instructions for building from source and upgrading from a previous version of -CloudStack to Apache CloudStack 4.22.0.1 can be found in the upgrade section of +CloudStack to Apache CloudStack 4.20.3.1 can be found in the upgrade section of the Release Notes (see above). ### Community Packages
