From 95a7daecc1dfdf9fe1e1d22320df5cc0221ad255 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 9 Feb 2026 06:31:59 +0000 Subject: [PATCH] Bumps stack to version 8.19.12-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 e279acb41..ddc95e8c9 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.11-SNAPSHOT + STACK_VERSION: 8.19.12-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.11-SNAPSHOT + STACK_VERSION: 8.19.12-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 7c02a937f..66d1852a9 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.11-SNAPSHOT + stack-version: 8.19.12-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: @@ -40,4 +40,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake es:download_artifacts[8.19.11-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake es:download_artifacts[8.19.12-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 82d332999..cbec6ff5c 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.11-SNAPSHOT + stack-version: 8.19.12-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: @@ -42,4 +42,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake es:download_artifacts[8.19.11-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake es:download_artifacts[8.19.12-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit