Skip to content

Commit 096c126

Browse files
committed
up to 10.0.0
1 parent 81aba1d commit 096c126

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
@@ -273,8 +273,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
273273
# 20250609 adding compat layer for splunkenableunifiedpartition
274274
# 20250610 change mke2fs options so it create more inodes per G , to prevent from a inode shortage especially with small FS and unified partition mode
275275
# 20250715 update/fix timer service settings
276+
# 20250807 up to 10.0.0
276277

277-
VERSION="20250715a"
278+
VERSION="20250807a"
278279

279280
# dont break script on error as we rely on tests for this
280281
set +e
@@ -1599,8 +1600,8 @@ fi # if not upgrade
15991600
echo "#************************************** SPLUNK SOFTWARE BINARY INSTALLATION ************************"
16001601
# Splunk installation
16011602
# 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 !
1602-
splversion="9.4.2"
1603-
splhash="e9664af3d956"
1603+
splversion="10.0.0"
1604+
splhash="e8eb0c4654f8"
16041605
splversionhash=${splversion}-${splhash}""
16051606
# this is spl arch, arch will be the one from os
16061607
splarch="x86_64"

0 commit comments

Comments
 (0)