From c8de231ba9dde96eba55022720f40d1ca8fffed3 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 11 May 2026 07:23:02 +0000 Subject: [PATCH] Bumps stack to version 8.19.16-SNAPSHOT --- .buildkite/pipeline.yml | 4 ++-- .github/workflows/8.19.yml | 4 ++-- .github/workflows/otel.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index edeae49ce..29c8b0067 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,7 +5,7 @@ steps: env: RUBY_VERSION: "{{ matrix.ruby }}" TEST_SUITE: "{{ matrix.suite }}" - STACK_VERSION: 8.19.15-SNAPSHOT + STACK_VERSION: 8.19.16-SNAPSHOT TRANSPORT_VERSION: "{{ matrix.transport }}" RUBY_SOURCE: "{{ matrix.ruby_source }}" QUIET: false @@ -67,7 +67,7 @@ steps: provider: "gcp" env: RUBY_VERSION: "4.0" - STACK_VERSION: 8.19.15-SNAPSHOT + STACK_VERSION: 8.19.16-SNAPSHOT ES_YAML_TESTS_BRANCH: "8.19" TRANSPORT_VERSION: "8.3" RUBY_SOURCE: "ruby" diff --git a/.github/workflows/8.19.yml b/.github/workflows/8.19.yml index 950699ff1..a8cb07591 100644 --- a/.github/workflows/8.19.yml +++ b/.github/workflows/8.19.yml @@ -26,7 +26,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 8.19.15-SNAPSHOT + stack-version: 8.19.16-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: @@ -43,4 +43,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake es:download_artifacts[8.19.15-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake es:download_artifacts[8.19.16-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 8ad510f9b..bf0ebf32f 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: 8.19.15-SNAPSHOT + stack-version: 8.19.16-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: @@ -45,4 +45,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake es:download_artifacts[8.19.15-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake es:download_artifacts[8.19.16-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit