From 4a71b498749ecca43fca4357a29197684dee073e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 14 Aug 2024 05:27:56 +0200 Subject: [PATCH] Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8.15.0 (#5838) 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)) | minor | `8.14.1` -> `8.15.0` | --- ### Release Notes
elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch) ### [`v8.15.0`](https://togithub.com/elastic/elasticsearch/releases/tag/v8.15.0): Elasticsearch 8.15.0 [Compare Source](https://togithub.com/elastic/elasticsearch/compare/v8.14.3...v8.15.0) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.15/release-notes-8.15.0.html ### [`v8.14.3`](https://togithub.com/elastic/elasticsearch/releases/tag/v8.14.3): Elasticsearch 8.14.3 [Compare Source](https://togithub.com/elastic/elasticsearch/compare/v8.14.2...v8.14.3) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.3.html ### [`v8.14.2`](https://togithub.com/elastic/elasticsearch/releases/tag/v8.14.2): Elasticsearch v8.14.2 [Compare Source](https://togithub.com/elastic/elasticsearch/compare/v8.14.1...v8.14.2) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.2.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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). Signed-off-by: Mend Renovate Co-authored-by: Yuri Shkuro --- docker-compose/elasticsearch/v8/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/elasticsearch/v8/docker-compose.yml b/docker-compose/elasticsearch/v8/docker-compose.yml index 5de4f2c35bd..d42f23a1fa8 100644 --- a/docker-compose/elasticsearch/v8/docker-compose.yml +++ b/docker-compose/elasticsearch/v8/docker-compose.yml @@ -1,6 +1,6 @@ services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.14.1 + image: docker.elastic.co/elasticsearch/elasticsearch:8.15.0 environment: - discovery.type=single-node - http.host=0.0.0.0