From 0086c247296b226dde56c83271ac47664672bb89 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Fri, 3 Nov 2023 15:21:06 -0400 Subject: [PATCH] Upgrade Elastic Agent --- salt/manager/tools/sbin/soup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 263fab7d0..27c6cb98d 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -431,8 +431,7 @@ post_to_2.4.4() { } post_to_2.4.5() { - echo "Regenerating Elastic Agent Installers" - /sbin/so-elastic-agent-gen-installers + echo "Nothing to apply" POSTVERSION=2.4.5 } @@ -449,7 +448,8 @@ post_to_2.4.20() { } post_to_2.4.30() { - echo "Nothing to apply" + echo "Regenerating Elastic Agent Installers" + /sbin/so-elastic-agent-gen-installers POSTVERSION=2.4.30 } @@ -511,7 +511,7 @@ up_to_2.4.4() { } up_to_2.4.5() { - determine_elastic_agent_upgrade + echo "Nothing to do for 2.4.5" INSTALLEDVERSION=2.4.5 } @@ -529,7 +529,7 @@ up_to_2.4.20() { } up_to_2.4.30() { - echo "Nothing to do for 2.4.30" + determine_elastic_agent_upgrade INSTALLEDVERSION=2.4.30 }