opensearch-project / job-scheduler

Run periodic jobs on the cluster from your plugin
Apache License 2.0
21 stars 73 forks source link

[Release 2.14.0] Add release notes #622

Closed prudhvigodithi closed 4 months ago

prudhvigodithi commented 4 months ago

Description

Add 2.14.0 release notes

Issues Resolved

Part of https://github.com/opensearch-project/job-scheduler/issues/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.

prudhvigodithi commented 4 months ago

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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: 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 ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

prudhvigodithi commented 4 months ago

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 https://github.com/opensearch-project/opensearch-build/issues/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 commented 4 months ago

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