Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps the go-dependencies group with 20 updates in the / directory:

Package From To
github.com/go-openapi/strfmt 0.24.0 0.25.0
github.com/golang-migrate/migrate/v4 4.18.1 4.19.1
github.com/hashicorp/consul/api 1.32.0 1.33.0
github.com/klauspost/compress 1.18.0 1.18.2
github.com/minio/minio-go/v7 7.0.93 7.0.97
github.com/prometheus/alertmanager 0.29.0 0.30.0
github.com/spf13/afero 1.11.0 1.15.0
go.etcd.io/etcd/api/v3 3.5.17 3.6.6
go.etcd.io/etcd/client/pkg/v3 3.5.17 3.6.6
go.etcd.io/etcd/client/v3 3.5.17 3.6.6
go.opentelemetry.io/contrib/propagators/aws 1.36.0 1.39.0
go.opentelemetry.io/otel/bridge/opentracing 1.36.0 1.39.0
golang.org/x/net 0.47.0 0.48.0
github.com/VictoriaMetrics/fastcache 1.12.2 1.13.2
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.50.1 1.53.5
github.com/parquet-go/parquet-go 0.25.1 0.26.3
github.com/prometheus/procfs 0.16.1 0.19.2
github.com/tjhop/slog-gokit 0.1.4 0.1.5
go.opentelemetry.io/collector/pdata 1.35.0 1.48.0
google.golang.org/protobuf 1.36.10 1.36.11

Updates github.com/go-openapi/strfmt from 0.24.0 to 0.25.0

Commits
  • a235dd3 tests: replaced stretchr/testify by go-openapi/testify
  • b93d88e chore: updated license marks in source files
  • 398a468 build(deps): bump go.mongodb.org/mongo-driver
  • 68b6683 feat(format): add uuid7 string format support
  • ad12a81 build(deps): bump golang.org/x/net in the golang-org-dependencies group
  • 5c9b6bd chore(refact): assembled bson-dependent methods and tests
  • 5e4146b chore(deps): removed dependency to govalidator
  • See full diff in compare view

Updates github.com/golang-migrate/migrate/v4 from 4.18.1 to 4.19.1

Release notes

Sourced from github.com/golang-migrate/migrate/v4's releases.

v4.19.1

What's Changed

New Contributors

Full Changelog: golang-migrate/migrate@v4.19.0...v4.19.1

v4.19.0

What's Changed

New Contributors

Full Changelog: golang-migrate/migrate@v4.18.3...v4.19.0

v4.18.3

Changelog

  • a4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
  • f37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
  • 5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0
  • e6d84f6 Drop support for Go 1.22 and add support for Go 1.24
  • fccd197 Mention CLI install instructions in main README
  • 34c2b4a Remove redundant build tags
  • a868033 Update FAQ.md - typo
  • 7269490 Update golangci-lint version used in GitHub Actions
  • c5137c4 Update migrate -help output for the readme file
  • 033835a Update to dktest v0.4.5
  • 8b09191 fix: typo limited not limitted

... (truncated)

Commits
  • 89e308c chore: remove dependency on "hashicorp/go-multierror" (#1322)
  • 472ef2e Merge pull request #1336 from golang-migrate/dependabot/go_modules/golang.org...
  • 8d76259 Bump golang.org/x/crypto from 0.43.0 to 0.45.0
  • 9f9df7c chore: Update cloud.google.com/go/spanner version (#1330)
  • a371c8e Merge pull request #1304 from iamonah/fix/clarify-databaseName-meaning
  • 43cc3b3 Merge pull request #1325 from HaraldNordgren/linter_issues
  • f939a89 Merge pull request #1335 from golang-migrate/dependabot/go_modules/golang.org...
  • 6dd86e0 Bump golang.org/x/crypto from 0.36.0 to 0.45.0
  • 70e6d6d Merge pull request #1333 from matsoob/updateGoInBaseImage
  • a51d0da Merge pull request #1334 from golang-migrate/dependabot/go_modules/github.com...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/consul/api from 1.32.0 to 1.33.0

Changelog

Sourced from github.com/hashicorp/consul/api's changelog.

1.22.1 (November 27, 2025)

SECURITY:

  • connect: Upgrade envoy version to 1.35.6 [GH-23056]
  • security: Updated golang.org/x/crypto from v0.42.0 to v0.44.0. This resolves GO-2025-4116

IMPROVEMENTS:

  • ui: Removed ember-route-action-helper and migrated all {{route-action}} usages to explicit route/controller logic. [GH-23004]
  • ui: Replaced reopen() calls with direct property assignment and subclassing to resolve Ember component reopen deprecation warnings [GH-22971]
  • ui: removed deprecated Route#renderTemplate usage by introducing DebugLayout component and controller-based conditional rendering for docs routes [GH-22978]
  • ui: resolved multiple Ember deprecations:
  • Removed mutation-after-consumption warnings in Outlet by staging state updates outside the render pass
  • Replaced deprecated Route#replaceWith/transitionTo usage with RouterService in affected routes
  • Avoided mutating objects produced by {{hash}} (setting-on-hash) by switching to tracked POJOs [GH-23010]

BUG FIXES:

  • acl: fixed a bug where ACL policy replication in WANfed is impacted when primaryDC is inconsistent [GH-22954]
  • xds: fix RBAC failure in upstream service when there are more than one downstream exported service with same name but different peer [GH-23049]
  • xds: fix bug where Using replacePrefixMatch: "/" results in double slashes (//path) and Using replacePrefixMatch: "" does not strip the prefix at all (e.g., mapping /v1/dashboard → /dashboard) resulting in 301 and 404 errors respectively [GH-23035]

1.22.1 Enterprise (November 27, 2025)

SECURITY:

  • connect: Upgrade envoy version to 1.35.6 [GH-23056]
  • security: Updated golang.org/x/crypto from v0.42.0 to v0.44.0. This resolves GO-2025-4116

IMPROVEMENTS:

  • ui: Removed ember-route-action-helper and migrated all {{route-action}} usages to explicit route/controller logic. [GH-23004]
  • ui: Replaced reopen() calls with direct property assignment and subclassing to resolve Ember component reopen deprecation warnings [GH-22971]
  • ui: removed deprecated Route#renderTemplate usage by introducing DebugLayout component and controller-based conditional rendering for docs routes [GH-22978]
  • ui: resolved multiple Ember deprecations:
  • Removed mutation-after-consumption warnings in Outlet by staging state updates outside the render pass
  • Replaced deprecated Route#replaceWith/transitionTo usage with RouterService in affected routes
  • Avoided mutating objects produced by {{hash}} (setting-on-hash) by switching to tracked POJOs [GH-23010]

BUG FIXES:

  • acl: fixed a bug where ACL policy replication in WANfed is impacted when primaryDC is inconsistent [GH-22954]
  • xds: fix RBAC failure in upstream service when there are more than one downstream exported service with same name but different peer [GH-23049]
  • xds: fix bug where Using replacePrefixMatch: "/" results in double slashes (//path) and Using replacePrefixMatch: "" does not strip the prefix at all (e.g., mapping /v1/dashboard → /dashboard) resulting in 301 and 404 errors respectively [GH-23035]

1.21.7 Enterprise (November 27, 2025)

SECURITY:

  • security: Upgrade golang to 1.25.4. [GH-23029]

... (truncated)

Commits
  • 1a47ec5 submodule version update
  • 5d2aa72 post release changes (#22950) (#22980)
  • c0922f9 Backport of [UI] replace direct use of transitionTo with router service's tra...
  • f7c80bc Backport of upgrade: logrus to v1.9.3 into release/1.22.x (#22974)
  • 5efc188 Backport of upgrade golang to latest patch into release/1.22.x (#22968)
  • 36140dc Backport of upgrades ember-collection into release/1.22.x (#22966)
  • 504ec51 [UI] deprecation this property fallback into 1.22.x(#22928) (#22964)
  • 9562c06 Backport of [UI] Remove send Action deprecation into release/1.22.x (#22957)
  • 70583a7 Backport of UI/Deprecation Computed property override into release/1.22.x (#2...
  • 0b00c01 Backport of UI/deprecation ember views partial into release/1.22.x (#22952)
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.18.0 to 1.18.2

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.18.2

What's Changed

v1.18.1 is marked "retracted" due to invalid flate/zip/gzip encoding.

New Contributors

Full Changelog: klauspost/compress@v1.18.1...v1.18.2

v1.18.1

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.0...v1.18.1

Commits

Updates github.com/minio/minio-go/v7 from 7.0.93 to 7.0.97

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.94...v7.0.95

Bugfix Release

What's Changed

Full Changelog: minio/minio-go@v7.0.93...v7.0.94

Commits
  • 83bf4e2 Wrap brackets only for IPv6 address (#2176)
  • f14663f fix: putObjectMultipartStreamFromReadAt goroutine leak (#2170)
  • 6217ce2 Add ConfigName option to LDAP STS request (#2173)
  • 9207380 removed NodeHostname from InventoryJobStatus (#2172)
  • 785b638 update InventoryJobStatus field ExecutionTime from time.Duration to string (#...
  • a5f6380 Added fields to InventoryJobStatus (#2168)
  • f4c4350 update all missing docs
  • af6dc51 feat: add error reporting fields to InventoryJobStatus (#2164)
  • ec35de6 Add QOS API's (#2148)
  • ec103a7 add AGENTS.md and also updated API documentation
  • Additional commits viewable in compare view

Updates github.com/prometheus/alertmanager from 0.29.0 to 0.30.0

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.30.0 / 2025-12-15

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636
  • [FEATURE] dispatch: Add start delay. #4704
  • [FEATURE] provider: Add subscriber channel metrics. #4630
  • [FEATURE] template: Add tojson function. #4773
  • [FEATURE] Add api http metrics. #4162
  • [FEATURE] Add distributed tracing support. #4745
  • [FEATURE] Add names to inhibit rules. #4628
  • [FEATURE] Add timeout option for pagerduty notifier. #4354
  • [FEATURE] Add timeout option for slack notifier. #4355
  • [FEATURE] Allow nested details fields in pagerduty. #3944
  • [FEATURE] Implement phantom_threading to group email alerts into threads. #4623
  • [FEATURE] gc: Report errors, but remove erroneous silences and continue. #4724
  • [FEATURE] jira: Template customfields. #4029
  • [FEATURE] jira: Allow configuring issue update via parameter. #4621
  • [FEATURE] Slack app support. #4211
  • [ENHANCEMENT] Add comment about smtp plain authentication. #4741
  • [ENHANCEMENT] Add documentation about high availability. #4708
  • [ENHANCEMENT] Add documentation for client_allowed_sans. #4706
  • [ENHANCEMENT] Improve logging around webhook dispatch failure. #4511
  • [ENHANCEMENT] Compile silence matchers when the silence is added. #4695
  • [ENHANCEMENT] Fix 's/client/alerts_api/g' broken link in 0.29. #4718
  • [ENHANCEMENT] Fix rocketchat_config docs. #4767
  • [ENHANCEMENT] Fix: <mute_time_interval> was renamed. #4729
  • [ENHANCEMENT] Improve inhibition performance. #4607
  • [ENHANCEMENT] Loadsnapshot: update matcher index properly while not holding lock. #4714
  • [ENHANCEMENT] Logging improvements. #4113
  • [ENHANCEMENT] Move query locking back into private query function. #4694
  • [ENHANCEMENT] Optimize the new inhibitor implementation for ~2.5x performance improvement. #4668
  • [ENHANCEMENT] Reduce the time dispatch.group holds the mutex. #4670
  • [ENHANCEMENT] Use b.loop() to simplify the code and improve performance. #4642
  • [ENHANCEMENT] Remove duplicate slice during silences query. #4696
  • [ENHANCEMENT] Silences: optimize incremental mutes queries via a silence version index. #4723
  • [ENHANCEMENT] Update description for filter param in openapi. #4775
  • [BUGFIX] Add new behavior to avoid races on config reload. #4705
  • [BUGFIX] config: Fix duplicate header detection for all case variants. #2810
  • [BUGFIX] marker: Stop state leakage from aggregation groups. #4438
  • [BUGFIX] Fix pprof debug endpoints not working with --web.route-prefix. #4698
  • [BUGFIX] Set context timeout for resolvepeers. #4343

0.30.0-rc.0 / 2025-12-10

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636

... (truncated)

Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.30.0 / 2025-12-15

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636
  • [FEATURE] dispatch: Add start delay. #4704
  • [FEATURE] provider: Add subscriber channel metrics. #4630
  • [FEATURE] template: Add tojson function. #4773
  • [FEATURE] Add api http metrics. #4162
  • [FEATURE] Add distributed tracing support. #4745
  • [FEATURE] Add names to inhibit rules. #4628
  • [FEATURE] Add timeout option for pagerduty notifier. #4354
  • [FEATURE] Add timeout option for slack notifier. #4355
  • [FEATURE] Allow nested details fields in pagerduty. #3944
  • [FEATURE] Implement phantom_threading to group email alerts into threads. #4623
  • [FEATURE] gc: Report errors, but remove erroneous silences and continue. #4724
  • [FEATURE] jira: Template customfields. #4029
  • [FEATURE] jira: Allow configuring issue update via parameter. #4621
  • [FEATURE] Slack app support. #4211
  • [ENHANCEMENT] Add comment about smtp plain authentication. #4741
  • [ENHANCEMENT] Add documentation about high availability. #4708
  • [ENHANCEMENT] Add documentation for client_allowed_sans. #4706
  • [ENHANCEMENT] Improve logging around webhook dispatch failure. #4511
  • [ENHANCEMENT] Compile silence matchers when the silence is added. #4695
  • [ENHANCEMENT] Fix 's/client/alerts_api/g' broken link in 0.29. #4718
  • [ENHANCEMENT] Fix rocketchat_config docs. #4767
  • [ENHANCEMENT] Fix: <mute_time_interval> was renamed. #4729
  • [ENHANCEMENT] Improve inhibition performance. #4607
  • [ENHANCEMENT] Loadsnapshot: update matcher index properly while not holding lock. #4714
  • [ENHANCEMENT] Logging improvements. #4113
  • [ENHANCEMENT] Move query locking back into private query function. #4694
  • [ENHANCEMENT] Optimize the new inhibitor implementation for ~2.5x performance improvement. #4668
  • [ENHANCEMENT] Reduce the time dispatch.group holds the mutex. #4670
  • [ENHANCEMENT] Use b.loop() to simplify the code and improve performance. #4642
  • [ENHANCEMENT] Remove duplicate slice during silences query. #4696
  • [ENHANCEMENT] Silences: optimize incremental mutes queries via a silence version index. #4723
  • [ENHANCEMENT] Update description for filter param in openapi. #4775
  • [BUGFIX] Add new behavior to avoid races on config reload. #4705
  • [BUGFIX] config: Fix duplicate header detection for all case variants. #2810
  • [BUGFIX] marker: Stop state leakage from aggregation groups. #4438
  • [BUGFIX] Fix pprof debug endpoints not working with --web.route-prefix. #4698
  • [BUGFIX] Set context timeout for resolvepeers. #4343
Commits
  • ecda677 Bump to 0.30 (#4814) (#4815)
  • b6083b7 Release v0.30.0-rc.0 (#4770)
  • 37d2558 build(deps-dev): bump vitest from 4.0.7 to 4.0.14 in /ui/mantine-ui (#4794)
  • 490b08c build(deps): bump prometheus/promci from 0.4.7 to 0.5.3 (#4777)
  • 83b1ecf build(deps-dev): bump @​vitejs/plugin-react in /ui/mantine-ui (#4795)
  • a05b359 build(deps-dev): bump vite from 7.2.0 to 7.2.6 in /ui/mantine-ui (#4796)
  • fc910a8 build(deps-dev): bump typescript-eslint in /ui/mantine-ui (#4793)
  • 07ef153 build(deps-dev): bump prettier from 3.6.2 to 3.7.3 in /ui/mantine-ui (#4792)
  • 85c7d35 build(deps-dev): bump jsdom from 27.1.0 to 27.2.0 in /ui/mantine-ui (#4791)
  • c0e6ec4 build(deps-dev): bump @​types/node in /ui/mantine-ui (#4789)
  • Additional commits viewable in compare view

Updates github.com/prometheus/common from 0.67.1 to 0.67.4

Release notes

Sourced from github.com/prometheus/common's releases.

v0.67.4 / 2025-11-18

What's Changed

Full Changelog: prometheus/common@v0.67.3...v0.67.4

v0.67.3 / 2025-11-18

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.2...v0.67.3

v0.67.2 / 2025-10-28

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.1...v0.67.2

Changelog

Sourced from github.com/prometheus/common's changelog.

Changelog

main / unreleased

What's Changed

v0.67.2 / 2025-10-28

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.1...v0.67.2

Commits
  • d80d854 chore: Add omitempty tag to all config fields (#865)
  • 04686b2 chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them ...
  • 0b2fbf3 chore: clean up golangci-lint configuration (#782)
  • b2cdb07 Merge pull request #863 from prometheus/remove-http2-comment
  • cd1ab56 Config: remove outdated comment about HTTP/2 issues
  • f4c0aea Support JWT Profile for Authorization Grant (RFC 7523 3.1) (#862)
  • 594f4d4 Merge pull request #861 from prometheus/beorn7/version
  • 440c1a3 Cut v0.67.2
  • acb1873 Merge pull request #860 from prometheus/superq/linting
  • 1e32339 Cleanup linting issues
  • Additional commits viewable in compare view

Updates github.com/spf13/afero from 1.11.0 to 1.15.0

Release notes

Sourced from github.com/spf13/afero's releases.

v1.15.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.14.0...v1.15.0

v1.14.0

What's Changed

Full Changelog: spf13/afero@v1.13.0...v1.14.0

v1.13.0

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 16, 2025
Bumps the go-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.24.0` | `0.25.0` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.1` | `4.19.1` |
| [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) | `1.32.0` | `1.33.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.2` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.93` | `7.0.97` |
| [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) | `0.29.0` | `0.30.0` |
| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.11.0` | `1.15.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.6` |
| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.6` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.6` |
| [go.opentelemetry.io/contrib/propagators/aws](https://github.com/open-telemetry/opentelemetry-go-contrib) | `1.36.0` | `1.39.0` |
| [go.opentelemetry.io/otel/bridge/opentracing](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.39.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.47.0` | `0.48.0` |
| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.2` | `1.13.2` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.50.1` | `1.53.5` |
| [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go) | `0.25.1` | `0.26.3` |
| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.16.1` | `0.19.2` |
| [github.com/tjhop/slog-gokit](https://github.com/tjhop/slog-gokit) | `0.1.4` | `0.1.5` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.35.0` | `1.48.0` |
| google.golang.org/protobuf | `1.36.10` | `1.36.11` |



Updates `github.com/go-openapi/strfmt` from 0.24.0 to 0.25.0
- [Commits](go-openapi/strfmt@v0.24.0...v0.25.0)

Updates `github.com/golang-migrate/migrate/v4` from 4.18.1 to 4.19.1
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Commits](golang-migrate/migrate@v4.18.1...v4.19.1)

Updates `github.com/hashicorp/consul/api` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@api/v1.32.0...api/v1.33.0)

Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.2
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.18.0...v1.18.2)

Updates `github.com/minio/minio-go/v7` from 7.0.93 to 7.0.97
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.93...v7.0.97)

Updates `github.com/prometheus/alertmanager` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.29.0...v0.30.0)

Updates `github.com/prometheus/common` from 0.67.1 to 0.67.4
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.67.1...v0.67.4)

Updates `github.com/spf13/afero` from 1.11.0 to 1.15.0
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.11.0...v1.15.0)

Updates `go.etcd.io/etcd/api/v3` from 3.5.17 to 3.6.6
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.17...v3.6.6)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.17 to 3.6.6
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.17...v3.6.6)

Updates `go.etcd.io/etcd/client/v3` from 3.5.17 to 3.6.6
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.17...v3.6.6)

Updates `go.opentelemetry.io/contrib/propagators/aws` from 1.36.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@v1.36.0...v1.39.0)

Updates `go.opentelemetry.io/otel` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/bridge/opentracing` from 1.36.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.36.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.36.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.36.0...v1.38.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.36.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.36.0...v1.38.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/trace` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `golang.org/x/net` from 0.47.0 to 0.48.0
- [Commits](golang/net@v0.47.0...v0.48.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.19.0
- [Commits](golang/sync@v0.18.0...v0.19.0)

Updates `golang.org/x/time` from 0.12.0 to 0.13.0
- [Commits](golang/time@v0.12.0...v0.13.0)

Updates `github.com/VictoriaMetrics/fastcache` from 1.12.2 to 1.13.2
- [Release notes](https://github.com/VictoriaMetrics/fastcache/releases)
- [Commits](VictoriaMetrics/fastcache@v1.12.2...v1.13.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.39.2 to 1.40.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.2...v1.40.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.12 to 1.32.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.12...v1.32.3)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.50.1 to 1.53.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.50.1...service/ecs/v1.53.5)

Updates `github.com/go-openapi/swag/jsonutils` from 0.25.1 to 0.25.4
- [Commits](go-openapi/swag@v0.25.1...v0.25.4)

Updates `github.com/parquet-go/parquet-go` from 0.25.1 to 0.26.3
- [Release notes](https://github.com/parquet-go/parquet-go/releases)
- [Changelog](https://github.com/parquet-go/parquet-go/blob/main/CHANGELOG.md)
- [Commits](parquet-go/parquet-go@v0.25.1...v0.26.3)

Updates `github.com/prometheus/procfs` from 0.16.1 to 0.19.2
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.16.1...v0.19.2)

Updates `github.com/tjhop/slog-gokit` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/tjhop/slog-gokit/releases)
- [Commits](tjhop/slog-gokit@v0.1.4...v0.1.5)

Updates `go.opentelemetry.io/collector/pdata` from 1.35.0 to 1.48.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.35.0...pdata/v1.48.0)

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

---
updated-dependencies:
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-version: 4.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/hashicorp/consul/api
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/minio/minio-go/v7
  dependency-version: 7.0.97
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/afero
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-version: 3.6.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-version: 3.6.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-version: 3.6.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/contrib/propagators/aws
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/bridge/opentracing
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/time
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/VictoriaMetrics/fastcache
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.53.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/parquet-go/parquet-go
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/tjhop/slog-gokit
  dependency-version: 0.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-6f83a40d90 branch from 763dae0 to 466a7a3 Compare December 17, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend/consul backend/dynamodb backend/s3 component/alertmanager 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.

1 participant