Skip to content

Commit

Permalink
fix: add new Splunk version 9.4.0 (#183)
Browse files Browse the repository at this point in the history
Splunk 9.4 was released and image published on Dockerhub on 31.12.2024
CI is broken as of now so creating this PR manually.

Test runs:
-
https://github.com/splunk/splunk-add-on-for-google-workspace/actions/runs/12653931014
-
https://github.com/splunk/splunk-add-on-for-cisco-meraki/actions/runs/12653924089
  • Loading branch information
mbruzda-splunk authored Jan 8, 2025
1 parent a4e73bd commit 0f58fe0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: "Add on factory test matrix"
description: "This tool automates the selection matrix dimensions"
runs:
using: "docker"
image: docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v2.1.11
image: Dockerfile
12 changes: 11 additions & 1 deletion config/splunk_matrix.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[GENERAL]
LATEST = 9.3
LATEST = 9.4
OLDEST = 9.1

[9.4]
VERSION = 9.4.0
BUILD = 6b4ebe426ca6
SUPPORTED = 2026-12-16
PYTHON3 = true
PYTHON2 = false
SWC = true
METRICS_MULTI = true
INPUT_LOOKUP = true

[9.3]
VERSION = 9.3.2
BUILD = d8bb32809498
Expand Down

0 comments on commit 0f58fe0

Please sign in to comment.