Skip to content

Commit 56a5b69

Browse files
committed
ACS 4.20.2.0 release
1 parent af202da commit 56a5b69

File tree

5 files changed

+84
-0
lines changed

5 files changed

+84
-0
lines changed
3.4 MB
Loading
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
layout: post
3+
title: Apache CloudStack 4.20.2.0 Release
4+
tags: [announcement]
5+
authors: [weizhou]
6+
slug: cloudstack-4.20.2.0-release
7+
---
8+
9+
[![](ACS-4.20.2.0.png "Apache CloudStack 4.20.2.0 Release")](/blog/cloudstack-4.20.2.0-release)
10+
11+
The Apache CloudStack project is pleased to announce the release of CloudStack
12+
4.20.2.0.
13+
14+
<!-- truncate -->
15+
16+
The CloudStack 4.20.2.0 release is a maintenance release as part of
17+
its 4.20.x LTS branch and contains around 150 fixes and
18+
improvements since the CloudStack 4.20.1.0 release.
19+
20+
Some of the highlights include:
21+
22+
* Improvements for Vmware to KVM Migration
23+
* Fix: Potential remote code execution on Javascript engine defined rules
24+
* Fix: Lack of user permission validation leading to data leak for few APIs
25+
* Optimise VNC console performance
26+
* Some network related fixes and improvements
27+
* ScaleIO/PowerFlex smoke tests improvements and fixes
28+
* Some CloudStack Kubernetes Service (CKS) related fixes and improvements
29+
* Several UI fixes and improvements
30+
* Systemvm templates now built on Debian 12.12.0
31+
32+
CloudStack LTS branches are supported for 24 months and will receive
33+
updates for the first 18 months and only security updates in the last
34+
6 months.
35+
36+
Apache CloudStack is an integrated Infrastructure-as-a-Service (IaaS)
37+
software platform that enables users to build feature-rich public and
38+
private cloud environments. It offers an intuitive user interface and
39+
a robust API for managing compute, networking, software, and storage
40+
resources. The project became an Apache top-level project in March
41+
2013.
42+
43+
44+
More information about Apache CloudStack can be found at:
45+
https://cloudstack.apache.org/
46+
47+
## Documentation
48+
49+
What's new in CloudStack 4.20.2.0:
50+
https://docs.cloudstack.apache.org/en/4.20.2.0/releasenotes/about.html
51+
52+
The 4.20.2.0 release notes include a full list of issues fixed, as well
53+
as upgrade instructions from previous versions of Apache CloudStack, and
54+
can be found at:
55+
https://docs.cloudstack.apache.org/en/4.20.2.0/releasenotes/
56+
57+
The official installation, administration, and API documentation for
58+
each of the releases are available on our documentation page:
59+
https://docs.cloudstack.apache.org/
60+
61+
62+
## Downloads
63+
64+
The official source code for the 4.20.2.0 release can be downloaded from our
65+
downloads page:
66+
67+
https://cloudstack.apache.org/downloads.html
68+
69+
In addition to the official source code release, individual contributors
70+
have also made convenience binaries available on the Apache CloudStack
71+
download page, and can be found at:
72+
73+
- https://download.cloudstack.org/el/8/
74+
- https://download.cloudstack.org/el/9/
75+
- https://download.cloudstack.org/suse/15
76+
- https://download.cloudstack.org/ubuntu/dists/
77+
- https://www.shapeblue.com/packages/

blog/authors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ pearl:
7575
title: PMC Member
7676
url: https://github.com/Pearl1594
7777
image_url: /img/authors/pearl.jpeg
78+
79+
weizhou:
80+
name: Wei Zhou
81+
title: PMC Member
82+
url: https://github.com/weizhouapache
83+
image_url: /img/authors/weizhou.jpg

src/components/Releases/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react";
22

33
const versions = [
44
'4.21.0.0',
5+
'4.20.2.0',
56
'4.20.1.0',
67
'4.20.0.0',
78
'4.19.3.0',

static/img/authors/weizhou.jpg

178 KB
Loading

0 commit comments

Comments
 (0)