Add function for 2.4.100

This commit is contained in:
weslambert
2024-07-29 13:18:07 -04:00
committed by GitHub
parent 5cba4d7d9b
commit c753a7cffa

View File

@@ -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() {