-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 Dependecy upgrades changes in changelog.md #5687
Add Dependecy upgrades changes in changelog.md #5687
Conversation
Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
CHANGELOG.md
Outdated
- Bumps `gradle-info-plugin` from 11.3.3 to 12.0.0 ([#5600](https://github.com/opensearch-project/OpenSearch/pull/5600)) | ||
- Bumps `apache-rat` from 0.13 to 0.15 ([#5675](https://github.com/opensearch-project/OpenSearch/pull/5675)) | ||
- Bumps `reactor-netty` from 1.0.18 to 1.1.1 ([#5676](https://github.com/opensearch-project/OpenSearch/pull/5676)) |
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.
Assuming these are all to be backported, which it looks like they have been or will be, then this should go in the Unreleased 2.x section because these changes will be released in the 2.x line.
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.
Thanks @andrross for pointing out. Yes all these will be backported to 2.x branch. I will move these changes to unreleased 2.x section in next commit.
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #5687 +/- ##
=========================================
Coverage 71.06% 71.07%
+ Complexity 58729 58676 -53
=========================================
Files 4763 4763
Lines 279805 279805
Branches 40393 40393
=========================================
+ Hits 198857 198876 +19
+ Misses 64759 64719 -40
- Partials 16189 16210 +21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Rishikesh1159 rishireddy1159@gmail.com
Description
This PR adds Dependency Upgrade changes to CHANGELOG.md for following PR's: #5600, #5675, #5676.
Issues Resolved
[List any issues this PR will resolve]
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.