Skip to content

Commit

Permalink
Upgrading compatibility to opensearch 2.5 (opensearch-project#367)
Browse files Browse the repository at this point in the history
* Upgrading compatibility to opensearch 2.5

Signed-off-by: amitai stern <123amitai@gmail.com>

* latest 2.4 version

Signed-off-by: amitai stern <123amitai@gmail.com>

* keep existing compatibility matrix rows, this pr adds a new row for versions of opensearch after 2.3.0

Signed-off-by: amitai stern <123amitai@gmail.com>

---------

Signed-off-by: amitai stern <123amitai@gmail.com>
  • Loading branch information
AmiStrn committed Feb 17, 2023
1 parent fbef578 commit a924a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- { 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 }
steps:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
Expand Down
9 changes: 5 additions & 4 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
The below matrix shows the compatibility of the [`opensearch-java-client`](https://search.maven.org/artifact/org.opensearch.client/opensearch-java) with versions of [`OpenSearch`](https://opensearch.org/downloads.html#opensearch).

| 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 |
|----------------|--------------------|
| 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 |

## Upgrading

Expand Down

0 comments on commit a924a74

Please sign in to comment.