-
Notifications
You must be signed in to change notification settings - Fork 283
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
[2.10] Adds 2.10.0.0 release notes #3337
[2.10] Adds 2.10.0.0 release notes #3337
Conversation
Signed-off-by: Darshit Chanpura <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.10 #3337 +/- ##
============================================
- Coverage 64.10% 64.09% -0.02%
+ Complexity 3368 3366 -2
============================================
Files 256 256
Lines 19515 19515
Branches 3297 3297
============================================
- Hits 12510 12508 -2
- Misses 5359 5362 +3
+ Partials 1646 1645 -1 |
Why not backport from #3280? |
main is broken due to opensearch-project/OpenSearch#9415 but that breaking change is not backported to 2.10. In order to get this in for 2.10 without worrying about fixing CI for main, I raised this PR directly to 2.10 |
* [Build Break] Update CircuitBreakerService and LifecycleComponent after core refactor in #9006 ([#3082](https://github.com/opensearch-project/security/pull/3082)) | ||
* [Build Break] React to changes in ActionListener and ActionResponse from #9082 ([#3153](https://github.com/opensearch-project/security/pull/3153)) | ||
* [Build Break] Disable gradlew build cache to ensure most up-to-date dependencies ([#3186](https://github.com/opensearch-project/security/pull/3186)) | ||
* bump com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.7.1 to 2.8.1 ([#3109](https://github.com/opensearch-project/security/pull/3109)) |
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: Capitalize all first letter of the sentence please? Else we would have to do it consolidated release notes :D
Signed-off-by: Darshit Chanpura <[email protected]>
c61a414
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.