-
Notifications
You must be signed in to change notification settings - Fork 923
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.16 release notes #7561
2.16 release notes #7561
Conversation
Signed-off-by: Suchit Sahoo <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7561 +/- ##
==========================================
- Coverage 63.65% 63.64% -0.02%
==========================================
Files 3629 3629
Lines 79519 79522 +3
Branches 12602 12604 +2
==========================================
- Hits 50618 50611 -7
- Misses 25834 25842 +8
- Partials 3067 3069 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -73,8 +73,17 @@ async function readFragments() { | |||
|
|||
validateFragment(fragmentContents); | |||
|
|||
const fragmentYaml = loadYaml(fragmentContents) as Changelog; | |||
const fragmentContentLines = fragmentContents.split('\n'); |
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.
thx for the fix
@@ -0,0 +1,192 @@ | |||
# VERSION 3.0.0 Release Note |
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.
should this be 2.16.0? the same question for the file name 😆 😆 😆
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.
Fixed the Issue.
|
||
### 🛡 Security | ||
|
||
- [CVE-2024-28863] Bump tar from 6.1.11 to 6.2.1 ([#6492](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6492)) |
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: I see there are styles inconsistent
[CVE-2024-28863] Bump tar from 6.1.11
to 6.2.1
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.
maybe we could define a style like the above and ask LLM to fix the rest and check typos.
Signed-off-by: Suchit Sahoo <[email protected]>
Do we need to include other PRs that are still not merged in? Let's add them tmrw? |
Should release notes generated on release branch(2.16) and merged to release branch first and then backport to |
Closing it will open a new PR with updated Notes |
Description
The PR adds 2.16 Release Notes and changelogs.
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration