From e96d462ea57b7857316b95a2c06abc15c6b098a8 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:20:48 +0000 Subject: [PATCH] Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.2.0 --- docs/reference/search-connectors/api-tutorial.md | 2 +- .../src/javaRestTest/resources/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/search-connectors/api-tutorial.md b/docs/reference/search-connectors/api-tutorial.md index 621a94270fa42..f4ba579b9db2b 100644 --- a/docs/reference/search-connectors/api-tutorial.md +++ b/docs/reference/search-connectors/api-tutorial.md @@ -44,7 +44,7 @@ docker run -p 9200:9200 -d --name elasticsearch \ -e "xpack.security.enabled=false" \ -e "xpack.security.http.ssl.enabled=false" \ -e "xpack.license.self_generated.type=trial" \ - docker.elastic.co/elasticsearch/elasticsearch:9.1.5 + docker.elastic.co/elasticsearch/elasticsearch:9.2.0 ``` ::::{warning} diff --git a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md index 02a69167cfc46..45bbf70a74b43 100644 --- a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md +++ b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md @@ -35,10 +35,10 @@ docker run -d --name es \ -v ${SHARED_FOLDER}/data:/usr/share/elasticsearch/data \ -v ${SHARED_FOLDER}/snapshots:/usr/share/elasticsearch/snapshots \ --env "discovery.type=single-node" \ -docker.elastic.co/elasticsearch/elasticsearch:9.1.5 +docker.elastic.co/elasticsearch/elasticsearch:9.2.0 // Version 6 -docker.elastic.co/elasticsearch/elasticsearch:9.1.5 +docker.elastic.co/elasticsearch/elasticsearch:9.2.0 ``` ### Create Index Version 5