Skip to content

Commit 6e145cb

Browse files
committed
up to 10.2.0
1 parent 1c3255b commit 6e145cb

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
@@ -276,8 +276,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
276276
# 20250807 up to 10.0.0
277277
# 20251113 reduce verbosity for tar mode deployment
278278
# 20251215 update cleanssm timer to rely in unit
279+
# 20260119 up to 10.2.0
279280

280-
VERSION="20251215a"
281+
VERSION="20260119a"
281282

282283
# dont break script on error as we rely on tests for this
283284
set +e
@@ -1602,8 +1603,8 @@ fi # if not upgrade
16021603
echo "#************************************** SPLUNK SOFTWARE BINARY INSTALLATION ************************"
16031604
# Splunk installation
16041605
# 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 !
1605-
splversion="10.0.0"
1606-
splhash="e8eb0c4654f8"
1606+
splversion="10.2.0"
1607+
splhash="d749cb17ea65"
16071608
splversionhash=${splversion}-${splhash}""
16081609
# this is spl arch, arch will be the one from os
16091610
splarch="x86_64"

0 commit comments

Comments
 (0)