This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch acs-4.20.2.0-release in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
commit 087bb156fa765fa1ef803d743fa8cab3be2c4c66 Author: Wei Zhou <[email protected]> AuthorDate: Fri Oct 24 12:42:36 2025 +0200 ACS 4.20.2.0 release --- .../ACS-4.20.2.0.png | Bin 0 -> 3561930 bytes .../index.md | 77 +++++++++++++++++++++ blog/authors.yml | 6 ++ src/components/Releases/index.tsx | 1 + static/img/authors/weizhou.jpg | Bin 0 -> 181918 bytes 5 files changed, 84 insertions(+) diff --git a/blog/2025-10-24-cloudstack-4.20.2.0-release/ACS-4.20.2.0.png b/blog/2025-10-24-cloudstack-4.20.2.0-release/ACS-4.20.2.0.png new file mode 100644 index 000000000..7a344a029 Binary files /dev/null and b/blog/2025-10-24-cloudstack-4.20.2.0-release/ACS-4.20.2.0.png differ diff --git a/blog/2025-10-24-cloudstack-4.20.2.0-release/index.md b/blog/2025-10-24-cloudstack-4.20.2.0-release/index.md new file mode 100644 index 000000000..60111d84e --- /dev/null +++ b/blog/2025-10-24-cloudstack-4.20.2.0-release/index.md @@ -0,0 +1,77 @@ +--- +layout: post +title: Apache CloudStack 4.20.2.0 Release +tags: [announcement] +authors: [weizhou] +slug: cloudstack-4.20.2.0-release +--- + +[](/blog/cloudstack-4.20.2.0-release) + +The Apache CloudStack project is pleased to announce the release of CloudStack +4.20.2.0. + +<!-- truncate --> + +The CloudStack 4.20.2.0 release is a maintenance release as part of +its 4.20.x LTS branch and contains around 150 fixes and +improvements since the CloudStack 4.20.1.0 release. + +Some of the highlights include: + +* Improvements for Vmware to KVM Migration +* Fix: Potential remote code execution on Javascript engine defined rules +* Fix: Lack of user permission validation leading to data leak for few APIs +* Optimise VNC console performance +* Some network related fixes and improvements +* ScaleIO/PowerFlex smoke tests improvements and fixes +* Some CloudStack Kubernetes Service (CKS) related fixes and improvements +* Several UI fixes and improvements +* Systemvm templates now built on Debian 12.12.0 + +CloudStack LTS branches are supported for 24 months and will receive +updates for the first 18 months and only security updates in the last +6 months. + +Apache CloudStack is an integrated Infrastructure-as-a-Service (IaaS) +software platform that enables users to build feature-rich public and +private cloud environments. It offers an intuitive user interface and +a robust API for managing compute, networking, software, and storage +resources. The project became an Apache top-level project in March +2013. + + +More information about Apache CloudStack can be found at: +https://cloudstack.apache.org/ + +## Documentation + +What's new in CloudStack 4.20.2.0: +https://docs.cloudstack.apache.org/en/4.20.2.0/releasenotes/about.html + +The 4.20.2.0 release notes include a full list of issues fixed, as well +as upgrade instructions from previous versions of Apache CloudStack, and +can be found at: +https://docs.cloudstack.apache.org/en/4.20.2.0/releasenotes/ + +The official installation, administration, and API documentation for +each of the releases are available on our documentation page: +https://docs.cloudstack.apache.org/ + + +## Downloads + +The official source code for the 4.20.2.0 release can be downloaded from our +downloads page: + +https://cloudstack.apache.org/downloads.html + +In addition to the official source code release, individual contributors +have also made convenience binaries available on the Apache CloudStack +download page, and can be found at: + +- https://download.cloudstack.org/el/8/ +- https://download.cloudstack.org/el/9/ +- https://download.cloudstack.org/suse/15 +- https://download.cloudstack.org/ubuntu/dists/ +- https://www.shapeblue.com/packages/ diff --git a/blog/authors.yml b/blog/authors.yml index 064ccf4a6..016857093 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -75,3 +75,9 @@ pearl: title: PMC Member url: https://github.com/Pearl1594 image_url: /img/authors/pearl.jpeg + +weizhou: + name: Wei Zhou + title: PMC Member + url: https://github.com/weizhouapache + image_url: /img/authors/weizhou.jpg diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index a3f7b6bdf..b06e4d574 100644 --- a/src/components/Releases/index.tsx +++ b/src/components/Releases/index.tsx @@ -2,6 +2,7 @@ import React from "react"; const versions = [ '4.21.0.0', + '4.20.2.0', '4.20.1.0', '4.20.0.0', '4.19.3.0', diff --git a/static/img/authors/weizhou.jpg b/static/img/authors/weizhou.jpg new file mode 100644 index 000000000..93887719d Binary files /dev/null and b/static/img/authors/weizhou.jpg differ
