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.18 release note #8779

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Add 2.18 release note #8779

merged 2 commits into from
Nov 1, 2024

Conversation

ananzh
Copy link
Member

@ananzh ananzh commented Oct 31, 2024

Description

add 2.18.0 release note

Issues Resolved

na

Screenshot

na

Testing the changes

na

Changelog

  • skip

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

…ing invalid changelog fragments

Signed-off-by: Anan Zhuang <[email protected]>
Signed-off-by: Anan Zhuang <[email protected]>
@ananzh ananzh changed the title 2.18 note Add 2.18 release note Oct 31, 2024
@github-actions github-actions bot added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label Oct 31, 2024
@ananzh ananzh changed the base branch from 2.18 to 2.x October 31, 2024 23:40
@ananzh ananzh changed the base branch from 2.x to 2.18 November 1, 2024 19:10
Copy link
Member

@ashwin-pc ashwin-pc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love seeing the changeset feature work so well. This would have been a nightmare to manually resolve/validate.

@ananzh ananzh merged commit 168bb52 into opensearch-project:2.18 Nov 1, 2024
7 checks passed
@opensearch-trigger-bot
Copy link
Contributor

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

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

ananzh added a commit to ananzh/OpenSearch-Dashboards that referenced this pull request Nov 1, 2024
* [Bug] Make release note generation more resilient by gracefully handling invalid changelog fragments

Signed-off-by: Anan Zhuang <[email protected]>

* add 2.18.0 release note

Signed-off-by: Anan Zhuang <[email protected]>

---------

Signed-off-by: Anan Zhuang <[email protected]>
ananzh added a commit that referenced this pull request Nov 5, 2024
…8779) (#8789)

* Add 2.18 release note (#8779)

* [Bug] Make release note generation more resilient by gracefully handling invalid changelog fragments

Signed-off-by: Anan Zhuang <[email protected]>

* add 2.18.0 release note

Signed-off-by: Anan Zhuang <[email protected]>

---------

Signed-off-by: Anan Zhuang <[email protected]>

* add 2.17.1 release note

Signed-off-by: Anan Zhuang <[email protected]>

---------

Signed-off-by: Anan Zhuang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed backport Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants