diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 13b8605e0..ecdd30fe5 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -386,6 +386,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.4.60 ]] && up_to_2.4.70 [[ "$INSTALLEDVERSION" == 2.4.70 ]] && up_to_2.4.80 [[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.90 + [[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.100 true } @@ -658,9 +659,12 @@ up_to_2.4.80() { } up_to_2.4.90() { + INSTALLEDVERSION=2.4.90 +} +up_to_2.4.100() { # Elastic Update for this release, so download Elastic Agent files determine_elastic_agent_upgrade - INSTALLEDVERSION=2.4.90 + INSTALLEDVERSION=2.4.100 } add_detection_test_pillars() {