Skip to content

Commit b036cba

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.2.0 (elastic#137265)
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)) | minor | `9.1.5` -> `9.2.0` | --- ### Release Notes <details> <summary>elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch)</summary> ### [`v9.2.0`](https://redirect.github.com/elastic/elasticsearch/releases/tag/v9.2.0): Elasticsearch 9.2.0 [Compare Source](https://redirect.github.com/elastic/elasticsearch/compare/v9.1.6...v9.2.0) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.0-release-notes ### [`v9.1.6`](https://redirect.github.com/elastic/elasticsearch/releases/tag/v9.1.6): Elasticsearch 9.1.6 [Compare Source](https://redirect.github.com/elastic/elasticsearch/compare/v9.1.5...v9.1.6) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.6-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 f57e97d commit b036cba

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

4444
### Create Index Version 5

0 commit comments

Comments
 (0)