From dfd5e95c93de98f95b9357e34e3587d25432558b Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 26 Jun 2024 12:37:28 -0400 Subject: [PATCH] start soup 2.4.90 --- salt/manager/tools/sbin/soup | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 63df4eb25..656e9b3d9 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -385,6 +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 ]] && up_to_2.4.90 true } @@ -403,6 +404,7 @@ postupgrade_changes() { [[ "$POSTVERSION" == 2.4.50 ]] && post_to_2.4.60 [[ "$POSTVERSION" == 2.4.60 ]] && post_to_2.4.70 [[ "$POSTVERSION" == 2.4.70 ]] && post_to_2.4.80 + [[ "$POSTVERSION" == 2.4.80 ]] && post_to_2.4.90 true } @@ -482,6 +484,11 @@ post_to_2.4.80() { POSTVERSION=2.4.80 } +post_to_2.4.90() { + echo "Nothing to apply" + POSTVERSION=2.4.90 +} + repo_sync() { echo "Sync the local repo." su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync." @@ -650,6 +657,11 @@ up_to_2.4.80() { INSTALLEDVERSION=2.4.80 } +up_to_2.4.90() { + echo "Nothing to apply" + INSTALLEDVERSION=2.4.90 +} + add_detection_test_pillars() { if [[ -n "$SOUP_INTERNAL_TESTING" ]]; then echo "Adding detection pillar values for automated testing"