From 9e3d8beae5e58314ca486cd9ff96fc2ce852818f Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:09:32 +1000 Subject: [PATCH] [updatecli] Bump elastic stack version to 8.14.0 (#1501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update elastic stack version to 8.14.0 Made with ❤️️ by updatecli * chore: Update elastic stack version to 8.14.0 Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine Co-authored-by: Alberto Delgado Roda --- .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 9f6e1097a..46f31e92a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: matrix: stack-version: - '8.0.0-SNAPSHOT' - - '8.13.4' + - '8.14.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.13.4' + stack-version: '8.14.0' diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index de1231ac6..c752cbafa 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.13.4' + default: '8.14.0' required: false push: branches: @@ -26,7 +26,7 @@ jobs: - name: Run buildkite pipeline uses: elastic/oblt-actions/buildkite/run@v1.4.0 env: - STACK_VERSION: ${{ inputs.stack_version || '8.13.4' }} + STACK_VERSION: ${{ inputs.stack_version || '8.14.0' }} with: token: ${{ secrets.BUILDKITE_TOKEN }} pipeline: apm-agent-microbenchmark