From 5a1c234ec6bb4a1e6836c7bada9794588fc98b8f Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 8 Sep 2023 15:05:37 +0000 Subject: [PATCH 1/2] chore: Update elastic stack version to 8.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 0e4a0c677..3c3eb74f7 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.9.1' + default: '8.9.2' 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.9.1' }} + STACK_VERSION: ${{ inputs.stack_version || '8.9.2' }} with: vaultUrl: ${{ secrets.VAULT_ADDR }} vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} From 3e329cead2e2035f6551917bef6b46e81f6a05a4 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 8 Sep 2023 15:05:38 +0000 Subject: [PATCH 2/2] chore: Update elastic stack version to 8.9.2 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 7d63a918e..db71cb76f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: matrix: stack-version: - '8.0.0-SNAPSHOT' - - '8.9.1' + - '8.9.2' scope: - '@elastic/apm-rum' - '@elastic/apm-rum-core' @@ -104,4 +104,4 @@ jobs: uses: ./.github/workflows/run-test with: goal: 'coverage' - stack-version: '8.9.1' + stack-version: '8.9.2'