Skip to content

Commit

Permalink
chore(release): merge develop to main (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk authored Jun 21, 2024
2 parents 0e9c5ba + 2960896 commit 1980a42
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
required: false
description: "branch for k8s manifests to run the tests on"
type: string
default: "v3.0.0"
default: "v3.0.2"
secrets:
GH_TOKEN_ADMIN:
description: Github admin token
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
submodules: false
persist-credentials: false
- id: matrix
uses: splunk/addonfactory-test-matrix-action@v1.13
uses: splunk/addonfactory-test-matrix-action@v2.0.0
- name: Combined Splunk and SC4S Versions
id: combined_Splunkmatrix
run: |
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
fetch-depth: "0"
ref: ${{ github.head_ref }}
- name: Secret Scanning Trufflehog
uses: trufflesecurity/trufflehog@v3.77.0
uses: trufflesecurity/trufflehog@v3.78.0
with:
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
version: 3.77.0
Expand Down Expand Up @@ -911,7 +911,7 @@ jobs:
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}

container:
image: ghcr.io/splunk/workflow-engine-base:4.0.0
image: ghcr.io/splunk/workflow-engine-base:4.1.0
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1144,7 +1144,7 @@ jobs:
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}

container:
image: ghcr.io/splunk/workflow-engine-base:4.0.0
image: ghcr.io/splunk/workflow-engine-base:4.1.0
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1356,7 +1356,7 @@ jobs:
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
marker: ${{ fromJson(inputs.ui_marker) }}
container:
image: ghcr.io/splunk/workflow-engine-base:4.0.0
image: ghcr.io/splunk/workflow-engine-base:4.1.0
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1589,7 +1589,7 @@ jobs:
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
marker: ${{ fromJson(inputs.marker) }}
container:
image: ghcr.io/splunk/workflow-engine-base:4.0.0
image: ghcr.io/splunk/workflow-engine-base:4.1.0
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1818,7 +1818,7 @@ jobs:
splunk: ${{ fromJson(needs.meta.outputs.matrix_combinedSplunkversion) }}
os: [ "ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "centos:7", "redhat:8.0", "redhat:8.2", "redhat:8.3", "redhat:8.4", "redhat:8.5" ]
container:
image: ghcr.io/splunk/workflow-engine-base:4.0.0
image: ghcr.io/splunk/workflow-engine-base:4.1.0
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down

0 comments on commit 1980a42

Please sign in to comment.