From 4647583f584f93062a2f5adb0b83d1c95f7661c8 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Thu, 18 Jan 2024 19:31:20 -0800 Subject: [PATCH] Adding OpenSearch 2.11.0 to the matrix (#814) * Adding OpenSearch 2.11.0 to the matrix Signed-off-by: Vacha Shah * Updating version Signed-off-by: Vacha Shah --------- Signed-off-by: Vacha Shah --- .github/workflows/test-integration.yml | 1 + COMPATIBILITY.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2961130bdf..9308fb7078 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -24,6 +24,7 @@ jobs: - { opensearch_version: 2.8.0, java: 11 } - { opensearch_version: 2.9.0, java: 11 } - { opensearch_version: 2.10.0, java: 11 } + - { opensearch_version: 2.11.1, java: 11 } steps: - name: Checkout Java Client uses: actions/checkout@v3 diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index bdab6cc899..c1b6fca51d 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -9,7 +9,7 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https | Client Version | OpenSearch Version | |----------------|--------------------| | 1.0.0 | 1.x | -| 2.x.0 | 1.3.13-2.10.0 | +| 2.x.0 | 1.3.13-2.x.x | ## Compatibility with JDK