-
Notifications
You must be signed in to change notification settings - Fork 78
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 Release Notes for 2.19.0.0 #1163
Add Release Notes for 2.19.0.0 #1163
Conversation
Signed-off-by: Yizhe Liu <[email protected]>
release-notes/opensearch-neural-search.release-notes-2.19.0.0.md
Outdated
Show resolved
Hide resolved
release-notes/opensearch-neural-search.release-notes-2.19.0.0.md
Outdated
Show resolved
Hide resolved
release-notes/opensearch-neural-search.release-notes-2.19.0.0.md
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1163 +/- ##
============================================
- Coverage 81.72% 81.62% -0.10%
+ Complexity 1247 1246 -1
============================================
Files 93 93
Lines 4213 4213
Branches 714 714
============================================
- Hits 3443 3439 -4
- Misses 500 505 +5
+ Partials 270 269 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yizhe Liu <[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.
LGTM. Thanks!
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.
LGTM
@yizheliu-amazon are you looking to the BWC rolling test failures? Looks like it's failing constantly, I've restarted 3-4 times. |
e8ed3a4
into
opensearch-project:main
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-1163-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e8ed3a406123aeae4a2aab80490ec14c07951665
# Push it to GitHub
git push --set-upstream origin backport/backport-1163-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.19 2.19
# Navigate to the new working tree
cd .worktrees/backport-2.19
# Create a new branch
git switch --create backport/backport-1163-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e8ed3a406123aeae4a2aab80490ec14c07951665
# Push it to GitHub
git push --set-upstream origin backport/backport-1163-to-2.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.19 Then, create a pull request where the |
* Add Release Notes for 2.19.0.0 Signed-off-by: Yizhe Liu <[email protected]>
No. Currently I am looking into integ test issue: #1161 |
Description
Add Release Notes for 2.19.0.0
Related Issues
Resolves #968
Check List
--signoff
.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.