This is an automated email from the ASF dual-hosted git repository. DaanHoogland pushed a commit to branch 22.0.1-download in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
commit 4c5ebd0ca7d1432665c746fecc5d54d6f3c28dce Author: Daan Hoogland <[email protected]> AuthorDate: Fri May 8 12:10:43 2026 +0200 download of 22.0.1 --- src/components/Releases/index.tsx | 1 + src/pages/downloads.mdx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index 1a93e0c9b..dccc29cae 100644 --- a/src/components/Releases/index.tsx +++ b/src/components/Releases/index.tsx @@ -1,6 +1,7 @@ import React from "react"; const versions = [ + '4.22.0.1', '4.22.0.0', '4.21.0.0', '4.20.3.0', diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx index a39284e14..415cf72fe 100644 --- a/src/pages/downloads.mdx +++ b/src/pages/downloads.mdx @@ -28,23 +28,23 @@ $ sha512sum --check <release-filename>.sha512 ### Source Releases -Apache CloudStack's most recent release is `4.22.0.0`. This is current +Apache CloudStack's most recent release is `4.22.0.1`. This is current CloudStack LTS release. -<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> +<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--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.0/apache-cloudstack-4.22.0.0-src.tar.bz2.asc">PGP</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.sha512">SHA512</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> <br/><br/> -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. +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. 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.0/installguide/). +Guide](https://docs.cloudstack.apache.org/en/4.22.0.1/installguide/). Instructions for building from source and upgrading from a previous version of -CloudStack to Apache CloudStack 4.22.0.0 can be found in the upgrade section of +CloudStack to Apache CloudStack 4.22.0.1 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.3.0` as part of the
