-
Notifications
You must be signed in to change notification settings - Fork 279
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
Adding the 2.15.0 consolidated release notes #4789
Adding the 2.15.0 consolidated release notes #4789
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
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.
ML Common -> ML Commons
For SQL we have been using SQL instead of OpenSearch SQL in previous release notes. Not sure what to follow here.
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.14.0.md
* Enhance the stability of integration test runs, achieving passing test results on plugins of the distribution builds without requiring manual sign-offs. | ||
* Add condition for OSD integ tests on deb and rpm ([#4770](https://github.com/opensearch-project/opensearch-build/pull/4770)) | ||
* Make endpoint_string one line for ccr test ([#4794](https://github.com/opensearch-project/opensearch-build/pull/4794)) | ||
* Add ci-groups changes for OSD tests ([#4796](https://github.com/opensearch-project/opensearch-build/pull/4796)) | ||
* Add cleanup for the data dir after integtests ([#4798](https://github.com/opensearch-project/opensearch-build/pull/4798)) |
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.
* Enhance the stability of integration test runs, achieving passing test results on plugins of the distribution builds without requiring manual sign-offs. | |
* Add condition for OSD integ tests on deb and rpm ([#4770](https://github.com/opensearch-project/opensearch-build/pull/4770)) | |
* Make endpoint_string one line for ccr test ([#4794](https://github.com/opensearch-project/opensearch-build/pull/4794)) | |
* Add ci-groups changes for OSD tests ([#4796](https://github.com/opensearch-project/opensearch-build/pull/4796)) | |
* Add cleanup for the data dir after integtests ([#4798](https://github.com/opensearch-project/opensearch-build/pull/4798)) | |
* Enhance the stability of integration test runs, achieving passing test results on plugins of the distribution builds without requiring manual sign-offs. | |
* Add condition for OSD integ tests on deb and rpm ([#4770](https://github.com/opensearch-project/opensearch-build/pull/4770)) | |
* Make endpoint_string one line for ccr test ([#4794](https://github.com/opensearch-project/opensearch-build/pull/4794)) | |
* Add ci-groups changes for OSD tests ([#4796](https://github.com/opensearch-project/opensearch-build/pull/4796)) | |
* Add cleanup for the data dir after integtests ([#4798](https://github.com/opensearch-project/opensearch-build/pull/4798)) |
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.
Hi @gaiksaya all those two PRs are under the same category of enhancing integtest
.
* Block delete model requests if an index uses the model ([#1722](https://github.com/opensearch-project/k-NN/pull/1722)) | ||
|
||
|
||
### OpenSearch SQL |
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.
### OpenSearch SQL | |
### SQL |
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.
Seems like before 2.10, we were using OpenSearch SQL
and SQL
after. I feel like OpenSearch SQL
sounds more standardized and we should update all previous ones.
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.8.0.md#opensearch-sql
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.7.0.md#opensearch-sql
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.
Yes @gaiksaya that is why I switch back to OpenSearch SQL to be consistent.
Thanks!
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Sayali Gaikawad <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Sayali Gaikawad <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4789 +/- ##
==========================================
+ Coverage 92.05% 92.06% +0.01%
==========================================
Files 193 193
Lines 6416 6441 +25
==========================================
+ Hits 5906 5930 +24
- Misses 510 511 +1 ☔ View full report in Codecov by Sentry. |
Description
Adding the 2.15.0 consolidated release notes
Issues Resolved
#4681
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.