Skip to content

deps(go): bump github.com/grafana/loki/v3 from 3.2.1 to 3.6.3#17

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grafana/loki/v3-3.6.3
Open

deps(go): bump github.com/grafana/loki/v3 from 3.2.1 to 3.6.3#17
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grafana/loki/v3-3.6.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 20, 2026

Bumps github.com/grafana/loki/v3 from 3.2.1 to 3.6.3.

Release notes

Sourced from github.com/grafana/loki/v3's releases.

v3.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)

v3.6.2

3.6.2 (2025-11-25)

Bug Fixes

v3.6.1

3.6.1 (2025-11-21)

Bug Fixes

  • docker: missing permissions to start docker (backport release-3.6.x) (#19948) (48b507f)
  • docker: set WORKDIR to root in loki Dockerfiles (#19952) (6040a09)

v3.6.0

Features

  • Add method to get zone-aware partition consumers (#17377) (4a733fc)
  • analytics: Change how analytics proxy works (#19098)
  • API: Add endpoint returning tenant configured limits (#17101) (6818c90)
  • API: Loki Improvement Document (LID) for query splitting (#16958) (66f0f0b)
  • ci: Add workflow_dispatch for querytee-images workflow (#19541)
  • compactor: Compactor deletion manifest builder (#17474) (47961f8)
  • compactor HS: Add a dashboard for monitoring deletion with horizontally scalable compactor (#18588) (10db8ab)
  • compactor HS: Add a job runner for processing of deletion jobs (#18058)
  • compactor HS: Add job queue and deletion job builder (#17843) (#17843)
  • compactor HS: Add jsonnet for deploying horizontally scalable compactor (#18550) (5e28950)
  • compactor HS: Add support for applying storage updates after finishing processing of deletion manifest (#18294) (ba3c670)
  • compactor HS: Add support for worker for processing of jobs from the compactor's job queue (#18165) (d05c4bc)
  • compactor HS: Fixes and changes for getting horizontally scalable compactor to work well (#18526) (000f90d)
  • compactor HS: Refactor interfaces and build a link between delete requests manager and compactor for HS of compactor (#18326) (3646607)
  • compactor HS: Store index updates per processed segment in the manifest to the object storage (#18212) (8007e22)
  • compactor HS: tune compactor worker config and add experimental feature warning to the docs (#18539) (5bf3f74)
  • compactor HS: Use streaming RPCs for interacting with job queue over grpc (#18125) (385e317)
  • compactor HS: Wire things up and add some metrics (#18421) (bd29320)
  • compactor HS: Add a metric to track the number of jobs left to conclude ongoing unit of work (#19506)
  • dataobj executor: project node (#17312) (395030b)

... (truncated)

Changelog

Sourced from github.com/grafana/loki/v3's changelog.

Changelog

3.6.0 (2025-11-05)

  • Add method to get zone-aware partition consumers (#17377) (4a733fc)
  • analytics: Change how analytics proxy works (#19098)
  • API: Add endpoint returning tenant configured limits (#17101) (6818c90)
  • API: Loki Improvement Document (LID) for query splitting (#16958) (66f0f0b)
  • ci: Add workflow_dispatch for querytee-images workflow (#19541)
  • compactor: Compactor deletion manifest builder (#17474) (47961f8)
  • compactor HS: Add a dashboard for monitoring deletion with horizontally scalable compactor (#18588) (10db8ab)
  • compactor HS: Add a job runner for processing of deletion jobs (#18058)
  • compactor HS: Add job queue and deletion job builder (#17843) (#17843)
  • compactor HS: Add jsonnet for deploying horizontally scalable compactor (#18550) (5e28950)
  • compactor HS: Add support for applying storage updates after finishing processing of deletion manifest (#18294) (ba3c670)
  • compactor HS: Add support for worker for processing of jobs from the compactor's job queue (#18165) (d05c4bc)
  • compactor HS: Fixes and changes for getting horizontally scalable compactor to work well (#18526) (000f90d)
  • compactor HS: Refactor interfaces and build a link between delete requests manager and compactor for HS of compactor (#18326) (3646607)
  • compactor HS: Store index updates per processed segment in the manifest to the object storage (#18212) (8007e22)
  • compactor HS: tune compactor worker config and add experimental feature warning to the docs (#18539) (5bf3f74)
  • compactor HS: Use streaming RPCs for interacting with job queue over grpc (#18125) (385e317)
  • compactor HS: Wire things up and add some metrics (#18421) (bd29320)
  • compactor HS: Add a metric to track the number of jobs left to conclude ongoing unit of work (#19506)
  • dataobj executor: project node (#17312) (395030b)
  • dataobj, executor: filter node execution (#17327) (cf54d50)
  • data-objects: Add query stats collection to the dataobj readers (#17128) (9e68fb0)
  • data-objects: Add p50, p95 and p99 section sizes per tenant (#19054)
  • data-objects: Add p50, p95 and p99 sections per tenant to stats (#19044)
  • data-objects: Add tenant to section builders (#18864)
  • data-objects: Add tenant to section metadata (#18843)
  • data-objects: build multi-tenant data objects (#19034)
  • data-objects: decode tenant when reading streams and logs sections (#18846)
  • data-objects: print the tenant in the dump and stats sub-commands (#19033)
  • data-objects: improve dataobj-inspect command (#18618) (238e0b7)
  • data-objects: Initial index-builder implementation (#18297) (1f0edcd)
  • distributor: Add MaxRecvMsgSize config for uncompressed message size limits (#16915) (1d99f4d)
  • distributor: log ingestion policy when log_push_request is set (#18712) (0ec787f)
  • distributor: Mark truncated log lines with identifier (#18262) (0ee8e76)
  • distributor: stop pushing to the metadata topic from distributors (#17525) (e0f015c)
  • distributor: remove tenant topic tee (#19082)
  • distributor: check for failed reason in distributors (#18128) (104c457)
  • distributor: Add agent IPs to distributor log (#17011) (7fc9026)
  • distributor: Add enforceLimits to ingest_limits.go (#17117) (d197cda)
  • distributor: Add metric to track ingest limits failures in distributor (#17015) (7f1a1c7)
  • distributor: Add tests for enforcing limits in distributors (#17124) (69aeda1)
  • engine: Implements predicate mapping for DataObjScan (#17621) (cbb5be6)
  • engine, dataobj: logql bench wiring for new engine [non-fork] (#17627) (ccb65f9)
  • engine: Add json parsing stage to v2 engine (#19240)
  • engine: Add logfmt parse support to the v2 query engine (#18931)

... (truncated)

Commits
  • 9385bc6 chore: upgrade to Go 1.25 (#20204)
  • 2380e63 docs: backport storage update 3.6 (#20179)
  • 38582ac fix: Do not override S3 region if already specified in configuration chain (b...
  • 7d8176f fix: Fix regression in S3 client configuration (backport release-3.6.x) (#20118)
  • 595d5bf docs: manual backport 20097 3.6 branch (#20104)
  • 903ca3f chore(deps): update module golang.org/x/net to v0.38.0 [security] (release-3....
  • c856b35 docs: Edit deployment modes SSD (backport release-3.6.x) (#20070)
  • b91cb9f docs: backport 20029 to 3.6 branch (#20034)
  • 9cf3ac9 docs: Update RN 3.6.2 (backport release-3.6.x) (#20025)
  • f154160 docs: Sm update to Labels (backport release-3.6.x) (#20020)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/grafana/loki/v3](https://github.com/grafana/loki) from 3.2.1 to 3.6.3.
- [Release notes](https://github.com/grafana/loki/releases)
- [Changelog](https://github.com/grafana/loki/blob/main/CHANGELOG.md)
- [Commits](grafana/loki@v3.2.1...v3.6.3)

---
updated-dependencies:
- dependency-name: github.com/grafana/loki/v3
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update or ping for review. Thank you for your contributions!

@github-actions github-actions Bot added the stale label Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants