From c412565150fe6d0e17b5c3398888d319a12e505b Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 24 Aug 2023 15:05:42 +0000 Subject: [PATCH 1/2] chore: Updated to content "'8.9.1'" in file ".github/workflows/ci.yml" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bc44ec00..7d63a918e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: matrix: stack-version: - '8.0.0-SNAPSHOT' - - '8.8.1' + - '8.9.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.8.1' + stack-version: '8.9.1' From b7c0037b0138ddfbdf904eb6b6bf244e64662232 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 24 Aug 2023 15:05:43 +0000 Subject: [PATCH 2/2] chore: Updated to content "'8.9.1'" in file ".github/workflows/microb... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enchmark.yml" Made with ❤️️ by updatecli --- .github/workflows/microbenchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index 043b89ab9..0e4a0c677 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.6.1' + default: '8.9.1' 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.6.1' }} + STACK_VERSION: ${{ inputs.stack_version || '8.9.1' }} with: vaultUrl: ${{ secrets.VAULT_ADDR }} vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}