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

chore: prepare release v3.19.3 #3730

Merged
merged 1 commit into from
May 23, 2024
Merged

chore: prepare release v3.19.3 #3730

merged 1 commit into from
May 23, 2024

Conversation

sumo-drosiek
Copy link
Contributor

Checklist

  • Changelog updated or skip changelog label added
  • Documentation updated
  • Template tests added for new features
  • Integration tests added or modified for major features

@sumo-drosiek sumo-drosiek requested a review from a team as a code owner May 23, 2024 13:00
@github-actions github-actions bot added the documentation documentation label May 23, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@sumo-drosiek sumo-drosiek changed the title chore: prepare v3.19.3 chore: prepare release v3.19.3 May 23, 2024
@sumo-drosiek sumo-drosiek enabled auto-merge (squash) May 23, 2024 13:07
@sumo-drosiek sumo-drosiek enabled auto-merge (squash) May 23, 2024 13:07
@sumo-drosiek sumo-drosiek force-pushed the drosiek-release branch 2 times, most recently from 0ad1ca5 to 7e99f79 Compare May 23, 2024 13:08
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek sumo-drosiek merged commit ee23a97 into release-v3.19 May 23, 2024
13 of 14 checks passed
@sumo-drosiek sumo-drosiek deleted the drosiek-release branch May 23, 2024 13:22
@sumo-backporter
Copy link
Contributor

The backport to main failed:

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

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-main main
# Navigate to the new working tree
cd .worktrees/backport-main
# Create a new branch
git switch --create backport-3730-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ee23a97dc0b46cda91b9acd432fa8002e726e7b5
# Push it to GitHub
git push --set-upstream origin backport-3730-to-main
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-main

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants