Skip to content

chore(release-3.6.x): release 3.6.5 - #20592

Merged
salvacorts merged 1 commit into
release-3.6.xfrom
release-please--branches--release-3.6.x
Feb 6, 2026
Merged

chore(release-3.6.x): release 3.6.5#20592
salvacorts merged 1 commit into
release-3.6.xfrom
release-please--branches--release-3.6.x

Conversation

@loki-gh-app

@loki-gh-app loki-gh-app Bot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

3.6.5

3.6.5 (2026-02-06)

Features

Bug Fixes

  • bump go version for 3.6.x (#20667) (b06b508)
  • LineFilterLabelFilter.String() regexp correct delimiters (backport release-3.6.x) (#20649) (9d5fb5f)

Merging this PR will release the artifacts of 1967a6a

@loki-gh-app
loki-gh-app Bot requested a review from a team as a code owner January 28, 2026 10:17
@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 Jan 28, 2026
@loki-gh-app
loki-gh-app Bot force-pushed the release-please--branches--release-3.6.x branch from 7aacae0 to 0943ddf Compare February 2, 2026 17:38
@pull-request-size pull-request-size Bot added size/S and removed size/XS labels Feb 2, 2026
@loki-gh-app
loki-gh-app Bot force-pushed the release-please--branches--release-3.6.x branch from 0943ddf to b6b9827 Compare February 4, 2026 00:56
@NanoTrasen-Inc

NanoTrasen-Inc commented Feb 4, 2026

Copy link
Copy Markdown

(Psst you might want to update this documentation first:

test: [ "CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:3100/ready || exit 1" ]

@loki-gh-app
loki-gh-app Bot force-pushed the release-please--branches--release-3.6.x branch 2 times, most recently from 7a4c8ee to a44cc60 Compare February 4, 2026 21:19
@salvacorts

Copy link
Copy Markdown
Contributor

@NanoTrasen-Inc can you elaborate on what should we change there and why? Sorry I may be missing some context.
Thank you!

@salvacorts

Copy link
Copy Markdown
Contributor

@NanoTrasen-Inc nvm, I see you already shared that (#20590 (comment)) and we have the fix in place #20684

@loki-gh-app
loki-gh-app Bot force-pushed the release-please--branches--release-3.6.x branch from a44cc60 to 55d4d75 Compare February 6, 2026 11:57
@salvacorts
salvacorts merged commit 515d3ff into release-3.6.x Feb 6, 2026
77 checks passed
@salvacorts
salvacorts deleted the release-please--branches--release-3.6.x branch February 6, 2026 14:01
@loki-gh-app

loki-gh-app Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor Author

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

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-20592-to-main
# Create the PR body template
PR_BODY=$(gh pr view 20592 --json body --template 'Backport 515d3ff16049a6b920daee0c324166cf0cb9dc8b from #20592{{ "\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.5 (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-20592-to-main

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

# Remove the local backport branch
git switch main
git branch -D backport-20592-to-main
@loki-gh-app

loki-gh-app Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor Author
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

2 participants