Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump Splunk version #170

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions config/splunk_matrix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ LATEST = 9.2
OLDEST = 9.1

[9.2]
VERSION = 9.2.0
BUILD = 1fff88043d5f
VERSION = 9.2.2
BUILD = d76edf6f0a15
SUPPORTED = 2026-01-31
PYTHON3 = true
PYTHON2 = false
Expand All @@ -13,8 +13,8 @@ METRICS_MULTI = true
INPUT_LOOKUP = true

[9.1]
VERSION = 9.1.3
BUILD = d95b3299fa65
VERSION = 9.1.5
BUILD = 29befd543def
SUPPORTED = 2025-07-06
PYTHON3 = true
PYTHON2 = false
Expand All @@ -23,8 +23,8 @@ METRICS_MULTI = true
INPUT_LOOKUP = true

[9.0]
VERSION = 9.0.8
BUILD = 4fb5067d40d2
VERSION = 9.0.10
BUILD = f551b9b500f8
SUPPORTED = 2024-06-14
PYTHON3 = true
PYTHON2 = false
Expand Down Expand Up @@ -81,3 +81,4 @@ PYTHON2 = true
SWC = true
METRICS_MULTI = false
INPUT_LOOKUP = false

Loading