-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add newer versions of server to compatibility matrix #635
Conversation
Signed-off-by: Vacha Shah <[email protected]>
@@ -21,6 +21,8 @@ jobs: | |||
- { opensearch_version: 2.5.0, java: 11 } | |||
- { opensearch_version: 2.6.0, java: 11 } | |||
- { opensearch_version: 2.7.0, java: 11 } | |||
- { opensearch_version: 2.8.0, java: 11 } | |||
- { opensearch_version: 2.9.0, java: 11 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just fyi, 2.10 is supposed to be released on Monday (:crossed_fingers: ), may be we could include it as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely! I will leave this open till then.
The compatibility with 2.9 is failing, I will take a look into it. |
With 2.9.0 server, seeing the following error in integration tests:
|
Signed-off-by: Vacha Shah <[email protected]>
This is fixed in the latest commits in this PR. |
* Add newer versions of server to compatibility matrix Signed-off-by: Vacha Shah <[email protected]> * Fixing tests with >=2.9.0 and adding 2.10.0 to compatibility matrix Signed-off-by: Vacha Shah <[email protected]> --------- Signed-off-by: Vacha Shah <[email protected]> (cherry picked from commit 063db02) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add newer versions of server to compatibility matrix * Fixing tests with >=2.9.0 and adding 2.10.0 to compatibility matrix --------- (cherry picked from commit 063db02) Signed-off-by: Vacha Shah <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Same as title
Issues Resolved
Resolves #629
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.