Skip to content

chore(deps): update docker.io/opensearchproject/opensearch docker tag to v3#45

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-opensearchproject-opensearch-3.x
Open

chore(deps): update docker.io/opensearchproject/opensearch docker tag to v3#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-opensearchproject-opensearch-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 5, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
docker.io/opensearchproject/opensearch final major 2.13.03.6.0

Release Notes

opensearch-project/OpenSearch (docker.io/opensearchproject/opensearch)

v3.6.0

Compare Source

Version 3.6.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.6.0

Features
  • Add bitmap64 query support (#​20606)
  • Add warmup phase for pull-based ingestion to prevent serving stale data before catching up with the streaming source (#​20526)
  • Implement field_mapping ingestion message mapper for pull-based ingestion (#​20729)
  • Add mapper_settings support and field_mapping mapper type for pull-based ingestion (#​20722)
  • Remove experimental tag for pull-based ingestion, marking it as public API (#​20704)
Enhancements
  • Add index warmer support for replica shards using segment replication (#​20650)
  • Add indices to search request slow log for easier request identification (#​20588)
  • Add node-level JVM and CPU runtime metrics following OpenTelemetry semantic conventions (#​20844)
  • Add new Sensitive setting property for tiering dynamic settings authorization (#​20901)
  • Add adaptive shard selection for bulk writes on append-only indices (#​20065)
  • Add support for expected remote cluster name validation in CCS sniff mode (#​20532)
  • Add search_settings support to WLM workload groups with initial timeout setting (#​20536)
  • Add scroll API support for workload management rule-based autotagging (#​20151)
  • Add stream request flag to SearchRequestContext for plugin consumption (#​20530)
  • Support Docker distribution builds for ppc64le, arm64, and s390x architectures (#​20678)
  • Fallback to Netty HTTP client when AWS CRT client is unavailable on the target platform (#​20698)
  • Add intra-segment support for single-value metric aggregations (sum, min, max, avg, stats, cardinality, value_count) (#​20503)
  • Expose wrapped scorer in ProfileScorer for plugin access to custom scorer methods (#​20549)
  • Fix ProfileScorer.getChildren() to expose wrapped scorer in the scorer tree hierarchy (#​20607)
  • Remove X-Request-Id format restrictions and make maximum length configurable (#​21048)
  • Make telemetry Tags immutable with allocation-efficient factories and content-based equality (#​20788)
  • Add ref_path support for package-based Hunspell dictionary loading with multi-tenant isolation (#​20840)
  • Prevent criteria field updates for context-aware indices to simplify version management (#​20250)
  • Add indexer interface to decouple IndexShard from Engine for pluggable engine architectures (#​20675)
  • Use ReadAdviseByContext for MMapDirectory instead of Lucene default read advise (#​21062)
Bug Fixes
  • Fix copy_to functionality for geo_point fields with object and array values (#​20542)
  • Fix field_caps returning empty results for disable_objects mappings and field name corruption (#​20814)
  • Fix terms lookup subquery to use cluster max_clause_count setting instead of hardcoded fallback (#​20823)
  • Fix terms aggregation performance regression on high-cardinality fields by adding a max cardinality setting (#​20623)
  • Fix terms aggregation performance regression using segment-to-global ordinals mapping (#​20683)
  • Fix array_index_out_of_bounds_exception with wildcard and aggregations under concurrent access (#​20842)
  • Add range validations in query builder and field mapper (#​20518)
  • Fix synonym_graph filter failure with word_delimiter_graph by handling analyzer dependency ordering (#​19248)
  • Fix index template pattern collision false positives for multi-wildcard patterns (#​20702)
  • Fix SecurityException when using opensearch.cgroups.hierarchy.override setting (#​20565)
  • Fix SLF4J component error caused by slf4j-api version mismatch with log4j binding (#​20587)
  • Fix JSON escaping in task details log metadata (#​20802)
  • Fix listBlobsByPrefixInSortedOrder in EncryptedBlobContainer to respect limit and prevent JVM exhaustion (#​20514)
  • Fix batched deletion of stale cluster metadata manifests to prevent remote storage pile-up (#​20566)
  • Fix segment replication infinite retry caused by stale metadata checkpoint (#​20551)
  • Fix ExitableTerms to delegate getMin/getMax methods avoiding slow path in field sort (#​20775)
  • Lazily initialize stored field reader in SourceLookup to avoid unnecessary madvise calls (#​20827)
  • Fix CriteriaBasedCodec to work with delegate codec (#​20442)
  • Show heap percent threshold instead of moving average in search cancellation messages (#​20779)
  • Relax updatedAt validation for WLM workload group creation to handle minor clock skew (#​20486)
  • Improve exception messaging when encountering legacy Elasticsearch version IDs during upgrade (#​20512)
  • Fix Windows service startup with OpenJDK by updating procrun to 1.5.1 (#​20615)
  • Expose STRICT_EXPAND_OPEN_HIDDEN_FORBID_CLOSED index option via static method (#​20980)
  • Fix stale segments cleanup to also trigger based on segments map size threshold (#​20976)
  • Move Randomness from server to lib/common to reduce FIPS demo installer size (#​20570)
  • Add accessUnixDomainSocket permission for transport-grpc on Windows (#​20649)
  • Harden HTTP/3 support detection by checking Quic native library availability for the target platform (#​20680)
  • Use OPENSEARCH_FIPS_MODE environment variable to enable FIPS enforced mode instead of checking for bcFIPS jars (#​20625)
  • Fix Arrow Flight transport TLS certificate hot-reload (#​20700)
  • Fix stream transport TLS certificate hot-reload by using live SSLContext from SecureTransportSettingsProvider (#​20734)
  • Ensure transient ThreadContext headers with propagators survive context restore (#​20854)
Maintenance
  • Bump Apache Lucene from 10.3.2 to 10.4.0 (#​20735)
  • Update Netty to 4.2.12.Final (#​20586), (#​20997), (#​20998)
  • Update Jackson to 2.21.2 (#​20989)
  • Bump OpenTelemetry to 1.60.1 and OpenTelemetry Semconv to 1.40.0 (#​20737), (#​20797)
  • Bump Project Reactor to 3.8.4 and Reactor Netty to 1.3.4 (#​20589), (#​20834)
  • Bump ch.qos.logback:logback-classic to 1.5.32 and logback-core to 1.5.27 (#​20525), (#​20761)
  • Bump com.nimbusds:nimbus-jose-jwt from 10.7 to 10.8 (#​20715)
  • Bump com.sun.xml.bind:jaxb-impl from 4.0.6 to 4.0.7 (#​20886)
  • Bump com.netflix.nebula.ospackage-base from 12.2.0 to 12.3.0 (#​20799)
  • Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 (#​20576)
  • Bump org.jline:jline from 3.30.6 to 4.0.0 (#​20800)
  • Bump org.jruby.jcodings:jcodings from 1.0.63 to 1.0.64 (#​20713)
  • Bump org.jruby.joni:joni from 2.2.3 to 2.2.7 (#​20714), (#​20759)
  • Bump org.tukaani:xz from 1.11 to 1.12 (#​20760)
  • Bump shadow-gradle-plugin from 8.3.9 to 9.3.1 (#​20569)

v3.5.0

Compare Source

Version 3.5.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.5.0

Added
  • Add support for fields containing dots in their name as literals (#​19958)
  • Add support for forward translog reading (#​20163)
  • Added public getter method in SourceFieldMapper to return excluded field (#​20205)
  • Add integ test for simulating node join left event when data node cluster state publication lag because the cluster applier thread being busy (#​19907).
  • Relax jar hell check when extended plugins share transitive dependencies (#​20103)
  • Added public getter method in SourceFieldMapper to return included field (#​20290)
  • Support for HTTP/3 (server side) (#​20017)
  • Add circuit breaker support for gRPC transport to prevent out-of-memory errors (#​20203)
  • Add index-level-encryption support for snapshots and remote-store (#​20095)
  • Adding BackWardCompatibility test for remote publication enabled cluster (#​20221)
  • Support for hll field mapper to support cardinality rollups (#​20129)
  • Add tracing support for StreamingRestChannel (#​20361)
  • Introduce new libs/netty4 module to share common implementation between netty-based plugins and modules (transport-netty4, transport-reactor-netty4) (#​20447)
  • Add validation to make crypto store settings immutable (#​20123)
  • Introduce concurrent translog recovery to accelerate segment replication primary promotion (#​20251)
  • Update to almalinux:10 (#​20482)
  • Add X-Request-Id to uniquely identify a search request (#​19798)
  • Added TopN selection logic for streaming terms aggregations (#​20481)
  • Added support for Intra Segment Search (#​19704)
  • Introduce AdditionalCodecs and EnginePlugin::getAdditionalCodecs hook to allow additional Codec registration (#​20411)
Changed
  • Handle custom metadata files in subdirectory-store (#​20157)
  • Add support for missing proto fields in GRPC FunctionScore and Highlight (#​20169)
  • Ensure all modules are included in INTEG_TEST testcluster distribution (#​20241)
  • Cleanup HttpServerTransport.Dispatcher in Netty tests (#​20160)
  • Use compact object headers with JDK25+ (#​20392)
  • Add cluster.initial_cluster_manager_nodes to testClusters OVERRIDABLE_SETTINGS (#​20348)
  • Add BigInteger support for unsigned_long fields in gRPC transport (#​20346)
  • Install demo security information when running ./gradlew run -PinstalledPlugins="['opensearch-security']" (#​20372)
  • Add Alt-Svc header support to advertise HTTP/3 availability (#​20434)
  • Refactor streaming agg query phase planning (#​20471)
Fixed
  • Fix Snapshot rename replacement unbounded length rename (#​20464)
  • Fix segment replication failure during rolling restart (#​19234)
  • Fix bug of warm index: FullFileCachedIndexInput was closed error (#​20055)
  • Fix flaky test ClusterMaxMergesAtOnceIT.testClusterLevelDefaultUpdatesMergePolicy (#​18056)
  • Fix bug in Assertion framework(Yaml Rest test): numeric comparison fails when comparing Integer vs Long (or Float vs Double) (#​19376)
  • Fix Netty deprecation warnings in transport-netty4 module (#​20233)
  • Fix snapshot restore when an index sort is present (#​20284)
  • Fix SearchPhaseExecutionException to properly initCause (#​20320)
  • [repository-s3] remove endpointOverride and let AWS SDK V2 S3 determine the s3 url based on bucket name or arn provided (#​20345)
  • Fix cluster.remote.<cluster_alias>.server_name setting no populating SNI (#​20321)
  • Fix X-Opaque-Id header propagation (along with other response headers) for streaming Reactor Netty 4 transport (#​20371)
  • Allow removing plugin that's optionally extended (#​20417)
  • Fix indexing regression and bug fixes for grouping criteria. (20145)
  • LeafReader should not remove SubReaderWrappers incase IndexWriter encounters a non aborting Exception (#​20193)
  • Fix Netty deprecation warnings in transport-reactor-netty4 module (20429)
  • Fix stats aggregation returning zero results with size:0. (20427)
  • Fix the node local term and version being truncated in logs when host providers return very long IP or host strings (20432)
  • Remove child level directory on refresh for CompositeIndexWriter (#​20326)
  • Fixes and refactoring in stream transport to make it more robust (#​20359)
Dependencies
  • Bump com.google.auth:google-auth-library-oauth2-http from 1.38.0 to 1.41.0 (#​20183)
  • Bump actions/checkout from 5 to 6 (#​20186)
  • Bump org.apache.commons:commons-configuration2 from 2.12.0 to 2.13.0 (#​20185, #​20184)
  • Bump Project Reactor to 3.8.1 and Reactor Netty to 1.3.1 (#​20217)
  • Bump OpenTelemetry to 1.57.0 and OpenTelemetry Semconv to 1.37.0 (#​20231)
  • Bump peter-evans/create-pull-request from 7 to 8 (#​20236)
  • Bump org.apache.kerby:kerb-admin from 2.1.0 to 2.1.1 (#​20235)
  • Bump org.checkerframework:checker-qual from 3.49.0 to 3.52.1 (#​20234)
  • Bump netty to 4.2.9.Final (#​20230)
  • Bump log4j from 2.21.0 to 2.25.3 (#​20308)
  • Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 (#​20300)
  • Bump ch.qos.logback:logback-core from 1.5.20 to 1.5.23 (#​20303)
  • Bump com.google.api.grpc:proto-google-iam-v1 from 1.57.0 to 1.58.2 (#​20302)
  • Bump actions/setup-java from 4 to 5 (#​20304)
  • Bump com.squareup.okhttp3:okhttp from 5.3.0 to 5.3.2 (#​20331)
  • Bump asm from 9.7 to 9.9.1 (#​20330)
  • Bump actions/upload-artifact from 5 to 6 (#​20333)
  • Bump com.google.http-client:google-http-client-appengine from 2.0.2 to 2.0.3 (#​20332)
  • Bump jackson from 2.18.1 to 2.20.1 (#​20343)
  • Bump opensearch-protobufs from 0.24.0 to 1.0.0 and update transport-grpc module compatibility (#​20335)
  • Bump Apache HttpClient5 to 5.6 (#​20358)
  • Bump Apache HttpCore5 to 5.4 (#​20358)
  • Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#​20368)
  • Bump org.jline:jline from 3.30.5 to 3.30.6 (#​20369)
  • Bump lycheeverse/lychee-action from 2.6.1 to 2.7.0 (#​20370)
  • Bump opensearch-protobufs from 1.0.0 to 1.1.0 and update transport-grpc module compatibility (#​20396)
  • Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#​20407)
  • Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.13.2 (#​20406)
  • Bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#​20408)
  • Bump reactor-netty to 1.3.2, reactor to 3.8.2 (#​20419)
  • Bump org.apache.maven:maven-model from 3.9.6 to 3.9.12 (#​20438)
  • Bump dnsjava:dnsjava from 3.6.3 to 3.6.4 (#​20440)
  • Bump com.netflix.nebula.ospackage-base from 12.1.1 to 12.2.0 (#​20439)
  • Bump OpenTelemetry to 1.58.0 (#​20441)
  • Bump com.nimbusds:nimbus-jose-jwt from 10.6 to 10.7 (#​20478)
  • Bump opensearch-protobufs from 1.1.0 to 1.2.0 (#​20480)
  • Bump com.netflix.nebula:nebula-publishing-plugin from 21.1.0 to 23.0.0 (#​20477)
Removed
  • Remove identity-shiro from plugins folder (#​20305)

v3.4.0

Compare Source

Version 3.4.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.4.0

Added
  • Allow setting index.creation_date on index creation and restore for plugin compatibility and migrations (#​19931)
  • Add support for a ForkJoinPool type (#​19008)
  • Add seperate shard limit validation for local and remote indices (#​19532)
  • Use Lucene pack method for half_float and unsigned_long when using ApproximatePointRangeQuery (#​19553)
  • New cluster setting search.query.max_query_string_length_monitor_only (#​19539)
  • Add a mapper for context aware segments grouping criteria (#​19233)
  • Return full error for GRPC error response (#​19568)
  • Add support for repository with Server side encryption enabled and client side encryption as well based on a flag (#​19630)
  • Add pluggable gRPC interceptors with explicit ordering(#​19005)
  • Add BindableServices extension point to transport-grpc-spi (#​19304)
  • Add metrics for the merged segment warmer feature (#​18929)
  • Handle deleted documents for filter rewrite sub-aggregation optimization (#​19643)
  • Add bulk collect API for filter rewrite sub-aggregation optimization (#​19933)
  • Allow collectors take advantage of preaggregated data using collectRange API (#​20009)
  • Bulk collection logic for metrics and cardinality aggregations (#​20067)
  • Add pointer based lag metric in pull-based ingestion (#​19635)
  • Introduced internal API for retrieving metadata about requested indices from transport actions (#​18523)
  • Add cluster defaults for merge autoThrottle, maxMergeThreads, and maxMergeCount; Add segment size filter to the merged segment warmer (#​19629)
  • Add build-tooling to run in FIPS environment (#​18921)
  • Add SMILE/CBOR/YAML document format support to Bulk GRPC endpoint (#​19744)
  • Make test-suite runnable under FIPS compliance support (#​18491)
  • Implement GRPC Search params Highlightand Sort (#​19868)
  • Implement GRPC ConstantScoreQuery, FuzzyQuery, MatchBoolPrefixQuery, MatchPhrasePrefix, PrefixQuery, MatchQuery (#​19854)
  • Add async periodic flush task support for pull-based ingestion (#​19878)
  • Add support for context aware segments (#​19098)
  • Implement GRPC FunctionScoreQuery (#​19888)
  • Implement error_trace parameter for bulk requests (#​19985)
  • Allow the truncate filter in normalizers (#​19778)
  • Support pull-based ingestion message mappers and raw payload support (#​19765)
  • Add search API tracker (#​18601)
  • Support dynamic consumer configuration update in pull-based ingestion (#​19963)
  • Cache the StoredFieldsReader for scroll query optimization (#​20112)
  • Add Hybrid Cardinality collector to prioritize Ordinals Collector (#​19524)
Changed
  • Combining filter rewrite and skip list to optimize sub aggregation(#​19573)
  • Faster terms query creation for keyword field with index and docValues enabled (#​19350)
  • Refactor to move prepareIndex and prepareDelete methods to Engine class (#​19551)
  • Omit maxScoreCollector in SimpleTopDocsCollectorContext when concurrent segment search enabled (#​19584)
  • Onboarding new maven snapshots publishing to s3 (#​19619)
  • Remove MultiCollectorWrapper and use MultiCollector in Lucene instead (#​19595)
  • Change implementation for percentiles aggregation for latency improvement (#​19648)
  • Wrap checked exceptions in painless.DefBootstrap to support JDK-25 (#​19706)
  • Refactor the ThreadPoolStats.Stats class to use the Builder pattern instead of constructors (#​19317)
  • Refactor the IndexingStats.Stats class to use the Builder pattern instead of constructors (#​19306)
  • Remove FeatureFlag.MERGED_SEGMENT_WARMER_EXPERIMENTAL_FLAG. (#​19715)
  • Replace java.security.AccessController with org.opensearch.secure_sm.AccessController in sub projects with SocketAccess class (#​19803)
  • Replace java.security.AccessController with org.opensearch.secure_sm.AccessController in discovery plugins (#​19802)
  • Change the default value of doc_values in WildcardFieldMapper to true. (#​19796)
  • Make Engine#loadHistoryUUID() protected and Origin#isFromTranslog() public (#​19753)
  • Bump opensearch-protobufs dependency to 0.23.0 and update transport-grpc module compatibility (#​19831)
  • Refactor the RefreshStats class to use the Builder pattern instead of constructors (#​19835)
  • Refactor the DocStats and StoreStats class to use the Builder pattern instead of constructors (#​19863)
  • Pass registry of headers from ActionPlugin.getRestHeaders to ActionPlugin.getRestHandlerWrapper (#​19875)
  • Refactor the Condition.Stats and DirectoryFileTransferTracker.Stats class to use the Builder pattern instead of constructors (#​19862)
  • Refactor the RemoteTranslogTransferTracker.Stats and RemoteSegmentTransferTracker.Stats class to use the Builder pattern instead of constructors (#​19837)
  • Refactor the GetStats, FlushStats and QueryCacheStats class to use the Builder pattern instead of constructors (#​19935)
  • Add RangeSemver for dependencies in plugin-descriptor.properties (#​19939)
  • Refactor the FieldDataStats and CompletionStats class to use the Builder pattern instead of constructors (#​19936)
  • Thread Context Preservation by gRPC Interceptor (#​19776)
  • Update NoOpResult constructors in the Engine to be public (#​19950)
  • Make XContentMapValues.filter case insensitive (#​19976)
  • Refactor the TranslogStats and RequestCacheStats class to use the Builder pattern instead of constructors (#​19961)
  • Improve performance of matrix_stats aggregation (#​19989)
  • Refactor the IndexPressutreStats, DeviceStats and TransportStats class to use the Builder pattern instead of constructors (#​19991)
  • Refactor the Cache.CacheStats class to use the Builder pattern instead of constructors (#​20015)
  • Refactor the HttpStats, ScriptStats, AdaptiveSelectionStats and OsStats class to use the Builder pattern instead of constructors (#​20014)
  • Bump opensearch-protobufs dependency to 0.24.0 and update transport-grpc module compatibility (#​20059)
  • Refactor the ShardStats, WarmerStats and IndexingPressureStats class to use the Builder pattern instead of constructors (#​19966)
  • Add skiplist optimization to auto_date_histogram aggregation (#​20057)
  • Throw exceptions for currently unsupported GRPC request-side fields (#​20162)
Fixed
  • Fix Allocation and Rebalance Constraints of WeightFunction are incorrectly reset (#​19012)
  • Fix flaky test FieldDataLoadingIT.testIndicesFieldDataCacheSizeSetting (#​19571)
  • Fix case-insensitive wildcard + aggregation query crash (#​19489)
  • Avoid primary shard failure caused by merged segment warmer exceptions (#​19436)
  • Fix pull-based ingestion out-of-bounds offset scenarios and remove persisted offsets (#​19607)
  • Fix issue with updating core with a patch number other than 0 (#​19377)
  • [Java Agent] Allow JRT protocol URLs in protection domain extraction (#​19683)
  • Fix potential concurrent modification exception when updating allocation filters (#​19701)
  • Fix wildcard query with escaped backslash followed by wildcard character (#​19719)
  • Fix file-based ingestion consumer to handle start point beyond max line number (#​19757)
  • Fix IndexOutOfBoundsException when running include/exclude on non-existent prefix in terms aggregations (#​19637)
  • Fixed assertion unsafe use of ClusterService.state() in ResourceUsageCollectorService ([#​19775])(#​19775))
  • Fix Unified highlighter for nested fields when using matchPhrasePrefixQuery (#​19442)
  • Add S3Repository.LEGACY_MD5_CHECKSUM_CALCULATION to list of repository-s3 settings (#​19788)
  • Fix NullPointerException when restoring remote snapshot with missing shard size information (#​19684)
  • Fix NPE of ScriptScoreQuery (#​19650)
  • Fix ClassCastException in FlightClientChannel for requests larger than 16KB (#​20010)
  • Fix GRPC Bulk (#​19937)
  • Fix node bootstrap error when enable stream transport and remote cluster state (#​19948)
  • Keep track and release Reactor Netty 4 Transport accepted Http Channels during the Node shutdown (#​20106)
  • Fix deletion failure/error of unused index template; case when an index template matches a data stream but has a lower priority. (#​20102)
  • Fixed version incompatibility in remote state entities using bytestream for ser/de (#​20080)
  • Fix toBuilder method in EngineConfig to include mergedSegmentTransferTracker(#​20105)
  • Fixed handling of property index in BulkRequest during deserialization (#​20132)
  • Fix negative CPU usage values in node stats (#​19120)
  • Fix duplicate registration of FieldDataCache dynamic setting (#​20140)
  • Fix array out of bounds during aggregation (#​20204)
Dependencies
  • Bump Apache Lucene from 10.3.1 to 10.3.2 (#​20026)
  • Update to Gradle 9.2 (#​19575) (#​19856)
  • Update bundled JDK to JDK-25 (#​19314)
  • Bump peter-evans/create-or-update-comment from 4 to 5 (#​19536)
  • Bump com.azure:azure-core-http-netty from 1.15.12 to 1.16.1 (#​19533)
  • Bump org.apache.zookeeper:zookeeper from 3.9.3 to 3.9.4 (#​19535)
  • Bump com.azure:azure-storage-common from 12.30.2 to 12.30.3 (#​19615)
  • Bump peter-evans/create-issue-from-file from 5 to 6 (#​19616)
  • Bump com.squareup.okhttp3:okhttp from 5.1.0 to 5.3.0 (#​19614, #​19944)
  • Bump com.microsoft.azure:msal4j from 1.21.0 to 1.23.1 (#​19688)
  • Bump commons-net:commons-net from 3.11.1 to 3.12.0 (#​19687)
  • Bump org.apache.avro:avro from 1.12.0 to 1.12.1 (#​19692)
  • Bump com.github.spotbugs:spotbugs-annotations from 4.9.6 to 4.9.8 (#​19691)
  • Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#​19689)
  • Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture (#​19763)
  • Bump github/codeql-action from 3 to 4 (#​19785)
  • Bump gradle/actions from 4 to 5 (#​19781)
  • Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 (#​19818)
  • Bump com.google.http-client:google-http-client-gson from 1.47.1 to 2.0.0 (#​19253)
  • Bump com.sun.xml.bind:jaxb-impl from 2.2.3-1 to 4.0.6 (#​19472)
  • Bump tj-actions/changed-files from 46.0.5 to 47.0.0 (#​19873)
  • Bump com.google.api.grpc:proto-google-iam-v1 from 1.55.0 to 1.57.0 (#​19872)
  • Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 (#​19871)
  • Exclude group com.microsoft.sqlserver from hadoop-minicluster (#​19889)
  • Bump netty to 4.2.4 (#​19178)
  • Bump actions/github-script from 7 to 8 (#​19946)
  • Bump com.google.api:gax-httpjson from 2.69.0 to 2.72.1 (#​19943)
  • Update Hadoop to 3.4.2 and enable security (Kerberos) integration tests under JDK-24 and above (#​19952)
  • Bump com.google.cloud:google-cloud-storage from 2.55.0 to 2.60.0 (#​20023)
  • Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#​20022)
  • Bump com.squareup.okio:okio from 3.16.0 to 3.16.3 (#​20025)
  • Bump org.tukaani:xz from 1.10 to 1.11 (#​20082)
  • Bump com.google.api:api-common from 2.52.0 to 2.55.1 (#​20083)
  • Bump actions/upload-artifact from 4 to 5 (#​20081)
  • Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 (#​20084)
  • Bump commons-logging from 1.2 to 1.3.5 (#​20156)
Deprecated
  • Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder (#​19317)
  • Deprecated existing constructors in IndexingStats.Stats in favor of the new Builder (#​19306)
  • Deprecated existing constructors in RefreshStats in favor of the new Builder (#​19835)
  • Deprecated existing constructors in DocStats and StoreStats in favor of the new Builder (#​19863)
  • Deprecated existing constructors in Condition.Stats and DirectoryFileTransferTracker.Stats in favor of the new Builder (#​19862)
  • Deprecated existing constructors in RemoteTranslogTransferTracker.Stats and RemoteSegmentTransferTracker.Stats in favor of the new Builder (#​19837)
  • Deprecated existing constructors in GetStats, FlushStats and QueryCacheStats in favor of the new Builder (#​19935)
  • Deprecated existing constructors in FieldDataStats and CompletionStats in favor of the new Builder (#​19936)
  • Deprecated existing constructors in TranslogStats and RequestCacheStats in favor of the new Builder (#​19961)
  • Deprecated existing constructors in IndexPressutreStats, DeviceStats and TransportStats in favor of the new Builder (#​19991)
  • Deprecated existing constructors in Cache.CacheStats in favor of the new Builder (#​20015)
  • Deprecated existing constructors in HttpStats, ScriptStats, AdaptiveSelectionStats and OsStats in favor of the new Builder (#​20014)
  • Deprecated existing constructors in ShardStats, WarmerStats and IndexingPressureStats in favor of the new Builder (#​19966)

v3.3.2

Compare Source

Version 3.3.2 Release Notes

Compatible with OpenSearch 3.3.2 and OpenSearch Dashboards 3.3.0

Fixed
  • [Star Tree] Fix sub-aggregator casting for search with profile=true (#​19652)
  • [Java Agent] Allow JRT protocol URLs in protection domain extraction (#​19683)
  • Fix bwc @​timestamp upgrade issue by adding a version check on skip_list param (#​19671)
  • Fix issue with updating core with a patch number other than 0 (#​19377)
  • Fix IndexOutOfBoundsException when running include/exclude on non-existent prefix in terms aggregations (#​19637)
  • Add S3Repository.LEGACY_MD5_CHECKSUM_CALCULATION to list of repository-s3 settings (#​19789)
Dependencies
  • Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture (#​19764)
  • Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 (#​19817)

v3.3.1

Compare Source

Version 3.3.1 Release Notes

OpenSearch 3.3.1 Only.

Fixed
  • Fix issue with updating core with a patch number other than 0 (#​19377)
  • [Star Tree] Fix sub-aggregator casting for search with profile=true (#​19652)
  • Fix bwc @​timestamp upgrade issue by adding a version check on skip_list param (#​19671)

v3.3.0

Compare Source

Version 3.3.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.3.0

Added
  • Expand fetch phase profiling to support inner hits and top hits aggregation phases (#​18936)
  • [Rule-based Auto-tagging] add the schema for security attributes (#​19345)
  • Add temporal routing processors for time-based document routing (#​18920)
  • Implement Query Rewriting Infrastructure (#​19060)
  • The dynamic mapping parameter supports false_allow_templates (#​19065, #​19097)
  • [Rule-based Auto-tagging] restructure the in-memory trie to store values as a set (#​19344)
  • Add a toBuilder method in EngineConfig to support easy modification of configs (#​19054)
  • Add StoreFactory plugin interface for custom Store implementations (#​19091)
  • Use S3CrtClient for higher throughput while uploading files to S3 (#​18800)
  • [Rule-based Auto-tagging] bug fix on Update Rule API with multiple attributes (#​19497)
  • Add a dynamic setting to change skip_cache_factor and min_frequency for querycache (#​18351)
  • Add overload constructor for Translog to accept Channel Factory as a parameter (#​18918)
  • Addition of fileCache activeUsage guard rails to DiskThresholdMonitor (#​19071)
  • Add subdirectory-aware store module with recovery support (#​19132)
  • [Rule-based Auto-tagging] Modify get rule api to suit nested attributes (#​19429)
  • [Rule-based Auto-tagging] Add autotagging label resolving logic for multiple attributes (#​19486)
  • Field collapsing supports search_after (#​19261)
  • Add a dynamic cluster setting to control the enablement of the merged segment warmer (#​18929)
  • Publish transport-grpc-spi exposing QueryBuilderProtoConverter and QueryBuilderProtoConverterRegistry (#​18949)
  • Support system generated search pipeline. ([#&#82

Configuration

📅 Schedule: (UTC)

  • 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 renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from 012d0a1 to d87b365 Compare June 24, 2025 22:11
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from d87b365 to 9c2d188 Compare July 17, 2025 01:57
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch 2 times, most recently from c92a25e to 876bf40 Compare August 19, 2025 23:36
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch 2 times, most recently from c8197d9 to 713b879 Compare October 16, 2025 00:36
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from 713b879 to 09eff64 Compare October 22, 2025 22:34
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from 09eff64 to 8859d61 Compare October 30, 2025 23:28
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from 8859d61 to 2a3b7fa Compare November 15, 2025 20:49
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch 2 times, most recently from aff8a20 to cecf9b4 Compare December 17, 2025 02:28
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from cecf9b4 to 815d818 Compare January 15, 2026 21:51
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch 2 times, most recently from 9600cfe to 5223741 Compare February 16, 2026 21:28
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from 5223741 to a3b322a Compare March 15, 2026 21:46
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from a3b322a to cdc5a91 Compare April 8, 2026 00:31
@renovate renovate Bot force-pushed the renovate/docker.io-opensearchproject-opensearch-3.x branch from cdc5a91 to c0b98fc Compare April 16, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants