loki icon indicating copy to clipboard operation
loki copied to clipboard

chore(release-3.0.x): release 3.0.1

Open loki-gh-app[bot] opened this issue 9 months ago • 2 comments

:robot: I have created a release beep boop

3.0.1

3.0.1 (2024-06-25)

Bug Fixes


Merging this PR will release the artifacts of 13121a2eb9ce60f811e78b619d7ab4c20cf25ee3

loki-gh-app[bot] avatar May 08 '24 17:05 loki-gh-app[bot]

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

grafanabot avatar May 08 '24 17:05 grafanabot

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

grafanabot avatar May 08 '24 17:05 grafanabot

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-12922-to-main origin/main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 9cf2a94602ed7aea3e617961e3eb009b00c7f062

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

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

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

grafanabot avatar Aug 09 '24 14:08 grafanabot

:robot: Release is at https://github.com/grafana/loki/releases/tag/untagged-9aa54db3bd8255e01bdc :sunflower:

grafanabot avatar Aug 09 '24 14:08 grafanabot