This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch opensearch-test-container-3.3.1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit b0996e3a6cd23d3d294f6e7b31c7696383264bae Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 7 11:44:14 2025 +0100 Upgrade Opensearch container to 3.3.1 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
