Upgrade Elastic Agent

This commit is contained in:
Josh Brower
2023-11-03 15:21:06 -04:00
parent b74aa32deb
commit 0086c24729

View File

@@ -431,8 +431,7 @@ post_to_2.4.4() {
} }
post_to_2.4.5() { post_to_2.4.5() {
echo "Regenerating Elastic Agent Installers" echo "Nothing to apply"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.5 POSTVERSION=2.4.5
} }
@@ -449,7 +448,8 @@ post_to_2.4.20() {
} }
post_to_2.4.30() { post_to_2.4.30() {
echo "Nothing to apply" echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.30 POSTVERSION=2.4.30
} }
@@ -511,7 +511,7 @@ up_to_2.4.4() {
} }
up_to_2.4.5() { up_to_2.4.5() {
determine_elastic_agent_upgrade echo "Nothing to do for 2.4.5"
INSTALLEDVERSION=2.4.5 INSTALLEDVERSION=2.4.5
} }
@@ -529,7 +529,7 @@ up_to_2.4.20() {
} }
up_to_2.4.30() { up_to_2.4.30() {
echo "Nothing to do for 2.4.30" determine_elastic_agent_upgrade
INSTALLEDVERSION=2.4.30 INSTALLEDVERSION=2.4.30
} }