Skip to content

Commit

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

Made with ❤️️ by updatecli

* chore: Update elastic stack version to 8.13.0

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Apr 4, 2024
1 parent 48c62d8 commit 58c8fa5
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.12.2'
- '8.13.0'
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.12.2'
stack-version: '8.13.0'
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.12.2'
default: '8.13.0'
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.12.2' }}
STACK_VERSION: ${{ inputs.stack_version || '8.13.0' }}
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
Expand Down

0 comments on commit 58c8fa5

Please sign in to comment.