-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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.14.0 - autoclosed #5606
Update opensearchproject/opensearch Docker tag to v2.14.0 - autoclosed #5606
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocking for #5607
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5606 +/- ##
==========================================
- Coverage 96.20% 96.17% -0.04%
==========================================
Files 327 327
Lines 16014 16014
==========================================
- Hits 15406 15401 -5
- Misses 432 435 +3
- Partials 176 178 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
55614bd
to
cdcdc90
Compare
Signed-off-by: Mend Renovate <bot@renovateapp.com>
cdcdc90
to
ca6319e
Compare
blocked on #5624 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocked on #5624
This PR contains the following updates:
2.5.0
->2.14.0
Release Notes
opensearch-project/OpenSearch (opensearchproject/opensearch)
v2.14.0
Compare Source
2024-05-07 Version 2.14.0 Release Notes
[2.14.0]
Added
batch_size
to_bulk
API. (#12457)Dependencies
org.apache.commons:commons-configuration2
from 2.10.0 to 2.10.1 (#12896)asm
from 9.6 to 9.7 (#12908)net.minidev:json-smart
from 2.5.0 to 2.5.1 (#12893, #13117)netty
from 4.1.107.Final to 4.1.109.Final (#12924, #13233)commons-io:commons-io
from 2.15.1 to 2.16.0 (#12996, #12998, #12999)org.apache.commons:commons-compress
from 1.24.0 to 1.26.1 (#12627)org.apache.commons:commonscodec
from 1.15 to 1.16.1 (#12627)org.apache.commons:commonslang
from 3.13.0 to 3.14.0 (#12627)com.gradle.enterprise
from 3.16.2 to 3.17.2 (#13116, #13191, #13327)gradle/wrapper-validation-action
from 2 to 3 (#13192)com.google.apis:google-api-services-compute
from v1-rev235-1.25.0 to v1-rev20240407-2.0.0 (#13333)com.github.spullara.mustache.java:compiler
from 0.9.10 to 0.9.11 (#13329)commons-cli:commons-cli
from 1.6.0 to 1.7.0 (#13331)jakarta.enterprise:jakarta.enterprise.cdi-api
from 4.0.1 to 4.1.0 (#13328)com.google.api.grpc:proto-google-iam-v1
from 0.12.0 to 1.33.0 (#13332)com.squareup.okio:okio
from 3.8.0 to 3.9.0 (#12997)org.bouncycastle:bc-fips
from 1.0.2.4 to 1.0.2.5 (#13446)lycheeverse/lychee-action
from 1.9.3 to 1.10.0 (#13447)com.netflix.nebula.ospackage-base
from 11.8.1 to 11.9.0 (#13440)Changed
Fixed
v2.13.0
Compare Source
2024-03-21 Version 2.13.0 Release Notes
[2.13.0]
Added
index.query.max_nested_depth
limiting nested queries (#3268index.check_pending_flush.enabled
to expose the ability to disable the check for pending flushes by write threads (#12710)Dependencies
com.squareup.okio:okio
from 3.7.0 to 3.8.0 (#12290)org.bouncycastle:bcprov-jdk15to18
toorg.bouncycastle:bcprov-jdk18on
version 1.77 (#12326)org.bouncycastle:bcmail-jdk15to18
toorg.bouncycastle:bcmail-jdk18on
version 1.77 (#12326)org.bouncycastle:bcpkix-jdk15to18
toorg.bouncycastle:bcpkix-jdk18on
version 1.77 (#12326)gradle/wrapper-validation-action
from 1 to 2 (#12367)netty
from 4.1.106.Final to 4.1.107.Final (#12372)opentelemetry
from 1.34.1 to 1.36.0 (#12388, #12618)org.apache.logging.log4j:log4j-core
from 2.22.1 to 2.23.1 (#12464, #12587)antlr4
from 4.11.1 to 4.13.1 (#12445)com.netflix.nebula.ospackage-base
from 11.8.0 to 11.8.1 (#12461)peter-evans/create-or-update-comment
from 3 to 4 (#12462)lycheeverse/lychee-action
from 1.9.1 to 1.9.3 (#12521)com.azure:azure-core
from 1.39.0 to 1.47.0 (#12520)ch.qos.logback:logback-core
from 1.2.13 to 1.5.3 (#12519)codecov/codecov-action
from 3 to 4 (#12585)org.apache.zookeeper:zookeeper
from 3.9.1 to 3.9.2 (#12580)org.codehaus.woodstox:stax2-api
from 4.2.1 to 4.2.2 (#12579)reactor-netty
from 1.1.15 to 1.1.17 (#12633)reactor
from 3.5.14 to 3.5.15 (#12633)aws-sdk-java
from 2.20.55 to 2.20.86 (#12251)Changed
Fixed
terms
query onfloat
field whendoc_values
are turned off by reverting back toFloatPoint
fromFloatField
(#12499)epoch_millis
datetime field (#12676)v2.12.0
Compare Source
2024-02-09 Version 2.12.0 Release Notes
[2.12.0]
Added
cluster.index.restrict.replication.type
to prevent replication type setting override during index creations(#11583)org.opensearch.rest.MethodHandlers
andRestController#getAllHandlers
(11876)Dependencies
commons-io:commons-io
from 2.13.0 to 2.15.1 (#10294, #11001, #11002, #11446, #11554, #11560, #11796)com.google.api.grpc:proto-google-common-protos
from 2.10.0 to 2.25.1 (#10208, #10298)com.netflix.nebula.ospackage-base
from 11.4.0 to 11.8.0 (#10295, #11630, #12167)org.apache.zookeeper:zookeeper
from 3.9.0 to 3.9.1 (#10506)de.thetaphi:forbiddenapis
from 3.5.1 to 3.6 (#10508)org.codehaus.woodstox:stax2-api
from 4.2.1 to 4.2.2 (#10639)org.bouncycastle:bc-fips
from 1.0.2.3 to 1.0.2.4 (#10297)com.google.http-client:google-http-client
from 1.43.2 to 1.43.3 (#10635)com.squareup.okio:okio
from 3.5.0 to 3.7.0 (#10637, #11632)org.apache.logging.log4j:log4j-core
from 2.20.0 to 2.22.1 (#10858, #11000, #11270, #11695)aws-actions/configure-aws-credentials
from 2 to 4 (#10504)stefanzweifel/git-auto-commit-action
from 4 to 5 (#11171)actions/github-script
from 6 to 7.0.1 (#11271, #12166)jackson
andjackson_databind
from 2.15.2 to 2.16.0 (#11273)netty
from 4.1.100.Final to 4.1.106.Final (#11294, #11775), #12034)com.avast.gradle:gradle-docker-compose-plugin
from 0.16.12 to 0.17.6 (#10163, #11692)com.squareup.okhttp3:okhttp
from 4.11.0 to 4.12.0 (#10861)org.apache.commons:commons-text
from 1.10.0 to 1.11.0 (#11344)reactor-netty-core
from 1.1.12 to 1.1.15 (#11350), (#12042)com.gradle.enterprise
from 3.14.1 to 3.16.2 (#11339, #11629, #12056)actions/setup-java
from 3 to 4 (#11447)commons-net:commons-net
from 3.9.0 to 3.10.0 (#11450)org.apache.maven:maven-model
from 3.9.4 to 3.9.6 (#11445)org.apache.xmlbeans:xmlbeans
from 5.1.1 to 5.2.0 (#11448)logback-core
andlogback-classic
to 1.2.13 (#11521)jetty
version from 9.4.52.v20230823 to 9.4.53.v20231009 (#11539)org.wiremock:wiremock-standalone
from 3.1.0 to 3.3.1 (#11555)org.apache.commons:commons-compress
from 1.24.0 to 1.25.0 (#11556)actions/stale
from 8 to 9 (#11557)com.netflix.nebula:nebula-publishing-plugin
from 20.3.0 to 21.0.0 (#11671)commons-cli:commons-cli
from 1.5.0 to 1.6.0 (#10996)com.maxmind.geoip2:geoip2
from 4.1.0 to 4.2.0 (#11559)org.apache.commons:commons-lang3
from 3.13.0 to 3.14.0 (#11691)com.maxmind.db:maxmind-db
from 3.0.0 to 3.1.0 (#11693)net.java.dev.jna:jna
from 5.13.0 to 5.14.0 (#11798)lycheeverse/lychee-action
from 1.8.0 to 1.9.1 (#11795, #11887)Lucene
from 9.8.0 to 9.9.2 (#11421), (#12063)com.networknt:json-schema-validator
from 1.0.86 to 1.2.0 (#11886, #11963)com.google.api:gax-httpjson
from 0.103.1 to 2.42.0 (#11794, #12165)com.google.oauth-client:google-oauth-client
from 1.34.1 to 1.35.0 (#11960)com.diffplug.spotless
from 6.23.2 to 6.25.0 (#11962, #12055)com.google.cloud:google-cloud-core
from 2.5.10 to 2.30.0 (#11961)reactor-core
from 3.5.11 to 3.5.14 (#12042)org.apache.shiro:shiro-core
from 1.11.0 to 1.13.0 (#12200)com.google.http-client:google-http-client-jackson2
from 1.43.3 to 1.44.1 (#12059)peter-evans/create-issue-from-file
from 4 to 5 (#12057)org.gradle.test-retry
from 1.5.4 to 1.5.8 (#12168)org.apache.kerby:kerb-admin
from 1.0.1 to 2.0.3 (#12194)Changed
only_expunge_deletes
honors max segment size (#10036)_nodes/stats
(#10524)doc_values
are enabled (#11508)Removed
Fixed
class_cast_exception
when passing int to_version
and other metadata fields in ingest simulate API (#10101)lang-painless
module publication (#11369)retry_on_conflict
property (#11152)lang-painless
(#11815)v2.11.1
Compare Source
2023-11-20 Version 2.11.1 Release Notes
[2.11.1]
Changed
Fixed
lang-painless
module publication (#11369)v2.11.0
Compare Source
2023-10-12 Version 2.11.0 Release Notes
[2.11]
Added
Dependencies
peter-evans/create-or-update-comment
from 2 to 3 (#9575)actions/checkout
from 2 to 4 (#9968)org.apache.commons:commons-compress
from 1.23.0 to 1.24.0 ([#9973, #9972][https://github.com/opensearch-project/OpenSearch/pull/9973](https://github.com/opensearch-project/OpenSearch/pull/9973)3,[https://github.com/opensearch-project/OpenSearch/pull/9972](https://github.com/opensearch-project/OpenSearch/pull/9972)2))com.google.cloud:google-cloud-core-http
from 2.21.1 to 2.23.0 (#9971)mockito
from 5.4.0 to 5.5.0 (#10022)bytebuddy
from 1.14.3 to 1.14.7 (#10022)com.zaxxer:SparseBitSet
from 1.2 to 1.3 (#10098)tibdex/github-app-token
from 1.5.0 to 2.1.0 (#10125)org.wiremock:wiremock-standalone
from 2.35.0 to 3.1.0 (#9752)org.eclipse.jgit
from 6.5.0 to 6.7.0 (#10147)codecov/codecov-action
from 2 to 3 (#10209)com.google.http-client:google-http-client-jackson2
from 1.43.2 to 1.43.3 (#10126)org.xerial.snappy:snappy-java
from 1.1.10.3 to 1.1.10.5 (#10206, #10299)org.bouncycastle:bcpkix-jdk15to18
from 1.75 to 1.76 (10219)`org.bouncycastle:bcprov-jdk15to18
from 1.75 to 1.76 (10219)`org.bouncycastle:bcmail-jdk15to18
from 1.75 to 1.76 (10219)`peter-evans/create-pull-request
from 3 to 5 (#10301)org.apache.avro:avro
from 1.11.2 to 1.11.3 (#10210)netty
from 4.1.99.Final to 4.1.100.Final (#10564)Changed
Removed
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.
This PR has been generated by Mend Renovate. View repository job log here.