mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 01:13:09 +01:00
upgrade salt 3006.8. soup for 2.4.80
This commit is contained in:
@@ -358,6 +358,7 @@ preupgrade_changes() {
|
||||
[[ "$INSTALLEDVERSION" == 2.4.40 ]] && up_to_2.4.50
|
||||
[[ "$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
|
||||
true
|
||||
}
|
||||
|
||||
@@ -375,6 +376,7 @@ postupgrade_changes() {
|
||||
[[ "$POSTVERSION" == 2.4.40 ]] && post_to_2.4.50
|
||||
[[ "$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
|
||||
true
|
||||
}
|
||||
|
||||
@@ -448,6 +450,11 @@ post_to_2.4.70() {
|
||||
POSTVERSION=2.4.70
|
||||
}
|
||||
|
||||
post_to_2.4.80() {
|
||||
echo "Nothing to apply"
|
||||
POSTVERSION=2.4.80
|
||||
}
|
||||
|
||||
repo_sync() {
|
||||
echo "Sync the local repo."
|
||||
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
|
||||
@@ -595,6 +602,11 @@ up_to_2.4.70() {
|
||||
INSTALLEDVERSION=2.4.70
|
||||
}
|
||||
|
||||
up_to_2.4.80() {
|
||||
echo "Nothing to do for 2.4.80"
|
||||
INSTALLEDVERSION=2.4.80
|
||||
}
|
||||
|
||||
add_detection_test_pillars() {
|
||||
if [[ -n "$SOUP_INTERNAL_TESTING" ]]; then
|
||||
echo "Adding detection pillar values for automated testing"
|
||||
|
||||
Reference in New Issue
Block a user