-
Notifications
You must be signed in to change notification settings - Fork 336
Fix 3.3 release notes and clear the CHANGELOG #5684
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
Fix 3.3 release notes and clear the CHANGELOG #5684
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5684 +/- ##
==========================================
- Coverage 72.97% 72.91% -0.06%
==========================================
Files 420 420
Lines 26277 26277
Branches 3973 3973
==========================================
- Hits 19175 19161 -14
- Misses 5183 5198 +15
+ Partials 1919 1918 -1 🚀 New features to boost your workflow:
|
* [Resource Sharing] Adds comprehensive documentation for Resource Access Control feature ([#5540](https://github.com/opensearch-project/security/pull/5540)) | ||
* [Resource Sharing] Adds comprehensive documentation for Resource Access Control feature ([#5540](https://github.com/opensearch-project/security/pull/5540)) | ||
|
||
### Dependencies |
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.
Hi @cwperks
Looks like these are the only categories as per guidelines https://github.com/opensearch-project/opensearch-plugins/blob/main/RELEASE_NOTES.md#categories
Maybe maintenance is the right category?
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.
The release notes in core had a section called Dependencies so I copied that here: opensearch-project/OpenSearch#19504
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.
Yeah I believe both cores follow their own thing but we have guidelines for plugins 😅
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit b95e657) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Fix 3.3 release notes and clear the CHANGELOG
Maintenance
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
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.