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.17.1 release notes #193

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

reta
Copy link
Collaborator

@reta reta commented Sep 27, 2024

Description

Add 2.17.1 release notes

Related Issues

Part of opensearch-project/opensearch-build#5046

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@sarthakaggarwal97 sarthakaggarwal97 merged commit 1b15b01 into opensearch-project:2.17 Sep 27, 2024
14 checks passed
@sarthakaggarwal97 sarthakaggarwal97 added the backport 2.17 Issues and PRs related to version 2.17.0 label Sep 27, 2024
@opensearch-trigger-bot
Copy link
Contributor

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

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

@reta reta added backport 2.x and removed backport 2.17 Issues and PRs related to version 2.17.0 labels Sep 27, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 27, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 1b15b01)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Sep 27, 2024
(cherry picked from commit 1b15b01)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit to reta/custom-codecs that referenced this pull request Sep 27, 2024
…#194)

(cherry picked from commit 1b15b01)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@reta reta mentioned this pull request Sep 27, 2024
5 tasks
sarthakaggarwal97 pushed a commit that referenced this pull request Sep 27, 2024
(cherry picked from commit 1b15b01)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[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.

2 participants