This is an automated email from the ASF dual-hosted git repository.

yadvr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e44a45  build: bump minimum CloudStack version to 4.22 (#7)
3e44a45 is described below

commit 3e44a45f8fd246dfcf6a0623a6c3676aab0bd1a9
Author: Vinycios Bergamo <[email protected]>
AuthorDate: Wed Apr 29 00:39:12 2026 -0300

    build: bump minimum CloudStack version to 4.22 (#7)
    
    Updated the version check in install.sh to require a minimum of
    CloudStack 4.21 -> 4.22.
---
 install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index f2163ea..b18ad2e 100644
--- a/install.sh
+++ b/install.sh
@@ -774,7 +774,7 @@ configure_cloudstack_repo() {
     if [[ -z "$repo_entry" ]]; then
         # Set default repo_entry based on OS
         local default_repo_url="https://download.cloudstack.org";
-        local default_cs_version="4.21"
+        local default_cs_version="4.22"
         # Build default repo_entry depending on distro
         case "$OS_TYPE" in
             ubuntu|debian)
@@ -797,7 +797,7 @@ configure_cloudstack_repo() {
         width=60
         prompt_text="Enter the CloudStack repository url:"
         if [[ "$OS_TYPE" =~ ^(ubuntu|debian)$ ]]; then
-            prompt_text="Enter the CloudStack repository url.\n\nSupported 
formats:\n• Ubuntu-style (deb ... ubuntu codename version)\n• Flat layout (deb 
... /)\nExample: deb [signed-by=...] 
http://packages.shapeblue.com/cloudstack/upstream/debian/4.21/ /"
+            prompt_text="Enter the CloudStack repository url.\n\nSupported 
formats:\n• Ubuntu-style (deb ... ubuntu codename version)\n• Flat layout (deb 
... /)\nExample: deb [signed-by=...] 
http://packages.shapeblue.com/cloudstack/upstream/debian/4.22/ /"
             width=90
         fi
         height=$(( $(echo -e "$prompt_text" | wc -l) + 8 ))

Reply via email to