Skip to content

Commit 9664cae

Browse files
chore: merge main
1 parent d30b057 commit 9664cae

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ on:
3939
required: false
4040
description: "branch for k8s manifests to run the tests on"
4141
type: string
42-
default: "v3.4.1"
42+
default: "v3.5.1"
4343
scripted-inputs-os-list:
4444
required: false
4545
description: "list of OS used for scripted input tests"
4646
type: string
4747
default: >-
48-
["ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "ubuntu:24.04", "redhat:8.4", "redhat:8.5", "redhat:8.6", "redhat:8.8"]
48+
["ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "redhat:8.4", "redhat:8.5", "redhat:8.6", "redhat:8.8", "redhat:9.5"]
4949
upgrade-tests-ta-versions:
5050
required: false
5151
description: "List with TA versions (in 'X.X.X' format) that should be used as starting points for upgrade tests. Example: ['7.6.0', '7.7.0']"
@@ -139,7 +139,6 @@ jobs:
139139
set -o xtrace
140140
# List all files modified in the commit or PR
141141
changed_files=$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }})
142-
# changed_files=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
143142
144143
# Check if any of the changed files are not in docs/*, mkdocs.yml, or .github/workflows/docs.yml
145144
if echo "$changed_files" | grep -vqE '^(docs/|mkdocs.yml|.github/workflows/docs.yml)'; then
@@ -415,7 +414,7 @@ jobs:
415414
- uses: actions/checkout@v4
416415
- uses: actions/setup-python@v5
417416
with:
418-
python-version: "3.7"
417+
python-version: "3.9"
419418
- uses: pre-commit/action@v3.0.1
420419

421420
review_secrets:
@@ -930,7 +929,7 @@ jobs:
930929
name: package-splunkbase
931930
path: build/package/
932931
- name: Scan
933-
uses: splunk/appinspect-cli-action@v2.9
932+
uses: splunk/appinspect-cli-action@v2.10
934933
with:
935934
app_path: build/package/
936935
included_tags: ${{ matrix.tags }}
@@ -1074,9 +1073,9 @@ jobs:
10741073
run: |
10751074
poetry install --only modinput
10761075
if [ -f "tests/ucc_modinput_functional/tmp/openapi.json" ]; then
1077-
poetry run ucc-test-modinput -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1076+
poetry run ucc-test-modinput gen -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
10781077
else
1079-
poetry run ucc-test-modinput -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1078+
poetry run ucc-test-modinput gen -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
10801079
fi
10811080
- name: upload-libs-to-s3
10821081
id: upload-libs-to-s3

runbooks/update_appinspect_cli_action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Once Splunk AppInspect team releases AppInspect CLI - we need to make sure that
2222

2323
- create a PR in this repository with a new version of the action ([example PR](https://github.com/splunk/addonfactory-workflow-addon-release/pull/247))
2424
- make sure that PR is towards `main` branch
25-
- make sure the tile of the PR follows the format: "fix: update AppInspect CLI action to v.X.Y"
25+
- make sure the title of the PR follows the format: "fix: update AppInspect CLI action to v.X.Y"
2626
- make sure that the pipeline is green
2727
- attach a link to a test run of reusable workflow
2828
- get review from the team

0 commit comments

Comments
 (0)