From c6cecfeba880dba44d0aab19d4e3b010fcda2027 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:06:34 +0000 Subject: [PATCH] chore: Update elastic stack version to 8.15.1 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 a7f5c8471..e358c9402 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.1' + default: '8.15.1' required: false push: branches: @@ -26,7 +26,7 @@ jobs: - name: Run buildkite pipeline uses: elastic/oblt-actions/buildkite/run@v1 env: - STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }} + STACK_VERSION: ${{ inputs.stack_version || '8.15.1' }} with: token: ${{ secrets.BUILDKITE_TOKEN }} pipeline: apm-agent-microbenchmark