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 2.19 Release Notes #9325

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

LDrago27
Copy link
Collaborator

@LDrago27 LDrago27 commented Feb 4, 2025

Description

Add 2.19 Release Notes.

Issues Resolved

Screenshot

Testing the changes

Changelog

  • doc: Add 2.19 Release Notes

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Signed-off-by: Suchit Sahoo <[email protected]>
Copy link
Contributor

github-actions bot commented Feb 4, 2025

❌ Invalid Prefix

Invalid description prefix. Found "docs". Expected "breaking", "deprecate", "feat", "fix", "infra", "doc", "chore", "refactor", "security", "skip", or "test".

@LDrago27 LDrago27 merged commit f04c140 into opensearch-project:2.19 Feb 4, 2025
2 checks passed
@opensearch-trigger-bot
Copy link
Contributor

The backport to main 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/OpenSearch-Dashboards/backport-main main
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-main
# Create a new branch
git switch --create backport/backport-9325-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f04c140417a3fbb14fd8391fee1807e225f021c9
# Push it to GitHub
git push --set-upstream origin backport/backport-9325-to-main
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-main

Then, create a pull request where the base branch is main and the compare/head branch is backport/backport-9325-to-main.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 4, 2025
* Add 2.19 Release Notes

Signed-off-by: Suchit Sahoo <[email protected]>

* Changeset file for PR #9325 created/updated

---------

Signed-off-by: Suchit Sahoo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit f04c140)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
LDrago27 added a commit to LDrago27/OpenSearch-Dashboards that referenced this pull request Feb 4, 2025
* Add 2.19 Release Notes

Signed-off-by: Suchit Sahoo <[email protected]>

* Changeset file for PR opensearch-project#9325 created/updated

---------

Signed-off-by: Suchit Sahoo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
@LDrago27 LDrago27 mentioned this pull request Feb 4, 2025
7 tasks
LDrago27 added a commit that referenced this pull request Feb 4, 2025
* Add 2.19 Release Notes

* Changeset file for PR #9325 created/updated

---------

Signed-off-by: Suchit Sahoo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
LDrago27 added a commit to LDrago27/OpenSearch-Dashboards that referenced this pull request Feb 4, 2025
…9327)

* Add 2.19 Release Notes

* Changeset file for PR opensearch-project#9325 created/updated

---------

Signed-off-by: Suchit Sahoo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
LDrago27 added a commit that referenced this pull request Feb 5, 2025
* Add 2.19 Release Notes

* Changeset file for PR #9325 created/updated

---------

Signed-off-by: Suchit Sahoo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
ruchidh pushed a commit to ruchidh/OpenSearch-Dashboards that referenced this pull request Feb 6, 2025
…9327)

* Add 2.19 Release Notes

* Changeset file for PR opensearch-project#9325 created/updated

---------

Signed-off-by: Suchit Sahoo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
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.

3 participants