From d87bb9a2365c970a70bea6c48953bec4175c356d Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Thu, 6 Aug 2026 13:27:44 +0900 Subject: [PATCH] chore: update OpenSearch to 3.8.0 - Bump project version to 3.8.0-SNAPSHOT - Update OpenSearch dependency from 3.7.0 to 3.8.0 - Update OpenSearch Runner from 3.7.0.0 to 3.8.0.0 - Update Log4j from 2.25.3 to 2.25.4 to match OpenSearch 3.8.0 - Update version references and compatibility table in README --- README.md | 5 +++-- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 21c84ba..b362c14 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The OpenSearch Config Sync Plugin provides seamless distribution and synchroniza | Plugin Version | OpenSearch Version | Java Version | |---------------|--------------------|--------------| +| 3.8.x | 3.8.0+ | 21+ | | 3.7.x | 3.7.0+ | 21+ | ## Version History @@ -33,10 +34,10 @@ Please file an [issue](https://github.com/codelibs/opensearch-configsync/issues) ## Installation ```bash -$OPENSEARCH_HOME/bin/opensearch-plugin install org.codelibs.opensearch:opensearch-configsync:3.7.0 +$OPENSEARCH_HOME/bin/opensearch-plugin install org.codelibs.opensearch:opensearch-configsync:3.8.0 ``` -**Note**: Replace `3.7.0` with the latest version available in the [Maven Repository](https://repo1.maven.org/maven2/org/codelibs/opensearch/opensearch-configsync/). +**Note**: Replace `3.8.0` with the latest version available in the [Maven Repository](https://repo1.maven.org/maven2/org/codelibs/opensearch/opensearch-configsync/). ## Getting Started diff --git a/pom.xml b/pom.xml index 78c205b..844910d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.codelibs.opensearch opensearch-configsync - 3.7.1-SNAPSHOT + 3.8.0-SNAPSHOT jar This plugin synchronizes OpenSearch configuration files across nodes, enabling consistent settings and secure, automated updates in distributed environments. 2011 @@ -36,11 +36,11 @@ HEAD - 3.7.0 - 3.7.0.0 + 3.8.0 + 3.8.0.0 org.codelibs.opensearch.configsync.ConfigSyncPlugin 21 - 2.25.3 + 2.25.4 UTF-8