Skip to content

Commit

Permalink
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8…
Browse files Browse the repository at this point in the history
….15.0 (jaegertracing#5838)

[![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

<details>
<summary>elastic/elasticsearch
(docker.elastic.co/elasticsearch/elasticsearch)</summary>

###
[`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

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->

Signed-off-by: Mend Renovate <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: Jared Tan <[email protected]>
  • Loading branch information
2 people authored and JaredTan95 committed Aug 28, 2024
1 parent 6792788 commit a885299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/elasticsearch/v8/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a885299

Please sign in to comment.