Skip to content

Commit c876998

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.1.4 (#135741)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.elastic.co/elasticsearch/elasticsearch](https://www.elastic.co/products/elasticsearch) ([source](https://redirect.github.com/elastic/elasticsearch)) | patch | `9.1.3` -> `9.1.4` | --- ### Release Notes <details> <summary>elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch)</summary> ### [`v9.1.4`](https://redirect.github.com/elastic/elasticsearch/releases/tag/v9.1.4): Elasticsearch 9.1.4 [Compare Source](https://redirect.github.com/elastic/elasticsearch/compare/v9.1.3...v9.1.4) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.4-release-notes </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 1pm on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOS4wIiwibGFiZWxzIjpbIjpEZWxpdmVyeS9CdWlsZCIsIjpEZWxpdmVyeS9QYWNrYWdpbmciLCI+bm9uLWlzc3VlIiwiVGVhbTpEZWxpdmVyeSIsImF1dG8tbWVyZ2Utd2l0aG91dC1hcHByb3ZhbCJdfQ==-->
1 parent 0d46d0e commit c876998

File tree

2 files changed

+3
-3
lines changed
  • docs/reference/search-connectors
  • x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources

2 files changed

+3
-3
lines changed

docs/reference/search-connectors/api-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker run -p 9200:9200 -d --name elasticsearch \
4444
-e "xpack.security.enabled=false" \
4545
-e "xpack.security.http.ssl.enabled=false" \
4646
-e "xpack.license.self_generated.type=trial" \
47-
docker.elastic.co/elasticsearch/elasticsearch:9.1.3
47+
docker.elastic.co/elasticsearch/elasticsearch:9.1.4
4848
```
4949

5050
::::{warning}

x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ docker run -d --name es \
3535
-v ${SHARED_FOLDER}/data:/usr/share/elasticsearch/data \
3636
-v ${SHARED_FOLDER}/snapshots:/usr/share/elasticsearch/snapshots \
3737
--env "discovery.type=single-node" \
38-
docker.elastic.co/elasticsearch/elasticsearch:9.1.3
38+
docker.elastic.co/elasticsearch/elasticsearch:9.1.4
3939
4040
// Version 6
41-
docker.elastic.co/elasticsearch/elasticsearch:9.1.3
41+
docker.elastic.co/elasticsearch/elasticsearch:9.1.4
4242
```
4343

4444
### Create Index Version 5

0 commit comments

Comments
 (0)