From 8919bd188386c5f9900c9b350d2692116b7d1fbc Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:18:25 +0000 Subject: [PATCH] Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.1.4 --- 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 b389d15b1c904..55b43ad4a6e4e 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.3 + docker.elastic.co/elasticsearch/elasticsearch:9.1.4 ``` ::::{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 c12d310ba0848..d1427d43da008 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.3 +docker.elastic.co/elasticsearch/elasticsearch:9.1.4 // Version 6 -docker.elastic.co/elasticsearch/elasticsearch:9.1.3 +docker.elastic.co/elasticsearch/elasticsearch:9.1.4 ``` ### Create Index Version 5