Skip to content

Conversation

@loki-gh-app
Copy link
Contributor

@loki-gh-app loki-gh-app bot commented Apr 17, 2025

🤖 I have created a release beep boop

3.4.4

3.4.4 (2025-06-09)

Features

  • LID for query splitting (backport release-3.4.x) (#17378) (2cb5ad7)

Bug Fixes


Merging this PR will release the artifacts of 4108c5d

@loki-gh-app loki-gh-app bot requested a review from a team as a code owner April 17, 2025 20:48
@loki-gh-app loki-gh-app bot added autorelease: pending backport main Tag a PR with this label to create a PR which cherry pics it into the main branch product-approved labels Apr 17, 2025
@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Apr 17, 2025

This PR must be merged before a backport PR will be created.

1 similar comment
@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Apr 17, 2025

This PR must be merged before a backport PR will be created.

@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.4.x branch 3 times, most recently from 126ab06 to dced253 Compare April 25, 2025 20:07
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.4.x branch 5 times, most recently from 7eba22e to cf299ae Compare May 9, 2025 18:59
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.4.x branch from cf299ae to 9f73133 Compare May 9, 2025 19:51
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.4.x branch from 9f73133 to 88aed37 Compare May 22, 2025 21:39
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.4.x branch 2 times, most recently from 4409508 to 20adff3 Compare June 3, 2025 20:56
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.4.x branch from 20adff3 to 35d3166 Compare June 9, 2025 17:44
@paul1r paul1r merged commit 5cfe5d4 into release-3.4.x Jun 10, 2025
62 checks passed
@paul1r paul1r deleted the release-please--branches--release-3.4.x branch June 10, 2025 12:47
@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Jun 10, 2025

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 branch
git switch --create backport-17307-to-main origin/main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 5cfe5d401295b034d9f62becd5fb136a65d3418e

When the conflicts are resolved, stage and commit the changes:

git add . && git cherry-pick --continue

If you have the GitHub CLI installed:

# Push the branch to GitHub:
git push --set-upstream origin backport-17307-to-main
# Create the PR body template
PR_BODY=$(gh pr view 17307 --json body --template 'Backport 5cfe5d401295b034d9f62becd5fb136a65d3418e from #17307{{ "\n\n---\n\n" }}{{ index . "body" }}')
# Create the PR on GitHub
echo "${PR_BODY}" | gh pr create --title 'chore(release-3.4.x): release 3.4.4 (backport main)' --body-file - --label 'size/S' --label 'product-approved' --label 'autorelease: pending' --label 'backport' --base main --milestone main --web

Or, if you don't have the GitHub CLI installed (we recommend you install it!):

# Push the branch to GitHub:
git push --set-upstream origin backport-17307-to-main

# Create a pull request where the `base` branch is `main` and the `compare`/`head` branch is `backport-17307-to-main`.

# Remove the local backport branch
git switch main
git branch -D backport-17307-to-main

@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Jun 10, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged backport main Tag a PR with this label to create a PR which cherry pics it into the main branch backport-failed product-approved size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant