From de7e630094e34ce199f596502ba1a78b10f8c205 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 13 Apr 2026 06:52:50 +0000 Subject: [PATCH] Bumps stack to version 9.3.4-SNAPSHOT --- .buildkite/pipeline.yml | 2 +- .github/workflows/9.3.yml | 4 ++-- .github/workflows/otel.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a2beeccd3..c0e87d3de 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -26,7 +26,7 @@ steps: transport: main env: RUBY_VERSION: '{{ matrix.ruby }}' - STACK_VERSION: 9.3.3-SNAPSHOT + STACK_VERSION: 9.3.4-SNAPSHOT ES_YAML_TESTS_BRANCH: 9.3 TRANSPORT_VERSION: '{{ matrix.transport }}' RUBY_SOURCE: '{{ matrix.ruby_source }}' diff --git a/.github/workflows/9.3.yml b/.github/workflows/9.3.yml index c29fdf75c..5f96dc05c 100644 --- a/.github/workflows/9.3.yml +++ b/.github/workflows/9.3.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.3.3-SNAPSHOT + stack-version: 9.3.4-SNAPSHOT - uses: ruby/setup-ruby@v1.279.0 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.3.3-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.3.4-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 767756fec..0cced0103 100644 --- a/.github/workflows/otel.yml +++ b/.github/workflows/otel.yml @@ -30,7 +30,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 9.3.3-SNAPSHOT + stack-version: 9.3.4-SNAPSHOT - uses: ruby/setup-ruby@v1.263.0 with: ruby-version: ${{ matrix.ruby }}