From 51c9f1e848497584af6ad28e8f8901fa590f20ee Mon Sep 17 00:00:00 2001 From: obltmachine <150269514+obltmachine@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:40:14 +0200 Subject: [PATCH] [updatecli] Bump elastic stack version to 8.14.1 (#1508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update elastic stack version to 8.14.1 Made with ❤️️ by updatecli * chore: Update elastic stack version to 8.14.1 Made with ❤️️ by updatecli --- .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 46f31e92a..877678e79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: matrix: stack-version: - '8.0.0-SNAPSHOT' - - '8.14.0' + - '8.14.1' scope: - '@elastic/apm-rum' - '@elastic/apm-rum-core' @@ -104,4 +104,4 @@ jobs: uses: ./.github/workflows/run-test with: goal: 'coverage' - stack-version: '8.14.0' + stack-version: '8.14.1' diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index c752cbafa..e9ae44643 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.14.0' + default: '8.14.1' 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.14.0' }} + STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }} with: token: ${{ secrets.BUILDKITE_TOKEN }} pipeline: apm-agent-microbenchmark