From f2ad4c40e6506d2909570a7ab05e6991b6c471c0 Mon Sep 17 00:00:00 2001 From: weslambert Date: Wed, 24 Jul 2024 10:38:05 -0400 Subject: [PATCH] Fix update for 2.4.90 --- salt/manager/tools/sbin/soup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 7facde9a6..13b8605e0 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -385,7 +385,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.4.50 ]] && up_to_2.4.60 [[ "$INSTALLEDVERSION" == 2.4.60 ]] && up_to_2.4.70 [[ "$INSTALLEDVERSION" == 2.4.70 ]] && up_to_2.4.80 - [[ "$INSTALLEDVERSION" == 2.4.80 ]] && + [[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.90 true } @@ -660,7 +660,7 @@ up_to_2.4.80() { up_to_2.4.90() { # Elastic Update for this release, so download Elastic Agent files determine_elastic_agent_upgrade - INSTALLEDVERSION=2.4.30 + INSTALLEDVERSION=2.4.90 } add_detection_test_pillars() {