Skip to content

Commit 9522e93

Browse files
committed
up to 9.3.2
1 parent b54907b commit 9522e93

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/splunkconf-cloud-recovery.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
264264
# 20240917 add splunktargetbinary=sc4s logic
265265
# 20241020 add splunkswapmemode tag to control swapme activation and mode
266266
# 20241029 add mke2fs options to speed up initialization for big disks
267+
# 20241115 up to 9.3.2
267268

268-
VERSION="20241029a"
269+
VERSION="20241115a"
269270

270271
# dont break script on error as we rely on tests for this
271272
set +e
@@ -1581,8 +1582,8 @@ fi # if not upgrade
15811582
echo "#************************************** SPLUNK SOFTWARE BINARY INSTALLATION ************************"
15821583
# Splunk installation
15831584
# note : if you update here, that could update Splunk version at reinstanciation (redeploy backup while upgrading to this version), make sure you know what you do !
1584-
splversion="9.3.1"
1585-
splhash="0b8d769cb912"
1585+
splversion="9.3.2"
1586+
splhash="d8bb32809498"
15861587
splversionhash=${splversion}-${splhash}""
15871588
# this is spl arch, arch will be the one from os
15881589
splarch="x86_64"

0 commit comments

Comments
 (0)