Skip to content

Commit 83c2b6f

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.1.5 (elastic#136146)
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.5` | --- ### Release Notes <details> <summary>elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch)</summary> ### [`v9.1.5`](https://redirect.github.com/elastic/elasticsearch/releases/tag/v9.1.5): Elasticsearch 9.1.5 [Compare Source](https://redirect.github.com/elastic/elasticsearch/compare/v9.1.4...v9.1.5) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.5-release-notes ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOS4yIiwibGFiZWxzIjpbIjpEZWxpdmVyeS9CdWlsZCIsIjpEZWxpdmVyeS9QYWNrYWdpbmciLCI+bm9uLWlzc3VlIiwiVGVhbTpEZWxpdmVyeSIsImF1dG8tbWVyZ2Utd2l0aG91dC1hcHByb3ZhbCJdfQ==-->
1 parent 17b2ab6 commit 83c2b6f

File tree

1 file changed

+2
-2
lines changed
  • x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources

1 file changed

+2
-2
lines changed

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.5
3939
4040
// Version 6
41-
docker.elastic.co/elasticsearch/elasticsearch:9.1.3
41+
docker.elastic.co/elasticsearch/elasticsearch:9.1.5
4242
```
4343

4444
### Create Index Version 5

0 commit comments

Comments
 (0)