Latest CloudStack Releases

The CloudStack community maintains two types of releases; the main releases and the LTS (Long Term Support) releases. The LTS releases receive bug and security fixes for a period of 18 months after the main release (for more details click here). The main releases receive only critical bug fixes for a short period. The general expectation is that the users of the main version will upgrade to a new version in order to receive fixes.

Source Releases

Apache CloudStack's most recent release is 4.18.1.0.

This is current CloudStack LTS release.

Full release notes can be found in the version 4.18.1.0 Release Notes website.

Instructions for building from source and installing Apache CloudStack can be found in the Installation Guide. Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack 4.18.1.0 can be found in the upgrade section of the Release Notes (see above).


The latest CloudStack LTS maintenance release is 4.17.2.0 as part of the LTS 4.17.x releases.

Full release notes can be found in the version 4.17.2.0 Release Notes website.


Instructions for building from source and installing Apache CloudStack can be found in the Installation Guide. Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack 4.17 can be found in the upgrade section of the Release Notes (see above).

Verifying Downloads

It's essential that you verify the integrity of the downloaded files using the PGP or SHA512 signatures. The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using:

    % pgpk -a KEYS
    % pgpv apache-cloudstack-X.X.X-src.tar.bz2.asc

or

    % pgp -ka KEYS
    % pgp apache-cloudstack-X.X.X-src.tar.bz2.asc

or

    % gpg --import KEYS
    % gpg --verify apache-cloudstack-X.X.X-src.tar.bz2.asc apache-cloudstack-X.X.X-src.tar.bz2

Please see CheckingSignatures for a more extensive explanation of the pgp verification.

Additionally, you can verify the SHA512 signatures on the files, by performing

    % sha512sum --check apache-cloudstack-X.X.X-src.tar.bz2.sha512

Packages

Community Packages

For easier installation or upgrades, the official source code release has been supplemented by community members who have chosen to provide package repositories that also include noredis libraries.

Instructions for using these community provided repositories can be found in the Configure Package Repository section of the Installation Guide.

Packages Hosted by 3rd Parties

Apache CloudStack's CloudMonkey tool is a CLI and shell environment designed for interacting with CloudStack-based clouds.

Source Release

CloudMonkey's current release is 6.3.0.

Binary Builds Release

For easier installation or upgrades, the official source code release has been supplemented by community members who have pushed the binary to the Apache CloudStack CloudMonkey Github release page.

For installing, upgrade, usage, please see the documentation at wiki.