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 opensearch from 1.2.1 to 2.5.0 in /jcseg-opensearch #76

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 Jan 24, 2023

Bumps opensearch from 1.2.1 to 2.5.0.

Release notes

Sourced from opensearch's releases.

2.5.0

2023-01-10 Version 2.5.0 Release Notes

[2.5]

Added

  • Prevent deletion of snapshots that are backing searchable snapshot indexes (#5365)
  • Reject bulk requests with invalid actions (#5384)
  • Add max_shard_size parameter for shrink API (#5229)
  • Add experimental support for extensions (#5347), (#5518), (#5597), (#5615))
  • Add support to register settings dynamically (#5495)
  • Add auto release workflow (#5582)
  • Add CI bundle pattern to distribution download (#5348)
  • Experimental support for extended backward compatiblity in searchable snapshots (#5429)
  • Add support of default replica count cluster setting (#5610)
  • Add support for refresh level durability (#5253)
  • Add Request level Durability using Remote Translog functionality (#5757)
  • Support to fail open requests on search shard failures with weighted traffic routing (#5072)
  • Support versioning for Weighted routing apis(#5255)
  • Add support for discovered cluster manager and remove local weights (#5680)
  • Add new level to get health per awareness attribute in _cluster/health (#5694)

Changed

  • Change http code for DecommissioningFailedException from 500 to 400 (#5283)
  • Pre conditions check before updating weighted routing metadata (#4955)
  • Support remote translog transfer for request level durability (#4480)
  • Gracefully handle concurrent zone decommission action (#5542)

Deprecated

  • Refactor fuzziness interface on query builders (#5433)

Fixed

  • Fix case sensitivity for wildcard queries (#5462)
  • Apply cluster manager throttling settings during bootstrap (#5524)
  • Update thresholds map when cluster manager throttling setting is removed (#5524)
  • Fix backward compatibility for static cluster manager throttling threshold setting (#5633)
  • Fix index exclusion behavior in snapshot restore and clone APIs (#5626)
  • Fix graph filter error in search (#5665)

Dependencies

  • Bumps bcpg-fips from 1.0.5.1 to 1.0.7.1 (#5148)
  • Bumps commons-compress from 1.21 to 1.22 (#5104)
  • Bumps geoip2 from 3.0.1 to 3.0.2 in /modules/ingest-geoip (#5201)
  • Bumps gson from 2.9.0 to 2.10 in /plugins/repository-hdfs (#5184)
  • Bumps protobuf-java from 3.21.8 to 3.21.9 in /test/fixtures/hdfs-fixture (#5185)
  • Bumps gradle-extra-configurations-plugin from 7.0.0 to 8.0.0 (#5330)
  • Bumps jcodings from 1.0.57 to 1.0.58 (#5330)
  • Bumps google-http-client-jackson2 from 1.35.0 to 1.42.3 (#5330)
  • Bumps azure-core from 1.33.0 to 1.34.0 (#5330)
  • Bumps azure-core-http-netty from 1.12.4 to 1.12.7 (#5330)
  • Bumps maxmind-db from 2.0.0 to 2.1.0 (#5330)

... (truncated)

Commits
  • b8a8b6c Update release notes for v2.5 (#5839) (#5840)
  • 68d760d Reduce number of operations in RemoteFSTranslogTests.testConcurrentWriteViews...
  • 1408f81 [Bug] Update test to consider OS version > 2.5.0 where extra field into Bytes...
  • c2307fb Revert 'Added jackson dependency to server' and change extension reading (#5818)
  • db5a6b8 Add release notes for v2.5.0 (#5821)
  • 8debbed Send replicated boolean on supported versions (#5808) (#5811)
  • 15a1c0e Fix TransportReplicationActionTests (#5737) (#5807)
  • 2d8e089 Gracefully handle concurrent zone decommission action (#5542) (#5803)
  • dcafb10 [Remote Translog] Trimming based on remote segment upload and cleaning older ...
  • 9f4e169 Awareness health api rest and transport layer changes (#5788)
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [opensearch](https://github.com/opensearch-project/OpenSearch) from 1.2.1 to 2.5.0.
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/OpenSearch@1.2.1...2.5.0)

---
updated-dependencies:
- dependency-name: org.opensearch:opensearch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants