From 2853f92fd939a814bed994a913b013001cb8801c Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 29 Dec 2025 06:12:52 +0000 Subject: [PATCH] Bumps stack to version 9.2.4-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 59720f596..795577beb 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.3-SNAPSHOT + STACK_VERSION: 9.2.4-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 bae8f038f..656070eb9 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.3-SNAPSHOT + stack-version: 9.2.4-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.3-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.2.4-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 7a4c0b7f1..4dd999aa3 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.3-SNAPSHOT + stack-version: 9.2.4-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.3-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.2.4-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all