From 58c8fa514f6cdc781c76cafb66421f8ecb0dfbab Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:25:56 -0400 Subject: [PATCH] [updatecli] Bump elastic stack version to 8.13.0 (#1492) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/microbenchmark.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49c499cce..5fed5236c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -104,4 +104,4 @@ jobs: uses: ./.github/workflows/run-test with: goal: 'coverage' - stack-version: '8.12.2' + stack-version: '8.13.0' diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index c71988859..1b10c50f5 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.12.2' + default: '8.13.0' required: false push: branches: @@ -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 }}