Skip to content

build(deps): bump the go_modules group across 3 directories with 3 updates#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-9459f09a18
Open

build(deps): bump the go_modules group across 3 directories with 3 updates#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-9459f09a18

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the go_modules group with 2 updates in the / directory: github.com/grafana/loki/v3 and go.mongodb.org/mongo-driver.
Bumps the go_modules group with 1 update in the /integration-tests directory: go.mongodb.org/mongo-driver.
Bumps the go_modules group with 1 update in the /party-ceremony/integration-tests directory: go.mongodb.org/mongo-driver.

Updates github.com/grafana/loki/v3 from 3.0.0-20250710111934-7be3efac7bc5 to 3.6.4

Release notes

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

v3.6.4

3.6.4 (2026-01-21)

Features

Bug Fixes

  • Backport gzip fix release 3.6.x (#20514) (d805266)
  • deps: [Release 3.6.x] Update dskit to resolve Otel conflict (#20368) (fb05a36)

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)

... (truncated)

Changelog

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

3.6.4 (2026-01-21)

Features

Bug Fixes

  • Backport gzip fix release 3.6.x (#20514) (d805266)
  • deps: [Release 3.6.x] Update dskit to resolve Otel conflict (#20368) (fb05a36)

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)

3.6.2 (2025-11-25)

Bug Fixes

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)

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)

... (truncated)

Commits

Updates github.com/prometheus/prometheus from 0.304.2 to 0.305.1-0.20250806170547-208187eaa19b

Commits

Updates go.mongodb.org/mongo-driver from 1.17.2 to 1.17.7

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.7

The MongoDB Go Driver Team is pleased to release version 1.17.7 of the official MongoDB Go Driver.

Release Highlights

This release removes the deprecation notice from options.MergeClientOptions and fixes buffer handling in GSSAPI error description and username functions.

What's Changed

🐛 Fixed

📝 Other Changes

Full Changelog: mongodb/mongo-go-driver@v1.17.6...v1.17.7

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

MongoDB Go Driver 1.17.6

The MongoDB Go Driver Team is pleased to release version 1.17.6 of the official MongoDB Go Driver.

[!NOTE] Due to a bug in the Go Driver release automation, there is no 1.17.5 release.

Release Highlights

This release makes various maintainability improvements to the Go Driver development and release automation.

What's Changed

📝 Other Changes

Full Changelog: mongodb/mongo-go-driver@v1.17.4...v1.17.6

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

MongoDB Go Driver 1.17.4

... (truncated)

Commits
  • eb01e7e BUMP v1.17.7
  • 3c55093 GODRIVER-3766 Remove deprecation notice for MergeClientOptions (#2294)
  • f6163bf GODRIVER-3770 Remove libasan from gssapi tests in CI (#2293)
  • 6798963 GODRIVER-3770 Fix buffer handling in GSSAPI error description and username fu...
  • c1e9575 Add more visible deprecation banner to the 1.17 readme (#2233)
  • d2fa0ab BUMP v1.17.6
  • f1d540b BUMP v1.17.5
  • b879028 GODRIVER-3654 Don't test v1 branches against latest server. (#2188)
  • 21f47d4 Allow ignore-for-release label to satisfy label checker (#2203)
  • 8708ca8 Disable merge-up from release/1.17 (#2202)
  • Additional commits viewable in compare view

Updates go.mongodb.org/mongo-driver from 1.17.2 to 1.17.7

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.7

The MongoDB Go Driver Team is pleased to release version 1.17.7 of the official MongoDB Go Driver.

Release Highlights

This release removes the deprecation notice from options.MergeClientOptions and fixes buffer handling in GSSAPI error description and username functions.

What's Changed

🐛 Fixed

📝 Other Changes

Full Changelog: mongodb/mongo-go-driver@v1.17.6...v1.17.7

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

MongoDB Go Driver 1.17.6

The MongoDB Go Driver Team is pleased to release version 1.17.6 of the official MongoDB Go Driver.

[!NOTE] Due to a bug in the Go Driver release automation, there is no 1.17.5 release.

Release Highlights

This release makes various maintainability improvements to the Go Driver development and release automation.

What's Changed

📝 Other Changes

Full Changelog: mongodb/mongo-go-driver@v1.17.4...v1.17.6

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

MongoDB Go Driver 1.17.4

... (truncated)

Commits
  • eb01e7e BUMP v1.17.7
  • 3c55093 GODRIVER-3766 Remove deprecation notice for MergeClientOptions (#2294)
  • f6163bf GODRIVER-3770 Remove libasan from gssapi tests in CI (#2293)
  • 6798963 GODRIVER-3770 Fix buffer handling in GSSAPI error description and username fu...
  • c1e9575 Add more visible deprecation banner to the 1.17 readme (#2233)
  • d2fa0ab BUMP v1.17.6
  • f1d540b BUMP v1.17.5
  • b879028 GODRIVER-3654 Don't test v1 branches against latest server. (#2188)
  • 21f47d4 Allow ignore-for-release label to satisfy label checker (#2203)
  • 8708ca8 Disable merge-up from release/1.17 (#2202)
  • Additional commits viewable in compare view

Updates go.mongodb.org/mongo-driver from 1.17.2 to 1.17.7

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.7

The MongoDB Go Driver Team is pleased to release version 1.17.7 of the official MongoDB Go Driver.

Release Highlights

This release removes the deprecation notice from options.MergeClientOptions and fixes buffer handling in GSSAPI error description and username functions.

What's Changed

🐛 Fixed

📝 Other Changes

Full Changelog: mongodb/mongo-go-driver@v1.17.6...v1.17.7

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

MongoDB Go Driver 1.17.6

The MongoDB Go Driver Team is pleased to release version 1.17.6 of the official MongoDB Go Driver.

[!NOTE] Due to a bug in the Go Driver release automation, there is no 1.17.5 release.

Release Highlights

This release makes various maintainability improvements to the Go Driver development and release automation.

What's Changed

📝 Other Changes

Full Changelog: mongodb/mongo-go-driver@v1.17.4...v1.17.6

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

MongoDB Go Driver 1.17.4

... (truncated)

Commits
  • eb01e7e BUMP v1.17.7
  • 3c55093 GODRIVER-3766 Remove deprecation notice for MergeClientOptions (#2294)
  • f6163bf GODRIVER-3770 Remove libasan from gssapi tests in CI (#2293)
  • 6798963 GODRIVER-3770 Fix buffer handling in GSSAPI error description and username fu...
  • c1e9575 Add more visible deprecation banner to the 1.17 readme (#2233)
  • d2fa0ab BUMP v1.17.6
  • f1d540b BUMP v1.17.5
  • b879028 GODRIVER-3654 Don't test v1 branches against latest server. (#2188)
  • 21f47d4 Allow ignore-for-release label to satisfy label checker (#2203)
  • 8708ca8 Disable merge-up from release/1.17 (#2202)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the go_modules group with 2 updates in the / directory: [github.com/grafana/loki/v3](https://github.com/grafana/loki) and [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver).
Bumps the go_modules group with 1 update in the /integration-tests directory: [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver).
Bumps the go_modules group with 1 update in the /party-ceremony/integration-tests directory: [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver).


Updates `github.com/grafana/loki/v3` from 3.0.0-20250710111934-7be3efac7bc5 to 3.6.4
- [Release notes](https://github.com/grafana/loki/releases)
- [Changelog](https://github.com/grafana/loki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/loki/commits/v3.6.4)

Updates `github.com/prometheus/prometheus` from 0.304.2 to 0.305.1-0.20250806170547-208187eaa19b
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/prometheus/commits)

Updates `go.mongodb.org/mongo-driver` from 1.17.2 to 1.17.7
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.2...v1.17.7)

Updates `go.mongodb.org/mongo-driver` from 1.17.2 to 1.17.7
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.2...v1.17.7)

Updates `go.mongodb.org/mongo-driver` from 1.17.2 to 1.17.7
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.2...v1.17.7)

---
updated-dependencies:
- dependency-name: github.com/grafana/loki/v3
  dependency-version: 3.6.4
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/prometheus/prometheus
  dependency-version: 0.305.1-0.20250806170547-208187eaa19b
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: go.mongodb.org/mongo-driver
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: go.mongodb.org/mongo-driver
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: go.mongodb.org/mongo-driver
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
...

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 Jun 20, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants