-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Release 2.14.0] Add release notes #622
Conversation
@cwperks can you please review this PR? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #622 +/- ##
=========================================
Coverage 37.37% 37.37%
Complexity 133 133
=========================================
Files 22 22
Lines 1188 1188
Branches 109 109
=========================================
Hits 444 444
Misses 707 707
Partials 37 37 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Prudhvi Godithi <[email protected]>
The codecov/codecov-action was changed to v3 as the opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main was changed back to CentOS7 (Related PR, Related opensearch-project/opensearch-build#4379), the v4 works with no problem with almalinux8. Error when used v4 and with CentOS7.
Adding @peterzhuamazon |
Yes @prudhvigodithi expected behavior as CentOS7 does not support node16 or up. |
Compatible with OpenSearch 2.14.0 | ||
|
||
### Maintenance | ||
* Increment version to 2.14.0 ([#605](https://github.com/opensearch-project/job-scheduler/pull/605)) |
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.
nit: Version increment PRs can be left out of release notes.
Signed-off-by: Prudhvi Godithi <[email protected]> (cherry picked from commit ed94a81) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Prudhvi Godithi <[email protected]> (cherry picked from commit ed94a81) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit ed94a81) Signed-off-by: Prudhvi Godithi <[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>
(cherry picked from commit ed94a81) Signed-off-by: Prudhvi Godithi <[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
Add 2.14.0 release notes
Issues Resolved
Part of #606
Check List
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.