Skip to content

Commit 289d641

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.2.1 (#137924)
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.2.0` -> `9.2.1` | --- ### Release Notes <details> <summary>elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch)</summary> ### [`v9.2.1`](https://redirect.github.com/elastic/elasticsearch/releases/tag/v9.2.1): Elasticsearch 9.2.1 [Compare Source](https://redirect.github.com/elastic/elasticsearch/compare/v9.2.0...v9.2.1) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.1-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 c95f580 commit 289d641

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

4444
### Create Index Version 5

0 commit comments

Comments
 (0)