-
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
Fixing release notes path for 2.9 #432
Fixing release notes path for 2.9 #432
Conversation
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[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.
This will need a rebase after the sample extension BWC version is bumped up to 2.10.0
, BWC tests are currently failing due to main still using 2.9
Signed-off-by: Sarat Vemulapalli <[email protected]>
Yup just rebased with main. |
Codecov Report
@@ Coverage Diff @@
## main #432 +/- ##
=========================================
Coverage 29.19% 29.19%
Complexity 98 98
=========================================
Files 22 22
Lines 1185 1185
Branches 109 109
=========================================
Hits 346 346
Misses 818 818
Partials 21 21 |
* Fixing release notes path Signed-off-by: Sarat Vemulapalli <[email protected]> * Fixing main build Signed-off-by: Sarat Vemulapalli <[email protected]> --------- Signed-off-by: Sarat Vemulapalli <[email protected]> (cherry picked from commit dd23cc5)
* Fixing release notes path Signed-off-by: Sarat Vemulapalli <[email protected]> * Fixing main build Signed-off-by: Sarat Vemulapalli <[email protected]> --------- Signed-off-by: Sarat Vemulapalli <[email protected]> (cherry picked from commit dd23cc5)
* Fixing release notes path Signed-off-by: Sarat Vemulapalli <[email protected]> * Fixing main build Signed-off-by: Sarat Vemulapalli <[email protected]> --------- Signed-off-by: Sarat Vemulapalli <[email protected]> (cherry picked from commit dd23cc5) Co-authored-by: Sarat Vemulapalli <[email protected]>
* Fixing release notes path Signed-off-by: Sarat Vemulapalli <[email protected]> * Fixing main build Signed-off-by: Sarat Vemulapalli <[email protected]> --------- Signed-off-by: Sarat Vemulapalli <[email protected]> (cherry picked from commit dd23cc5) Co-authored-by: Sarat Vemulapalli <[email protected]>
Description
Looks like 2.9 release notes were put in https://github.com/saratvemulapalli/job-scheduler/blob/main/release-notes/release-notes/opensearch.job-scheduler.release-notes-2.9.0.0.md which is why workflow failed to release it: https://github.com/opensearch-project/job-scheduler/actions/runs/5649165701/job/15302930573
Also fixed main build broken due to: opensearch-project/OpenSearch#8636
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.