From 404e0c84a1cf7107f282b6cf0e6c6b60e229e375 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 13 Jun 2024 18:47:38 +0200 Subject: [PATCH] Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.22 (#5620) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.elastic.co/elasticsearch/elasticsearch](https://www.elastic.co/products/elasticsearch) ([source](https://togithub.com/elastic/elasticsearch)) | patch | `7.17.21` -> `7.17.22` | --- ### Release Notes
elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch) ### [`v7.17.22`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.22): Elasticsearch 7.17.22 [Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.21...v7.17.22) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.22.html
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/jaegertracing/jaeger). Signed-off-by: Mend Renovate --- docker-compose/elasticsearch/v7/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/elasticsearch/v7/docker-compose.yml b/docker-compose/elasticsearch/v7/docker-compose.yml index ee57e2401ed..a608b214eef 100644 --- a/docker-compose/elasticsearch/v7/docker-compose.yml +++ b/docker-compose/elasticsearch/v7/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:7.17.21 + image: docker.elastic.co/elasticsearch/elasticsearch:7.17.22 environment: - discovery.type=single-node - http.host=0.0.0.0