From b050d65b9bcc2d41125eb2834401da3a68630b4c Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 26 Jan 2026 06:14:06 +0000 Subject: [PATCH] Bumps stack to version 9.2.5-SNAPSHOT --- .buildkite/pipeline.yml | 2 +- .github/workflows/9.2.yml | 4 ++-- .github/workflows/otel.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 795577beb..d9fc561a0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -25,7 +25,7 @@ steps: transport: main env: RUBY_VERSION: '{{ matrix.ruby }}' - STACK_VERSION: 9.2.4-SNAPSHOT + STACK_VERSION: 9.2.5-SNAPSHOT ES_YAML_TESTS_BRANCH: 9.2 TRANSPORT_VERSION: '{{ matrix.transport }}' RUBY_SOURCE: '{{ matrix.ruby_source }}' diff --git a/.github/workflows/9.2.yml b/.github/workflows/9.2.yml index 656070eb9..c4dc4073b 100644 --- a/.github/workflows/9.2.yml +++ b/.github/workflows/9.2.yml @@ -26,7 +26,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 9.2.4-SNAPSHOT + stack-version: 9.2.5-SNAPSHOT - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -39,4 +39,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake es:download_artifacts[9.2.4-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.2.5-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 4dd999aa3..860e9ca0d 100644 --- a/.github/workflows/otel.yml +++ b/.github/workflows/otel.yml @@ -28,7 +28,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 9.2.4-SNAPSHOT + stack-version: 9.2.5-SNAPSHOT - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -41,4 +41,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake es:download_artifacts[9.2.4-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.2.5-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all