Skip to content

Commit 8464e46

Browse files
PR #11778 with changes for main branch (#11781)
* systemvmtemplate: Bump Debian version to 12.12.0 * systemvmtemplate: bump version to 4.22 This bumps the systemvmtemplate version to 4.22 for use with the main/4.22 branch. Signed-off-by: Rohit Yadav <[email protected]> --------- Signed-off-by: Rohit Yadav <[email protected]> Co-authored-by: Wei Zhou <[email protected]>
1 parent 0e93ae3 commit 8464e46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252
<project.systemvm.template.location>https://download.cloudstack.org/systemvm</project.systemvm.template.location>
53-
<project.systemvm.template.version>4.20.2.0</project.systemvm.template.version>
53+
<project.systemvm.template.version>4.22.0.0</project.systemvm.template.version>
5454
<sonar.organization>apache</sonar.organization>
5555
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5656

tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
set -e
2020
set -x
2121

22-
CLOUDSTACK_RELEASE=4.21.0
22+
CLOUDSTACK_RELEASE=4.22.0
2323

2424
function configure_apache2() {
2525
# Enable ssl, rewrite and auth

0 commit comments

Comments
 (0)