Skip to content

Commit

Permalink
[updatecli] Bump elastic stack version to 8.13.4 (#1494)
Browse files Browse the repository at this point in the history
* chore: Update elastic stack version to 8.13.3

Made with ❤️️ by updatecli

* chore: Update elastic stack version to 8.13.3

Made with ❤️️ by updatecli

* chore: Update elastic stack version to 8.13.4

Made with ❤️️ by updatecli

* chore: Update elastic stack version to 8.13.4

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
apmmachine and apmmachine committed May 15, 2024
1 parent 0e755fb commit 2488484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
stack-version:
- '8.0.0-SNAPSHOT'
- '8.13.0'
- '8.13.4'
scope:
- '@elastic/apm-rum'
- '@elastic/apm-rum-core'
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
uses: ./.github/workflows/run-test
with:
goal: 'coverage'
stack-version: '8.13.0'
stack-version: '8.13.4'
4 changes: 2 additions & 2 deletions .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
stack_version:
description: 'Stack Version'
default: '8.13.0'
default: '8.13.4'
required: false
push:
branches:
Expand All @@ -28,7 +28,7 @@ jobs:
name: Run buildkite pipeline
uses: elastic/apm-pipeline-library/.github/actions/buildkite@current
env:
STACK_VERSION: ${{ inputs.stack_version || '8.13.0' }}
STACK_VERSION: ${{ inputs.stack_version || '8.13.4' }}
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
Expand Down

0 comments on commit 2488484

Please sign in to comment.