Skip to content
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

Merged
merged 1 commit into from
May 1, 2024

Conversation

prudhvigodithi
Copy link
Member

Description

Add 2.14.0 release notes

Issues Resolved

Part of #606

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --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.

@prudhvigodithi
Copy link
Member Author

@cwperks can you please review this PR?
Adding @bbarani @rishabh6788

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.37%. Comparing base (84746aa) to head (9c99b7a).

❗ Current head 9c99b7a differs from pull request most recent head d8ba483. Consider uploading reports for the commit d8ba483 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

Signed-off-by: Prudhvi Godithi <[email protected]>
@prudhvigodithi
Copy link
Member Author

prudhvigodithi commented May 1, 2024

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.

with:
  env:
    JAVA_HOME_11.0.2[3](https://github.com/opensearch-project/job-scheduler/actions/runs/8913259319/job/24478403975#step:6:3)_x64: /__t/jdk/11.0.23/x6[4](https://github.com/opensearch-project/job-scheduler/actions/runs/8913259319/job/24478403975#step:6:4)
    JAVA_HOME: /__t/jdk/11.0.23/x64
    JAVA_HOME_11_0_23_X64: /__t/jdk/11.0.23/x64
/usr/bin/docker exec  3f66[5](https://github.com/opensearch-project/job-scheduler/actions/runs/8913259319/job/24478403975#step:6:5)fafddaaacd4f99011679c0d335eb3c3971e1db2a7c972a5945c5dc5c995 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib[6](https://github.com/opensearch-project/job-scheduler/actions/runs/8913259319/job/24478403975#step:6:6)4/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.2[8](https://github.com/opensearch-project/job-scheduler/actions/runs/8913259319/job/24478403975#step:6:9)' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)

Adding @peterzhuamazon

@peterzhuamazon
Copy link
Member

Yes @prudhvigodithi expected behavior as CentOS7 does not support node16 or up.

@prudhvigodithi prudhvigodithi added backport 2.x backport 2.14 v2.14.0 Issues targeting release v2.14.0 labels May 1, 2024
Compatible with OpenSearch 2.14.0

### Maintenance
* Increment version to 2.14.0 ([#605](https://github.com/opensearch-project/job-scheduler/pull/605))
Copy link
Member

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.

@cwperks cwperks merged commit ed94a81 into opensearch-project:main May 1, 2024
19 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request May 1, 2024
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>
opensearch-trigger-bot bot pushed a commit that referenced this pull request May 1, 2024
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>
cwperks pushed a commit that referenced this pull request May 1, 2024
(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>
cwperks pushed a commit that referenced this pull request May 1, 2024
(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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport 2.14 v2.14.0 Issues targeting release v2.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants