Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
with:
app_id: apius_lang_entropy
version: ${{ needs.version.outputs.version }}
# Splunk versions this app supports (declared on the Splunkbase release).
# Floor is 9.2 — the app uses statistics.fmean/quantiles (Python 3.8+),
# and 9.0/9.1 ship Python 3.7. 10.2+ is enabled by python.required.
splunk_versions: "9.2,9.3,9.4,10.0,10.1,10.2,10.3,10.4,10.5"
# Splunkbase listing id (repo variable). Empty -> Splunkbase publish is
# skipped by the reusable workflow; the manual approval gate lives in the
# `splunkbase` Environment.
Expand Down
1 change: 1 addition & 0 deletions apius_lang_entropy/default/commands.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
filename = entropy_command.py
chunked = true
python.version = python3
python.required = 3.9
2 changes: 2 additions & 0 deletions apius_lang_entropy/default/restmap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ output_modes = json
passPayload = true
passHttpHeaders = true
python.version = python3
python.required = 3.9

[script:entropy_lab]
match = /entropy_lab
Expand All @@ -19,3 +20,4 @@ output_modes = json
passPayload = true
passHttpHeaders = true
python.version = python3
python.required = 3.9
Loading