This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 18a5c981d2b7 Upgrade Opensearch container to 3.3.1 (#19846)
18a5c981d2b7 is described below

commit 18a5c981d2b7836728cb3d75154ab800ae7631f2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Nov 7 13:41:27 2025 +0100

    Upgrade Opensearch container to 3.3.1 (#19846)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 components/camel-opensearch/src/main/docs/opensearch-component.adoc     | 2 +-
 .../apache/camel/test/infra/opensearch/services/container.properties    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-opensearch/src/main/docs/opensearch-component.adoc 
b/components/camel-opensearch/src/main/docs/opensearch-component.adoc
index 4497c6742e9a..f7e76f188df5 100644
--- a/components/camel-opensearch/src/main/docs/opensearch-component.adoc
+++ b/components/camel-opensearch/src/main/docs/opensearch-component.adoc
@@ -15,7 +15,7 @@
 *{component-header}*
 
 The OpenSearch component allows you to interface with an
-https://opensearch.org/[OpenSearch] 2.8.x API using the Java API Client 
library.
+https://opensearch.org/[OpenSearch] 3.x API using the Java API Client library.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
diff --git 
a/test-infra/camel-test-infra-opensearch/src/main/resources/org/apache/camel/test/infra/opensearch/services/container.properties
 
b/test-infra/camel-test-infra-opensearch/src/main/resources/org/apache/camel/test/infra/opensearch/services/container.properties
index 5c7adfa574a0..8877b0dfb230 100644
--- 
a/test-infra/camel-test-infra-opensearch/src/main/resources/org/apache/camel/test/infra/opensearch/services/container.properties
+++ 
b/test-infra/camel-test-infra-opensearch/src/main/resources/org/apache/camel/test/infra/opensearch/services/container.properties
@@ -14,5 +14,5 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-opensearch.container=mirror.gcr.io/opensearchproject/opensearch:3.1.0
+opensearch.container=mirror.gcr.io/opensearchproject/opensearch:3.3.1
 opensearch.container.ppc64le=icr.io/ppc64le-oss/opensearch-ppc64le:2.12.0

Reply via email to