Update soup

This commit is contained in:
Mike Reeves
2022-07-06 16:36:57 -04:00
committed by GitHub
parent c00d33632a
commit c819d3a558

View File

@@ -456,6 +456,7 @@ postupgrade_changes() {
[[ "$POSTVERSION" == 2.3.100 ]] && post_to_2.3.110 [[ "$POSTVERSION" == 2.3.100 ]] && post_to_2.3.110
[[ "$POSTVERSION" == 2.3.110 ]] && post_to_2.3.120 [[ "$POSTVERSION" == 2.3.110 ]] && post_to_2.3.120
[[ "$POSTVERSION" == 2.3.120 ]] && post_to_2.3.130 [[ "$POSTVERSION" == 2.3.120 ]] && post_to_2.3.130
[[ "$POSTVERSION" == 2.3.130 ]] && post_to_2.3.140
true true
@@ -532,6 +533,11 @@ post_to_2.3.130() {
POSTVERSION=2.3.130 POSTVERSION=2.3.130
} }
post_to_2.3.140() {
echo "Post Processing for 2.3.140"
POSTVERSION=2.3.140
}
stop_salt_master() { stop_salt_master() {