Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.elasticsearch:elasticsearch from 8.9.2 to 8.15.3 #6380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps org.elasticsearch:elasticsearch from 8.9.2 to 8.15.3.

Release notes

Sourced from org.elasticsearch:elasticsearch's releases.

Elasticsearch 8.15.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.15/release-notes-8.15.3.html

Elasticsearch 8.15.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.15/release-notes-8.15.2.html

Elasticsearch 8.15.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.15/release-notes-8.15.1.html

Elasticsearch 8.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

Elasticsearch 8.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

Elasticsearch 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

Elasticsearch 8.14.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.1.html

Elasticsearch 8.14.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.0.html

Elasticsearch 8.13.4

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.4.html

Elasticsearch 8.13.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.3.html

Elasticsearch 8.13.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.2.html

Elasticsearch 8.13.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.1.html

Elasticsearch 8.13.0

Downloads: https://elastic.co/downloads/elasticsearch

... (truncated)

Commits
  • f97532e Bump default timeout for test suites on Windows to 60 minutes (#114428) (#114...
  • 5a65b56 Timeout on buildkite artifact upload but do not fail the build (#114430) (#11...
  • 26fcc89 [8.15] Default enable cluster state role mapper (#114337) (#114421)
  • 89c6684 [8.15] Revert "Fix BWC for file-settings based role mappings (#113900)" and r...
  • ed457e4 Fix analyzed wildcard query in simple_query_string when disjunctions is empty...
  • e461f86 Run fail formatting yaml test with 1 shard (#114214) (#114357)
  • ef78114 Docs: ESQL doesn't preserve nulls in a list (#114335) (#114338)
  • 661aa49 Mute org.elasticsearch.xpack.inference.TextEmbeddingCrudIT org.elasticsearch....
  • 21fe01a [DOCS] Update re-ranking intro to remove confusion about stages (#114302) (#1...
  • 2e06fc9 [DOCS] Update semantic-reranking.asciidoc (#114299)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.elasticsearch:elasticsearch](https://github.com/elastic/elasticsearch) from 8.9.2 to 8.15.3.
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.9.2...v8.15.3)

---
updated-dependencies:
- dependency-name: org.elasticsearch:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 18, 2024
Copy link

Formatting check succeeded!

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.53%. Comparing base (406db33) to head (344b5fb).
Report is 72 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6380      +/-   ##
============================================
- Coverage     83.54%   83.53%   -0.02%     
- Complexity    27432    27766     +334     
============================================
  Files          1707     1738      +31     
  Lines        106185   107445    +1260     
  Branches      13397    13488      +91     
============================================
+ Hits          88710    89751    +1041     
- Misses        11750    11905     +155     
- Partials       5725     5789      +64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants