Skip to content

Conversation

loki-gh-app[bot]
Copy link
Contributor

@loki-gh-app loki-gh-app bot commented Jul 31, 2025

🤖 I have created a release beep boop

3.5.4

3.5.4 (2025-09-04)

Bug Fixes

  • docs: added instructions for how to upgrade zone-aware ingesters… (#18663) (e0de7da)
  • Upgrade go version 1.24.6 in release-3.5.x (#19096) (ce8d705)

Merging this PR will release the artifacts of ce8d705

@loki-gh-app loki-gh-app bot requested a review from a team as a code owner July 31, 2025 16:01
@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 Jul 31, 2025
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.5.x branch 2 times, most recently from 604dd2e to d394bec Compare August 12, 2025 20:34
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.5.x branch 4 times, most recently from 883e93c to 6153627 Compare August 20, 2025 20:01
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.5.x branch 5 times, most recently from 8c854af to deb566c Compare August 28, 2025 16:38
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.5.x branch from deb566c to a872840 Compare September 1, 2025 16:35
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.5.x branch from a872840 to cc3d127 Compare September 4, 2025 06:11
@pull-request-size pull-request-size bot added size/S and removed size/XS labels Sep 4, 2025
Copy link
Contributor

@shantanualsi shantanualsi left a comment

Choose a reason for hiding this comment

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

lgtm

@shantanualsi shantanualsi merged commit b4075c0 into release-3.5.x Sep 4, 2025
66 checks passed
@shantanualsi shantanualsi deleted the release-please--branches--release-3.5.x branch September 4, 2025 07:00
@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Sep 4, 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-18680-to-main origin/main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b4075c0a307b68183366d9a2d618948199135e67

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-18680-to-main
# Create the PR body template
PR_BODY=$(gh pr view 18680 --json body --template 'Backport b4075c0a307b68183366d9a2d618948199135e67 from #18680{{ "\n\n---\n\n" }}{{ index . "body" }}')
# Create the PR on GitHub
echo "${PR_BODY}" | gh pr create --title 'chore(release-3.5.x): release 3.5.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-18680-to-main

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

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

@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Sep 4, 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