Skip to content

Commit d86118e

Browse files
ci(release): Add compatibility input
1 parent 13f36f6 commit d86118e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
type: string
88
required: true
99
description: Tag name with v prefix
10+
splunk_versions:
11+
type: string
12+
required: true
13+
description: Splunk compatible versions
14+
default: 9.4,9.3,9.2,9.1,9.0,8.2,8.1,8.0,7.3,7.2,7.1,7.0
1015
publish-to-splunkbase:
1116
type: boolean
1217
description: Publish to Splunkbase
@@ -142,5 +147,5 @@ jobs:
142147
-F "files[]=@${{ env.PACKAGE_NAME }}" \
143148
-F "filename=${{ env.PACKAGE_NAME }}" \
144149
-F "cim_versions=5.x" \
145-
-F "splunk_versions=9.x" \
150+
-F "splunk_versions=${{ github.event.inputs.splunk_versions }}" \
146151
-F "visibility=true"

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this librar
1111
Splunk app: i.e. all files and folders except ones that are ignored by the `.slimignore` file.
1212

1313

14+
---
15+
16+
## [1.1.1](https://github.com/crowdsecurity/crowdsec-splunk-app/releases/tag/v1.1.1) - 2025-04-21
17+
18+
[_Compare with previous release_](https://github.com/crowdsecurity/crowdsec-splunk-app/compare/v1.1.0...v1.1.1)
19+
20+
### Fixed
21+
22+
- Fix Splunk compatible versions list
23+
1424
---
1525

1626
## [1.1.0](https://github.com/crowdsecurity/crowdsec-splunk-app/releases/tag/v1.1.0) - 2025-04-18

app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"group": null,
77
"name": "crowdsec-splunk-app",
8-
"version": "1.1.0"
8+
"version": "1.1.1"
99
},
1010
"author": [
1111
{

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ label = CrowdSec
1717
[launcher]
1818
author=CrowdSec
1919
description=This app leverages the CrowdSec's CTI API to perform lookups on IPs
20-
version=1.1.0
20+
version=1.1.1
2121

2222
[package]
2323
id = crowdsec-splunk-app

0 commit comments

Comments
 (0)