Skip to content

Commit 75a8950

Browse files
authored
[updatecli] Bump elastic stack version to 8.12.0 (#1474)
* chore: Update elastic stack version to 8.12.0 Made with ❤️️ by updatecli * chore: Update elastic stack version to 8.12.0 Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine <[email protected]>
1 parent 10a1c43 commit 75a8950

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
stack-version:
6868
- '8.0.0-SNAPSHOT'
69-
- '8.11.3'
69+
- '8.12.0'
7070
scope:
7171
- '@elastic/apm-rum'
7272
- '@elastic/apm-rum-core'
@@ -104,4 +104,4 @@ jobs:
104104
uses: ./.github/workflows/run-test
105105
with:
106106
goal: 'coverage'
107-
stack-version: '8.11.3'
107+
stack-version: '8.12.0'

.github/workflows/microbenchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
stack_version:
77
description: 'Stack Version'
8-
default: '8.11.3'
8+
default: '8.12.0'
99
required: false
1010
push:
1111
branches:
@@ -28,7 +28,7 @@ jobs:
2828
name: Run buildkite pipeline
2929
uses: elastic/apm-pipeline-library/.github/actions/buildkite@current
3030
env:
31-
STACK_VERSION: ${{ inputs.stack_version || '8.11.3' }}
31+
STACK_VERSION: ${{ inputs.stack_version || '8.12.0' }}
3232
with:
3333
vaultUrl: ${{ secrets.VAULT_ADDR }}
3434
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}

0 commit comments

Comments
 (0)