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

Update opensearchproject/opensearch Docker tag to v2.16.0 #5842

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Update Change
opensearchproject/opensearch minor 2.15.0 -> 2.16.0

Release Notes

opensearch-project/OpenSearch (opensearchproject/opensearch)

v2.16.0

Compare Source

2024-07-24 Version 2.16.0 Release Notes

[2.16.0]

Added
  • Add fingerprint ingest processor (#​13724)
  • [Remote Store] Rate limiter for remote store low priority uploads (#​14374)
  • Apply the date histogram rewrite optimization to range aggregation (#​13865)
  • [Writable Warm] Add composite directory implementation and integrate it with FileCache (12782)
  • [Workload Management] Add QueryGroup schema (13669)
  • Add batching supported processor base type AbstractBatchingProcessor (#​14554)
  • Fix race condition while parsing derived fields from search definition (14445)
  • Add strict_allow_templates dynamic mapping option (#​14555)
  • Add allowlist setting for ingest-common and search-pipeline-common processors (#​14439)
  • [Workload Management] add queryGroupId header propagator across requests and nodes (#​14614)
  • Create SystemIndexRegistry with helper method matchesSystemIndex (#​14415)
  • Print reason why parent task was cancelled (#​14604)
  • Add matchesPluginSystemIndexPattern to SystemIndexRegistry (#​14750)
  • Add Plugin interface for loading application based configuration templates ((#​14659))
  • Refactor remote-routing-table service inline with remote state interfaces(#​14668)
  • Add shard-diff path to diff manifest to reduce number of read calls remote store ((#​14684))
  • Add SortResponseProcessor to Search Pipelines ((#​14785))
  • Add prefix mode verification setting for repository verification ((#​14790))
  • Add SplitResponseProcessor to Search Pipelines ((#​14800))
  • Optimize TransportNodesAction to not send DiscoveryNodes for NodeStats, NodesInfo and ClusterStats call (14749)
  • Reduce logging in DEBUG for MasterService:run (#​14795)
  • Refactor remote-routing-table service inline with remote state interfaces(#​14668)
  • Add rest, transport layer changes for hot to warm tiering - dedicated setup ((#​13980)
  • Enabling term version check on local state for all ClusterManager Read Transport Actions (#​14273)
  • Optimize Cluster Stats Indices to precomute node level stats (#​14426)
  • Create listener to refresh search thread resource usage (#​14832)
  • Add logic to create index templates (v2) using context field (#​14811)
Dependencies
  • Update to Apache Lucene 9.11.1 (#​14042, #​14576)
  • Bump netty from 4.1.110.Final to 4.1.111.Final (#​14356)
  • Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.6.0 (#​14361)
  • Bump reactor from 3.5.17 to 3.5.19 (#​14395, #​14697)
  • Bump reactor-netty from 1.1.19 to 1.1.21 (#​14395, #​14697)
  • Bump commons-net:commons-net from 3.10.0 to 3.11.1 (#​14396)
  • Bump com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.40 (#​14398)
  • Bump org.apache.commons:commons-configuration2 from 2.10.1 to 2.11.0 (#​14399)
  • Bump com.gradle.develocity from 3.17.4 to 3.17.5 (#​14397)
  • Bump opentelemetry from 1.36.0 to 1.40.0 (#​14457, #​14674)
  • Bump opentelemetry-semconv from 1.25.0-alpha to 1.26.0-alpha (#​14674)
  • Bump azure-identity from 1.11.4 to 1.13.0, Bump msal4j from 1.14.3 to 1.15.1, Bump msal4j-persistence-extension from 1.2.0 to 1.3.0 (#​14506)
  • Bump com.azure:azure-storage-common from 12.21.2 to 12.25.1 (#​14517)
  • Bump com.microsoft.azure:msal4j from 1.15.1 to 1.16.0 (#​14610)
  • Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 (#​14672)
  • Bump net.minidev:accessors-smart from 2.5.0 to 2.5.1 (#​14673)
  • Bump jackson from 2.17.1 to 2.17.2 (#​14687)
  • Bump net.minidev:json-smart from 2.5.0 to 2.5.1 (#​14748)
Changed
  • [Tiered Caching] Move query recomputation logic outside write lock (#​14187)
  • unsignedLongRangeQuery now returns MatchNoDocsQuery if the lower bounds are greater than the upper bounds (#​14416)
  • Make the class CommunityIdProcessor final (#​14448)
  • Updated the indices.query.bool.max_clause_count setting from being static to dynamically updateable (#​13568)
  • Allow @​InternalApi annotation on classes not meant to be constructed outside of the OpenSearch core (#​14575)
  • Add @​InternalApi annotation to japicmp exclusions (#​14597)
  • Allow system index warning in OpenSearchRestTestCase.refreshAllIndices (#​14635)
  • Make reroute iteration time-bound for large shard allocations (#​14848)
Deprecated
  • Deprecate batch_size parameter on bulk API (#​14725)
Removed
  • Remove query categorization changes (#​14759)
Fixed
  • Fix bug in SBP cancellation logic (#​13259)
  • Fix handling of Short and Byte data types in ScriptProcessor ingest pipeline (#​14379)
  • Switch to iterative version of WKT format parser (#​14086)
  • Fix match_phrase_prefix_query not working on text field with multiple values and index_prefixes (#​10959)
  • Fix the computed max shards of cluster to avoid int overflow (#​14155)
  • Fixed rest-high-level client searchTemplate & mtermVectors endpoints to have a leading slash (#​14465)
  • Write shard level metadata blob when snapshotting searchable snapshot indexes (#​13190)
  • Fix aggs result of NestedAggregator with sub NestedAggregator (#​13324)
  • Fix fs info reporting negative available size (#​11573)
  • Add ListPitInfo::getKeepAlive() getter (#​14495)
  • Fix FuzzyQuery in keyword field will use IndexOrDocValuesQuery when both of index and doc_value are true (#​14378)
  • Fix file cache initialization (#​14004)
  • Handle NPE in GetResult if "found" field is missing (#​14552)
  • Fix create or update alias API doesn't throw exception for unsupported parameters (#​14719)
  • Refactoring FilterPath.parse by using an iterative approach (#​14200)
  • Refactoring Grok.validatePatternBank by using an iterative approach (#​14206)
  • Fix NPE when creating index with index.number_of_replicas set to null (#​14812)
  • Update help output for _cat (#​14722)
  • Fix bulk upsert ignores the default_pipeline and final_pipeline when auto-created index matches the index template (#​12891)
  • Fix NPE in ReplicaShardAllocator (#​14385)
  • Use circuit breaker in InternalHistogram when adding empty buckets (#​14754)
  • Create new IndexInput for multi part upload (#​14888)
  • Fix searchable snapshot failure with scripted fields (#​14411)
  • Fix the visit of inner query for NestedQueryBuilder (#​14739)
  • Fix constant_keyword field type used when creating index (#​14807)

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. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner August 13, 2024 18:06
@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label Aug 13, 2024
@dosubot dosubot bot added the docker Pull requests that update Docker code label Aug 13, 2024
@yurishkuro yurishkuro enabled auto-merge (squash) August 14, 2024 01:15
@yurishkuro yurishkuro disabled auto-merge August 14, 2024 01:37
@yurishkuro yurishkuro merged commit 3870291 into jaegertracing:main Aug 14, 2024
43 checks passed
JaredTan95 pushed a commit to JaredTan95/jaeger that referenced this pull request Aug 14, 2024
…ing#5842)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[opensearchproject/opensearch](https://togithub.com/opensearch-project/OpenSearch)
| minor | `2.15.0` -> `2.16.0` |

---

### Release Notes

<details>
<summary>opensearch-project/OpenSearch
(opensearchproject/opensearch)</summary>

###
[`v2.16.0`](https://togithub.com/opensearch-project/OpenSearch/releases/tag/2.16.0)

[Compare
Source](https://togithub.com/opensearch-project/OpenSearch/compare/2.15.0...2.16.0)

#### 2024-07-24 Version 2.16.0 Release Notes

#### \[2.16.0]

##### Added

- Add fingerprint ingest processor
([#&#8203;13724](https://togithub.com/opensearch-project/OpenSearch/pull/13724))
- \[Remote Store] Rate limiter for remote store low priority uploads
([#&#8203;14374](https://togithub.com/opensearch-project/OpenSearch/pull/14374/))
- Apply the date histogram rewrite optimization to range aggregation
([#&#8203;13865](https://togithub.com/opensearch-project/OpenSearch/pull/13865))
- \[Writable Warm] Add composite directory implementation and integrate
it with FileCache
([12782](https://togithub.com/opensearch-project/OpenSearch/pull/12782))
- \[Workload Management] Add QueryGroup schema
([13669](https://togithub.com/opensearch-project/OpenSearch/pull/13669))
- Add batching supported processor base type AbstractBatchingProcessor
([#&#8203;14554](https://togithub.com/opensearch-project/OpenSearch/pull/14554))
- Fix race condition while parsing derived fields from search definition
([14445](https://togithub.com/opensearch-project/OpenSearch/pull/14445))
- Add `strict_allow_templates` dynamic mapping option
([#&#8203;14555](https://togithub.com/opensearch-project/OpenSearch/pull/14555))
- Add allowlist setting for ingest-common and search-pipeline-common
processors
([#&#8203;14439](https://togithub.com/opensearch-project/OpenSearch/issues/14439))
- \[Workload Management] add queryGroupId header propagator across
requests and nodes
([#&#8203;14614](https://togithub.com/opensearch-project/OpenSearch/pull/14614))
- Create SystemIndexRegistry with helper method matchesSystemIndex
([#&#8203;14415](https://togithub.com/opensearch-project/OpenSearch/pull/14415))
- Print reason why parent task was cancelled
([#&#8203;14604](https://togithub.com/opensearch-project/OpenSearch/issues/14604))
- Add matchesPluginSystemIndexPattern to SystemIndexRegistry
([#&#8203;14750](https://togithub.com/opensearch-project/OpenSearch/pull/14750))
- Add Plugin interface for loading application based configuration
templates
(([#&#8203;14659](https://togithub.com/opensearch-project/OpenSearch/issues/14659)))
- Refactor remote-routing-table service inline with remote state
interfaces([#&#8203;14668](https://togithub.com/opensearch-project/OpenSearch/pull/14668))
- Add shard-diff path to diff manifest to reduce number of read calls
remote store
(([#&#8203;14684](https://togithub.com/opensearch-project/OpenSearch/pull/14684)))
- Add SortResponseProcessor to Search Pipelines
(([#&#8203;14785](https://togithub.com/opensearch-project/OpenSearch/issues/14785)))
- Add prefix mode verification setting for repository verification
(([#&#8203;14790](https://togithub.com/opensearch-project/OpenSearch/pull/14790)))
- Add SplitResponseProcessor to Search Pipelines
(([#&#8203;14800](https://togithub.com/opensearch-project/OpenSearch/issues/14800)))
- Optimize TransportNodesAction to not send DiscoveryNodes for
NodeStats, NodesInfo and ClusterStats call
([14749](https://togithub.com/opensearch-project/OpenSearch/pull/14749))
- Reduce logging in DEBUG for MasterService:run
([#&#8203;14795](https://togithub.com/opensearch-project/OpenSearch/pull/14795))
- Refactor remote-routing-table service inline with remote state
interfaces([#&#8203;14668](https://togithub.com/opensearch-project/OpenSearch/pull/14668))
- Add rest, transport layer changes for hot to warm tiering - dedicated
setup
(([#&#8203;13980](https://togithub.com/opensearch-project/OpenSearch/pull/13980))
- Enabling term version check on local state for all ClusterManager Read
Transport Actions
([#&#8203;14273](https://togithub.com/opensearch-project/OpenSearch/pull/14273))
- Optimize Cluster Stats Indices to precomute node level stats
([#&#8203;14426](https://togithub.com/opensearch-project/OpenSearch/pull/14426))
- Create listener to refresh search thread resource usage
([#&#8203;14832](https://togithub.com/opensearch-project/OpenSearch/pull/14832))
- Add logic to create index templates (v2) using context field
([#&#8203;14811](https://togithub.com/opensearch-project/OpenSearch/pull/14811))

##### Dependencies

- Update to Apache Lucene 9.11.1
([#&#8203;14042](https://togithub.com/opensearch-project/OpenSearch/pull/14042),
[#&#8203;14576](https://togithub.com/opensearch-project/OpenSearch/pull/14576))
- Bump `netty` from 4.1.110.Final to 4.1.111.Final
([#&#8203;14356](https://togithub.com/opensearch-project/OpenSearch/pull/14356))
- Bump `org.wiremock:wiremock-standalone` from 3.3.1 to 3.6.0
([#&#8203;14361](https://togithub.com/opensearch-project/OpenSearch/pull/14361))
- Bump `reactor` from 3.5.17 to 3.5.19
([#&#8203;14395](https://togithub.com/opensearch-project/OpenSearch/pull/14395),
[#&#8203;14697](https://togithub.com/opensearch-project/OpenSearch/pull/14697))
- Bump `reactor-netty` from 1.1.19 to 1.1.21
([#&#8203;14395](https://togithub.com/opensearch-project/OpenSearch/pull/14395),
[#&#8203;14697](https://togithub.com/opensearch-project/OpenSearch/pull/14697))
- Bump `commons-net:commons-net` from 3.10.0 to 3.11.1
([#&#8203;14396](https://togithub.com/opensearch-project/OpenSearch/pull/14396))
- Bump `com.nimbusds:nimbus-jose-jwt` from 9.37.3 to 9.40
([#&#8203;14398](https://togithub.com/opensearch-project/OpenSearch/pull/14398))
- Bump `org.apache.commons:commons-configuration2` from 2.10.1 to 2.11.0
([#&#8203;14399](https://togithub.com/opensearch-project/OpenSearch/pull/14399))
- Bump `com.gradle.develocity` from 3.17.4 to 3.17.5
([#&#8203;14397](https://togithub.com/opensearch-project/OpenSearch/pull/14397))
- Bump `opentelemetry` from 1.36.0 to 1.40.0
([#&#8203;14457](https://togithub.com/opensearch-project/OpenSearch/pull/14457),
[#&#8203;14674](https://togithub.com/opensearch-project/OpenSearch/pull/14674))
- Bump `opentelemetry-semconv` from 1.25.0-alpha to 1.26.0-alpha
([#&#8203;14674](https://togithub.com/opensearch-project/OpenSearch/pull/14674))
- Bump `azure-identity` from 1.11.4 to 1.13.0, Bump `msal4j` from 1.14.3
to 1.15.1, Bump `msal4j-persistence-extension` from 1.2.0 to 1.3.0
([#&#8203;14506](https://togithub.com/opensearch-project/OpenSearch/pull/14673))
- Bump `com.azure:azure-storage-common` from 12.21.2 to 12.25.1
([#&#8203;14517](https://togithub.com/opensearch-project/OpenSearch/pull/14517))
- Bump `com.microsoft.azure:msal4j` from 1.15.1 to 1.16.0
([#&#8203;14610](https://togithub.com/opensearch-project/OpenSearch/pull/14610))
- Bump `com.github.spullara.mustache.java:compiler` from 0.9.13 to
0.9.14
([#&#8203;14672](https://togithub.com/opensearch-project/OpenSearch/pull/14672))
- Bump `net.minidev:accessors-smart` from 2.5.0 to 2.5.1
([#&#8203;14673](https://togithub.com/opensearch-project/OpenSearch/pull/14673))
- Bump `jackson` from 2.17.1 to 2.17.2
([#&#8203;14687](https://togithub.com/opensearch-project/OpenSearch/pull/14687))
- Bump `net.minidev:json-smart` from 2.5.0 to 2.5.1
([#&#8203;14748](https://togithub.com/opensearch-project/OpenSearch/pull/14748))

##### Changed

- \[Tiered Caching] Move query recomputation logic outside write lock
([#&#8203;14187](https://togithub.com/opensearch-project/OpenSearch/pull/14187))
- unsignedLongRangeQuery now returns MatchNoDocsQuery if the lower
bounds are greater than the upper bounds
([#&#8203;14416](https://togithub.com/opensearch-project/OpenSearch/pull/14416))
- Make the class CommunityIdProcessor final
([#&#8203;14448](https://togithub.com/opensearch-project/OpenSearch/pull/14448))
- Updated the `indices.query.bool.max_clause_count` setting from being
static to dynamically updateable
([#&#8203;13568](https://togithub.com/opensearch-project/OpenSearch/pull/13568))
- Allow [@&#8203;InternalApi](https://togithub.com/InternalApi)
annotation on classes not meant to be constructed outside of the
OpenSearch core
([#&#8203;14575](https://togithub.com/opensearch-project/OpenSearch/pull/14575))
- Add [@&#8203;InternalApi](https://togithub.com/InternalApi) annotation
to japicmp exclusions
([#&#8203;14597](https://togithub.com/opensearch-project/OpenSearch/pull/14597))
- Allow system index warning in OpenSearchRestTestCase.refreshAllIndices
([#&#8203;14635](https://togithub.com/opensearch-project/OpenSearch/pull/14635))
- Make reroute iteration time-bound for large shard allocations
([#&#8203;14848](https://togithub.com/opensearch-project/OpenSearch/pull/14848))

##### Deprecated

- Deprecate batch_size parameter on bulk API
([#&#8203;14725](https://togithub.com/opensearch-project/OpenSearch/pull/14725))

##### Removed

- Remove query categorization changes
([#&#8203;14759](https://togithub.com/opensearch-project/OpenSearch/pull/14759))

##### Fixed

- Fix bug in SBP cancellation logic
([#&#8203;13259](https://togithub.com/opensearch-project/OpenSearch/pull/13474))
- Fix handling of Short and Byte data types in ScriptProcessor ingest
pipeline
([#&#8203;14379](https://togithub.com/opensearch-project/OpenSearch/issues/14379))
- Switch to iterative version of WKT format parser
([#&#8203;14086](https://togithub.com/opensearch-project/OpenSearch/pull/14086))
- Fix match_phrase_prefix_query not working on text field with multiple
values and index_prefixes
([#&#8203;10959](https://togithub.com/opensearch-project/OpenSearch/pull/10959))
- Fix the computed max shards of cluster to avoid int overflow
([#&#8203;14155](https://togithub.com/opensearch-project/OpenSearch/pull/14155))
- Fixed rest-high-level client searchTemplate & mtermVectors endpoints
to have a leading slash
([#&#8203;14465](https://togithub.com/opensearch-project/OpenSearch/pull/14465))
- Write shard level metadata blob when snapshotting searchable snapshot
indexes
([#&#8203;13190](https://togithub.com/opensearch-project/OpenSearch/pull/13190))
- Fix aggs result of NestedAggregator with sub NestedAggregator
([#&#8203;13324](https://togithub.com/opensearch-project/OpenSearch/pull/13324))
- Fix fs info reporting negative available size
([#&#8203;11573](https://togithub.com/opensearch-project/OpenSearch/pull/11573))
- Add ListPitInfo::getKeepAlive() getter
([#&#8203;14495](https://togithub.com/opensearch-project/OpenSearch/pull/14495))
- Fix FuzzyQuery in keyword field will use IndexOrDocValuesQuery when
both of index and doc_value are true
([#&#8203;14378](https://togithub.com/opensearch-project/OpenSearch/pull/14378))
- Fix file cache initialization
([#&#8203;14004](https://togithub.com/opensearch-project/OpenSearch/pull/14004))
- Handle NPE in GetResult if "found" field is missing
([#&#8203;14552](https://togithub.com/opensearch-project/OpenSearch/pull/14552))
- Fix create or update alias API doesn't throw exception for unsupported
parameters
([#&#8203;14719](https://togithub.com/opensearch-project/OpenSearch/pull/14719))
- Refactoring FilterPath.parse by using an iterative approach
([#&#8203;14200](https://togithub.com/opensearch-project/OpenSearch/pull/14200))
- Refactoring Grok.validatePatternBank by using an iterative approach
([#&#8203;14206](https://togithub.com/opensearch-project/OpenSearch/pull/14206))
- Fix NPE when creating index with index.number_of_replicas set to null
([#&#8203;14812](https://togithub.com/opensearch-project/OpenSearch/pull/14812))
- Update help output for \_cat
([#&#8203;14722](https://togithub.com/opensearch-project/OpenSearch/pull/14722))
- Fix bulk upsert ignores the default_pipeline and final_pipeline when
auto-created index matches the index template
([#&#8203;12891](https://togithub.com/opensearch-project/OpenSearch/pull/12891))
- Fix NPE in ReplicaShardAllocator
([#&#8203;14385](https://togithub.com/opensearch-project/OpenSearch/pull/14385))
- Use circuit breaker in InternalHistogram when adding empty buckets
([#&#8203;14754](https://togithub.com/opensearch-project/OpenSearch/pull/14754))
- Create new IndexInput for multi part upload
([#&#8203;14888](https://togithub.com/opensearch-project/OpenSearch/pull/14888))
- Fix searchable snapshot failure with scripted fields
([#&#8203;14411](https://togithub.com/opensearch-project/OpenSearch/pull/14411))
- Fix the visit of inner query for NestedQueryBuilder
([#&#8203;14739](https://togithub.com/opensearch-project/OpenSearch/pull/14739))
- Fix constant_keyword field type used when creating index
([#&#8203;14807](https://togithub.com/opensearch-project/OpenSearch/pull/14807))

</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]>
JaredTan95 pushed a commit to JaredTan95/jaeger that referenced this pull request Aug 28, 2024
…ing#5842)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[opensearchproject/opensearch](https://togithub.com/opensearch-project/OpenSearch)
| minor | `2.15.0` -> `2.16.0` |

---

### Release Notes

<details>
<summary>opensearch-project/OpenSearch
(opensearchproject/opensearch)</summary>

###
[`v2.16.0`](https://togithub.com/opensearch-project/OpenSearch/releases/tag/2.16.0)

[Compare
Source](https://togithub.com/opensearch-project/OpenSearch/compare/2.15.0...2.16.0)

#### 2024-07-24 Version 2.16.0 Release Notes

#### \[2.16.0]

##### Added

- Add fingerprint ingest processor
([#&#8203;13724](https://togithub.com/opensearch-project/OpenSearch/pull/13724))
- \[Remote Store] Rate limiter for remote store low priority uploads
([#&#8203;14374](https://togithub.com/opensearch-project/OpenSearch/pull/14374/))
- Apply the date histogram rewrite optimization to range aggregation
([#&#8203;13865](https://togithub.com/opensearch-project/OpenSearch/pull/13865))
- \[Writable Warm] Add composite directory implementation and integrate
it with FileCache
([12782](https://togithub.com/opensearch-project/OpenSearch/pull/12782))
- \[Workload Management] Add QueryGroup schema
([13669](https://togithub.com/opensearch-project/OpenSearch/pull/13669))
- Add batching supported processor base type AbstractBatchingProcessor
([#&#8203;14554](https://togithub.com/opensearch-project/OpenSearch/pull/14554))
- Fix race condition while parsing derived fields from search definition
([14445](https://togithub.com/opensearch-project/OpenSearch/pull/14445))
- Add `strict_allow_templates` dynamic mapping option
([#&#8203;14555](https://togithub.com/opensearch-project/OpenSearch/pull/14555))
- Add allowlist setting for ingest-common and search-pipeline-common
processors
([#&#8203;14439](https://togithub.com/opensearch-project/OpenSearch/issues/14439))
- \[Workload Management] add queryGroupId header propagator across
requests and nodes
([#&#8203;14614](https://togithub.com/opensearch-project/OpenSearch/pull/14614))
- Create SystemIndexRegistry with helper method matchesSystemIndex
([#&#8203;14415](https://togithub.com/opensearch-project/OpenSearch/pull/14415))
- Print reason why parent task was cancelled
([#&#8203;14604](https://togithub.com/opensearch-project/OpenSearch/issues/14604))
- Add matchesPluginSystemIndexPattern to SystemIndexRegistry
([#&#8203;14750](https://togithub.com/opensearch-project/OpenSearch/pull/14750))
- Add Plugin interface for loading application based configuration
templates
(([#&#8203;14659](https://togithub.com/opensearch-project/OpenSearch/issues/14659)))
- Refactor remote-routing-table service inline with remote state
interfaces([#&#8203;14668](https://togithub.com/opensearch-project/OpenSearch/pull/14668))
- Add shard-diff path to diff manifest to reduce number of read calls
remote store
(([#&#8203;14684](https://togithub.com/opensearch-project/OpenSearch/pull/14684)))
- Add SortResponseProcessor to Search Pipelines
(([#&#8203;14785](https://togithub.com/opensearch-project/OpenSearch/issues/14785)))
- Add prefix mode verification setting for repository verification
(([#&#8203;14790](https://togithub.com/opensearch-project/OpenSearch/pull/14790)))
- Add SplitResponseProcessor to Search Pipelines
(([#&#8203;14800](https://togithub.com/opensearch-project/OpenSearch/issues/14800)))
- Optimize TransportNodesAction to not send DiscoveryNodes for
NodeStats, NodesInfo and ClusterStats call
([14749](https://togithub.com/opensearch-project/OpenSearch/pull/14749))
- Reduce logging in DEBUG for MasterService:run
([#&#8203;14795](https://togithub.com/opensearch-project/OpenSearch/pull/14795))
- Refactor remote-routing-table service inline with remote state
interfaces([#&#8203;14668](https://togithub.com/opensearch-project/OpenSearch/pull/14668))
- Add rest, transport layer changes for hot to warm tiering - dedicated
setup
(([#&#8203;13980](https://togithub.com/opensearch-project/OpenSearch/pull/13980))
- Enabling term version check on local state for all ClusterManager Read
Transport Actions
([#&#8203;14273](https://togithub.com/opensearch-project/OpenSearch/pull/14273))
- Optimize Cluster Stats Indices to precomute node level stats
([#&#8203;14426](https://togithub.com/opensearch-project/OpenSearch/pull/14426))
- Create listener to refresh search thread resource usage
([#&#8203;14832](https://togithub.com/opensearch-project/OpenSearch/pull/14832))
- Add logic to create index templates (v2) using context field
([#&#8203;14811](https://togithub.com/opensearch-project/OpenSearch/pull/14811))

##### Dependencies

- Update to Apache Lucene 9.11.1
([#&#8203;14042](https://togithub.com/opensearch-project/OpenSearch/pull/14042),
[#&#8203;14576](https://togithub.com/opensearch-project/OpenSearch/pull/14576))
- Bump `netty` from 4.1.110.Final to 4.1.111.Final
([#&#8203;14356](https://togithub.com/opensearch-project/OpenSearch/pull/14356))
- Bump `org.wiremock:wiremock-standalone` from 3.3.1 to 3.6.0
([#&#8203;14361](https://togithub.com/opensearch-project/OpenSearch/pull/14361))
- Bump `reactor` from 3.5.17 to 3.5.19
([#&#8203;14395](https://togithub.com/opensearch-project/OpenSearch/pull/14395),
[#&#8203;14697](https://togithub.com/opensearch-project/OpenSearch/pull/14697))
- Bump `reactor-netty` from 1.1.19 to 1.1.21
([#&#8203;14395](https://togithub.com/opensearch-project/OpenSearch/pull/14395),
[#&#8203;14697](https://togithub.com/opensearch-project/OpenSearch/pull/14697))
- Bump `commons-net:commons-net` from 3.10.0 to 3.11.1
([#&#8203;14396](https://togithub.com/opensearch-project/OpenSearch/pull/14396))
- Bump `com.nimbusds:nimbus-jose-jwt` from 9.37.3 to 9.40
([#&#8203;14398](https://togithub.com/opensearch-project/OpenSearch/pull/14398))
- Bump `org.apache.commons:commons-configuration2` from 2.10.1 to 2.11.0
([#&#8203;14399](https://togithub.com/opensearch-project/OpenSearch/pull/14399))
- Bump `com.gradle.develocity` from 3.17.4 to 3.17.5
([#&#8203;14397](https://togithub.com/opensearch-project/OpenSearch/pull/14397))
- Bump `opentelemetry` from 1.36.0 to 1.40.0
([#&#8203;14457](https://togithub.com/opensearch-project/OpenSearch/pull/14457),
[#&#8203;14674](https://togithub.com/opensearch-project/OpenSearch/pull/14674))
- Bump `opentelemetry-semconv` from 1.25.0-alpha to 1.26.0-alpha
([#&#8203;14674](https://togithub.com/opensearch-project/OpenSearch/pull/14674))
- Bump `azure-identity` from 1.11.4 to 1.13.0, Bump `msal4j` from 1.14.3
to 1.15.1, Bump `msal4j-persistence-extension` from 1.2.0 to 1.3.0
([#&#8203;14506](https://togithub.com/opensearch-project/OpenSearch/pull/14673))
- Bump `com.azure:azure-storage-common` from 12.21.2 to 12.25.1
([#&#8203;14517](https://togithub.com/opensearch-project/OpenSearch/pull/14517))
- Bump `com.microsoft.azure:msal4j` from 1.15.1 to 1.16.0
([#&#8203;14610](https://togithub.com/opensearch-project/OpenSearch/pull/14610))
- Bump `com.github.spullara.mustache.java:compiler` from 0.9.13 to
0.9.14
([#&#8203;14672](https://togithub.com/opensearch-project/OpenSearch/pull/14672))
- Bump `net.minidev:accessors-smart` from 2.5.0 to 2.5.1
([#&#8203;14673](https://togithub.com/opensearch-project/OpenSearch/pull/14673))
- Bump `jackson` from 2.17.1 to 2.17.2
([#&#8203;14687](https://togithub.com/opensearch-project/OpenSearch/pull/14687))
- Bump `net.minidev:json-smart` from 2.5.0 to 2.5.1
([#&#8203;14748](https://togithub.com/opensearch-project/OpenSearch/pull/14748))

##### Changed

- \[Tiered Caching] Move query recomputation logic outside write lock
([#&#8203;14187](https://togithub.com/opensearch-project/OpenSearch/pull/14187))
- unsignedLongRangeQuery now returns MatchNoDocsQuery if the lower
bounds are greater than the upper bounds
([#&#8203;14416](https://togithub.com/opensearch-project/OpenSearch/pull/14416))
- Make the class CommunityIdProcessor final
([#&#8203;14448](https://togithub.com/opensearch-project/OpenSearch/pull/14448))
- Updated the `indices.query.bool.max_clause_count` setting from being
static to dynamically updateable
([#&#8203;13568](https://togithub.com/opensearch-project/OpenSearch/pull/13568))
- Allow [@&#8203;InternalApi](https://togithub.com/InternalApi)
annotation on classes not meant to be constructed outside of the
OpenSearch core
([#&#8203;14575](https://togithub.com/opensearch-project/OpenSearch/pull/14575))
- Add [@&#8203;InternalApi](https://togithub.com/InternalApi) annotation
to japicmp exclusions
([#&#8203;14597](https://togithub.com/opensearch-project/OpenSearch/pull/14597))
- Allow system index warning in OpenSearchRestTestCase.refreshAllIndices
([#&#8203;14635](https://togithub.com/opensearch-project/OpenSearch/pull/14635))
- Make reroute iteration time-bound for large shard allocations
([#&#8203;14848](https://togithub.com/opensearch-project/OpenSearch/pull/14848))

##### Deprecated

- Deprecate batch_size parameter on bulk API
([#&#8203;14725](https://togithub.com/opensearch-project/OpenSearch/pull/14725))

##### Removed

- Remove query categorization changes
([#&#8203;14759](https://togithub.com/opensearch-project/OpenSearch/pull/14759))

##### Fixed

- Fix bug in SBP cancellation logic
([#&#8203;13259](https://togithub.com/opensearch-project/OpenSearch/pull/13474))
- Fix handling of Short and Byte data types in ScriptProcessor ingest
pipeline
([#&#8203;14379](https://togithub.com/opensearch-project/OpenSearch/issues/14379))
- Switch to iterative version of WKT format parser
([#&#8203;14086](https://togithub.com/opensearch-project/OpenSearch/pull/14086))
- Fix match_phrase_prefix_query not working on text field with multiple
values and index_prefixes
([#&#8203;10959](https://togithub.com/opensearch-project/OpenSearch/pull/10959))
- Fix the computed max shards of cluster to avoid int overflow
([#&#8203;14155](https://togithub.com/opensearch-project/OpenSearch/pull/14155))
- Fixed rest-high-level client searchTemplate & mtermVectors endpoints
to have a leading slash
([#&#8203;14465](https://togithub.com/opensearch-project/OpenSearch/pull/14465))
- Write shard level metadata blob when snapshotting searchable snapshot
indexes
([#&#8203;13190](https://togithub.com/opensearch-project/OpenSearch/pull/13190))
- Fix aggs result of NestedAggregator with sub NestedAggregator
([#&#8203;13324](https://togithub.com/opensearch-project/OpenSearch/pull/13324))
- Fix fs info reporting negative available size
([#&#8203;11573](https://togithub.com/opensearch-project/OpenSearch/pull/11573))
- Add ListPitInfo::getKeepAlive() getter
([#&#8203;14495](https://togithub.com/opensearch-project/OpenSearch/pull/14495))
- Fix FuzzyQuery in keyword field will use IndexOrDocValuesQuery when
both of index and doc_value are true
([#&#8203;14378](https://togithub.com/opensearch-project/OpenSearch/pull/14378))
- Fix file cache initialization
([#&#8203;14004](https://togithub.com/opensearch-project/OpenSearch/pull/14004))
- Handle NPE in GetResult if "found" field is missing
([#&#8203;14552](https://togithub.com/opensearch-project/OpenSearch/pull/14552))
- Fix create or update alias API doesn't throw exception for unsupported
parameters
([#&#8203;14719](https://togithub.com/opensearch-project/OpenSearch/pull/14719))
- Refactoring FilterPath.parse by using an iterative approach
([#&#8203;14200](https://togithub.com/opensearch-project/OpenSearch/pull/14200))
- Refactoring Grok.validatePatternBank by using an iterative approach
([#&#8203;14206](https://togithub.com/opensearch-project/OpenSearch/pull/14206))
- Fix NPE when creating index with index.number_of_replicas set to null
([#&#8203;14812](https://togithub.com/opensearch-project/OpenSearch/pull/14812))
- Update help output for \_cat
([#&#8203;14722](https://togithub.com/opensearch-project/OpenSearch/pull/14722))
- Fix bulk upsert ignores the default_pipeline and final_pipeline when
auto-created index matches the index template
([#&#8203;12891](https://togithub.com/opensearch-project/OpenSearch/pull/12891))
- Fix NPE in ReplicaShardAllocator
([#&#8203;14385](https://togithub.com/opensearch-project/OpenSearch/pull/14385))
- Use circuit breaker in InternalHistogram when adding empty buckets
([#&#8203;14754](https://togithub.com/opensearch-project/OpenSearch/pull/14754))
- Create new IndexInput for multi part upload
([#&#8203;14888](https://togithub.com/opensearch-project/OpenSearch/pull/14888))
- Fix searchable snapshot failure with scripted fields
([#&#8203;14411](https://togithub.com/opensearch-project/OpenSearch/pull/14411))
- Fix the visit of inner query for NestedQueryBuilder
([#&#8203;14739](https://togithub.com/opensearch-project/OpenSearch/pull/14739))
- Fix constant_keyword field type used when creating index
([#&#8203;14807](https://togithub.com/opensearch-project/OpenSearch/pull/14807))

</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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants