Skip to content

Conversation

@loki-gh-app
Copy link
Contributor

@loki-gh-app loki-gh-app bot commented Dec 4, 2025

🤖 I have created a release beep boop

3.6.3

3.6.3 (2025-12-11)

Bug Fixes

  • Do not override S3 region if already specified in configuration chain (backport release-3.6.x) (#20128) (38582ac)
  • Fix regression in S3 client configuration (backport release-3.6.x) (#20118) (7d8176f)

Merging this PR will release the artifacts of 9385bc6

@loki-gh-app loki-gh-app bot requested a review from a team as a code owner December 4, 2025 17:49
@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 Dec 4, 2025
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.6.x branch from 2ecd5d1 to 9052abb Compare December 5, 2025 10:37
@pull-request-size pull-request-size bot added size/S and removed size/XS labels Dec 5, 2025
nlowe added a commit to nlowe/homelab that referenced this pull request Dec 6, 2025
Loki 3.6.x had an unlisted breaking change in s3 endpoint parsing
due to an AWS SDK Upgrade and is broken until 3.6.3. See the following:

* grafana/loki#19205
* grafana/loki#19908
* grafana/loki#20110
* grafana/loki#20120
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.6.x branch from 9052abb to 50c477f Compare December 9, 2025 16:31
@loki-gh-app loki-gh-app bot force-pushed the release-please--branches--release-3.6.x branch from 50c477f to 215664c Compare December 11, 2025 09:45
@salvacorts salvacorts merged commit 58afa1b into release-3.6.x Dec 11, 2025
64 checks passed
@salvacorts salvacorts deleted the release-please--branches--release-3.6.x branch December 11, 2025 14:03
@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Dec 11, 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-20120-to-main origin/main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 58afa1bbdae657688f686c3937076b579e7b17b2

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

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

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

@loki-gh-app
Copy link
Contributor Author

loki-gh-app bot commented Dec 11, 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