-
Notifications
You must be signed in to change notification settings - Fork 57
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 release notes for 2.12.0 #1430
Conversation
Signed-off-by: Ryan Liang <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.12 #1430 +/- ##
=======================================
Coverage 55.00% 55.00%
=======================================
Files 315 315
Lines 11178 11178
Branches 2992 2992
=======================================
Hits 6149 6149
Misses 4978 4978
Partials 51 51
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit b15346d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/dashboards-observability/backport-2.12 2.12
# Navigate to the new working tree
pushd ../.worktrees/dashboards-observability/backport-2.12
# Create a new branch
git switch --create backport/backport-1430-to-2.12
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b15346dd4e13b707824a7c1abdd47bf1c13b93a4
# Push it to GitHub
git push --set-upstream origin backport/backport-1430-to-2.12
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/dashboards-observability/backport-2.12 Then, create a pull request where the |
* Add release notes for 2.12.0 (#1430) Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit b15346d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update release-notes/dashboards-observability.release-notes-2.12.0.0.md Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Paul Sebastian <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Sebastian <[email protected]>
* Add release notes for 2.12.0 (#1430) Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit b15346d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update release-notes/dashboards-observability.release-notes-2.12.0.0.md Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Paul Sebastian <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Sebastian <[email protected]> (cherry picked from commit 3afae5c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit b15346d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add release notes for 2.12.0 (#1430) Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit b15346d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update release-notes/dashboards-observability.release-notes-2.12.0.0.md Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Paul Sebastian <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Sebastian <[email protected]>
* Add release notes for 2.12.0 (#1430) (cherry picked from commit b15346d) * Update release-notes/dashboards-observability.release-notes-2.12.0.0.md --------- (cherry picked from commit 3afae5c) Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Paul Sebastian <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Sebastian <[email protected]>
* Add release notes for 2.12.0 (opensearch-project#1430) Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit b15346d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update release-notes/dashboards-observability.release-notes-2.12.0.0.md Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Paul Sebastian <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Sebastian <[email protected]> (cherry picked from commit 3afae5c)
Description
Add release notes for 2.12.0
Issues Resolved
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.