diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index d31ee997b..f8221a4f4 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -393,6 +393,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.4.2 ]] && up_to_2.4.3 [[ "$INSTALLEDVERSION" == 2.4.3 ]] && up_to_2.4.4 [[ "$INSTALLEDVERSION" == 2.4.4 ]] && up_to_2.4.5 + [[ "$INSTALLEDVERSION" == 2.4.5 ]] && up_to_2.4.10 true } @@ -403,6 +404,7 @@ postupgrade_changes() { [[ "$POSTVERSION" == 2.4.2 ]] && post_to_2.4.3 [[ "$POSTVERSION" == 2.4.3 ]] && post_to_2.4.4 [[ "$POSTVERSION" == 2.4.4 ]] && post_to_2.4.5 + [[ "$POSTVERSION" == 2.4.5 ]] && post_to_2.4.10 true } @@ -422,6 +424,11 @@ post_to_2.4.5() { POSTVERSION=2.4.5 } +post_to_2.4.10() { + echo "Nothing to apply" + POSTVERSION=2.4.10 +} + stop_salt_master() { # kill all salt jobs across the grid because the hang indefinitely if they are queued and salt-master restarts set +e @@ -482,6 +489,12 @@ up_to_2.4.5() { INSTALLEDVERSION=2.4.5 } +up_to_2.4.10() { + echo "Nothing to do for 2.4.10" + + INSTALLEDVERSION=2.4.10 +} + determine_elastic_agent_upgrade() { if [[ $is_airgap -eq 0 ]]; then update_elastic_agent_airgap