From d0fd031bbc892d46168fd721b730c5d0ebe81e2e Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Tue, 18 Nov 2025 13:18:48 +0000 Subject: [PATCH] Bumps stack to version 9.1.8-SNAPSHOT --- .buildkite/pipeline.yml | 2 +- .github/workflows/9.1.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 a352a606d..1f7853e1c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -25,7 +25,7 @@ steps: transport: main env: RUBY_VERSION: '{{ matrix.ruby }}' - STACK_VERSION: 9.1.7-SNAPSHOT + STACK_VERSION: 9.1.8-SNAPSHOT ES_YAML_TESTS_BRANCH: '9.1' TRANSPORT_VERSION: '{{ matrix.transport }}' RUBY_SOURCE: '{{ matrix.ruby_source }}' diff --git a/.github/workflows/9.1.yml b/.github/workflows/9.1.yml index 989f2f4d0..2a100c9d7 100644 --- a/.github/workflows/9.1.yml +++ b/.github/workflows/9.1.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.1.7-SNAPSHOT + stack-version: 9.1.8-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.1.7-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.1.8-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 304bd0184..5e7de1d37 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.1.7-SNAPSHOT + stack-version: 9.1.8-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.1.7-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.1.8-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all