Skip to content
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

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

RyanL1997
Copy link
Collaborator

Description

Add release notes for 2.12.0

Issues Resolved

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e560f3a) 55.00% compared to head (f567f45) 55.00%.
Report is 1 commits behind head on 2.12.

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           
Flag Coverage Δ
dashboards-observability 55.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ps48 ps48 merged commit b15346d into opensearch-project:2.12 Feb 10, 2024
19 of 25 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 10, 2024
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>
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.12 failed:

The process '/usr/bin/git' failed with exit code 128

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 base branch is 2.12 and the compare/head branch is backport/backport-1430-to-2.12.

paulstn added a commit that referenced this pull request Feb 13, 2024
* 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]>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 13, 2024
* 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>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 13, 2024
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>
paulstn added a commit that referenced this pull request Feb 13, 2024
* 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]>
ps48 pushed a commit that referenced this pull request Mar 9, 2024
* 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]>
amsiglan pushed a commit to amsiglan/dashboards-observability that referenced this pull request Jun 7, 2024
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants