From 4d2fff3230131285177bf1b99d1152201177a5bd Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Tue, 16 May 2023 18:37:45 +0000 Subject: [PATCH] Adding new OpenSearch versions to the compatibility matrix and testing Signed-off-by: Vacha Shah --- .github/workflows/test-integration.yml | 4 +++- COMPATIBILITY.md | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 5f76dfd2a2..2aa32ecb2d 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -12,13 +12,15 @@ jobs: - { opensearch_version: 1.0.1, java: 11 } - { opensearch_version: 1.1.0, java: 11 } - { opensearch_version: 1.2.4, java: 11 } - - { opensearch_version: 1.3.5, java: 11 } + - { opensearch_version: 1.3.9, java: 11 } - { opensearch_version: 2.0.1, java: 11 } - { opensearch_version: 2.1.0, java: 11 } - { opensearch_version: 2.2.1, java: 11 } - { opensearch_version: 2.3.0, java: 11 } - { opensearch_version: 2.4.1, java: 11 } - { opensearch_version: 2.5.0, java: 11 } + - { opensearch_version: 2.6.0, java: 11 } + - { opensearch_version: 2.7.0, java: 11 } steps: - name: Checkout Java Client uses: actions/checkout@v3 diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 78b2b1372b..994c3102ef 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -7,10 +7,12 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https | Client Version | OpenSearch Version | |----------------|--------------------| -| 1.0.0 | 1.0.0-1.3.3 | -| 2.0.0 | 1.3.3-2.0.1 | -| 2.1.0 | 1.3.3-2.3.0 | -| 2.2.0 | 1.3.3-2.5.0 | +| 1.0.0 | 1.0.0-1.3.9 | +| 2.0.0 | 1.3.9-2.0.1 | +| 2.1.0 | 1.3.9-2.3.0 | +| 2.2.0 | 1.3.9-2.5.0 | +| 2.3.0 | 1.3.9-2.7.0 | +| 2.4.0 | 1.3.9-2.7.0 | ## Upgrading