From 8464e46b53fafe3768e3d1a534f34a86dc13bf3f Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 13 Oct 2025 15:09:25 +0530 Subject: [PATCH] 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 --------- Signed-off-by: Rohit Yadav Co-authored-by: Wei Zhou --- pom.xml | 2 +- .../systemvmtemplate/scripts/configure_systemvm_services.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a605f95372b..7a7aa985851 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ UTF-8 UTF-8 https://download.cloudstack.org/systemvm - 4.20.2.0 + 4.22.0.0 apache https://sonarcloud.io diff --git a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh index 219586a9729..8bc71d29c1c 100755 --- a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh +++ b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh @@ -19,7 +19,7 @@ set -e set -x -CLOUDSTACK_RELEASE=4.21.0 +CLOUDSTACK_RELEASE=4.22.0 function configure_apache2() { # Enable ssl, rewrite and auth