Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into enhance_remove
Browse files Browse the repository at this point in the history
  • Loading branch information
gaobinlong committed Jan 16, 2024
2 parents 7cdcbd0 + c132db9 commit bc79b5d
Show file tree
Hide file tree
Showing 30 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.0
uses: lycheeverse/lychee-action@v1.9.1
with:
args: --accept=200,403,429 --exclude-mail **/*.html **/*.md **/*.txt **/*.json --exclude-file .lychee.excludes
fail: true
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Introduce cluster level setting `cluster.index.restrict.replication.type` to prevent replication type setting override during index creations([#11583](https://github.com/opensearch-project/OpenSearch/pull/11583))
- Add match_only_text field that is optimized for storage by trading off positional queries performance ([#6836](https://github.com/opensearch-project/OpenSearch/pull/11039))
- Introduce new feature flag "WRITEABLE_REMOTE_INDEX" to gate the writeable remote index functionality ([#11717](https://github.com/opensearch-project/OpenSearch/pull/11170))
- Bump OpenTelemetry from 1.32.0 to 1.34.1 ([#11891](https://github.com/opensearch-project/OpenSearch/pull/11891))

### Dependencies
- Bumps jetty version to 9.4.52.v20230823 to fix GMS-2023-1857 ([#9822](https://github.com/opensearch-project/OpenSearch/pull/9822))
Expand Down Expand Up @@ -166,8 +167,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `org.apache.commons:commons-lang3` from 3.13.0 to 3.14.0 ([#11691](https://github.com/opensearch-project/OpenSearch/pull/11691))
- Bump `com.maxmind.db:maxmind-db` from 3.0.0 to 3.1.0 ([#11693](https://github.com/opensearch-project/OpenSearch/pull/11693))
- Bump `net.java.dev.jna:jna` from 5.13.0 to 5.14.0 ([#11798](https://github.com/opensearch-project/OpenSearch/pull/11798))
- Bump `lycheeverse/lychee-action` from 1.8.0 to 1.9.0 ([#11795](https://github.com/opensearch-project/OpenSearch/pull/11795))
- Bump `lycheeverse/lychee-action` from 1.8.0 to 1.9.1 ([#11795](https://github.com/opensearch-project/OpenSearch/pull/11795), [#11887](https://github.com/opensearch-project/OpenSearch/pull/11887))
- Bump `Lucene` from 9.8.0 to 9.9.1 ([#11421](https://github.com/opensearch-project/OpenSearch/pull/11421))
- Bump `com.networknt:json-schema-validator` from 1.0.86 to 1.1.0 ([#11886](https://github.com/opensearch-project/OpenSearch/pull/11886))

### Changed
- Mute the query profile IT with concurrent execution ([#9840](https://github.com/opensearch-project/OpenSearch/pull/9840))
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
api 'com.avast.gradle:gradle-docker-compose-plugin:0.17.6'
api "org.yaml:snakeyaml:${props.getProperty('snakeyaml')}"
api 'org.apache.maven:maven-model:3.9.6'
api 'com.networknt:json-schema-validator:1.0.86'
api 'com.networknt:json-schema-validator:1.1.0'
api 'org.jruby.jcodings:jcodings:1.0.58'
api 'org.jruby.joni:joni:2.2.1'
api "com.fasterxml.jackson.core:jackson-databind:${props.getProperty('jackson_databind')}"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jzlib = 1.1.3
resteasy = 6.2.4.Final

# opentelemetry dependencies
opentelemetry = 1.32.0
opentelemetry = 1.34.1
opentelemetrysemconv = 1.23.1-alpha

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b4aea155f6d6b1032eba85378564431cfd86f562

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3fcc87f3d810ce49d865ee54b40831559c5e129b

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19c9a3f52851a1333b648ed83c82d16eb4c64afd

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b3e74d5b8cf5e60d9965042fa284085bbe081ce3

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
af68f90f0410b7b3a1900d3e0a15ad51b10ffd5b

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4acab18052267e280d1f9de22c591a5c88bed3a6

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9f07e1764389e076a36fb7d9e5769e29f3dab950

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9201e6a43a0a89515626f7516c7d1b2c349f76df

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ab49eb621d6d01f0ad2f016989d0352ef18ea9a2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01fcd8bad38d7b8987f6fc93bd7e933240eb727e

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abad9abc80dfe6118a60413afa161696bbf8dd43

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d88407ae475e5f4e859a81e4f61e362e939f7bc2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
121a75c2ba9ed8b80f5ff131c2411a5d460f38d0

0 comments on commit bc79b5d

Please sign in to comment.