Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

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

Package From To
github.com/alicebob/miniredis/v2 2.35.0 2.36.1
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.2
github.com/klauspost/compress 1.18.2 1.18.3
github.com/lib/pq 1.10.9 1.11.1
github.com/prometheus/alertmanager 0.29.0 0.31.0
github.com/spf13/afero 1.11.0 1.15.0
go.etcd.io/etcd/api/v3 3.5.17 3.6.7
go.etcd.io/etcd/client/pkg/v3 3.5.17 3.6.7
go.etcd.io/etcd/client/v3 3.5.17 3.6.7
go.opentelemetry.io/contrib/propagators/aws 1.36.0 1.40.0
go.opentelemetry.io/otel/bridge/opentracing 1.36.0 1.40.0
github.com/VictoriaMetrics/fastcache 1.12.2 1.13.2
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.50.1 1.54.0
github.com/parquet-go/parquet-go 0.26.4 0.27.0
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.51.0

Updates github.com/alicebob/miniredis/v2 from 2.35.0 to 2.36.1

Release notes

Sourced from github.com/alicebob/miniredis/v2's releases.

support CLUSTER SHARDS

redis 8.4.0, DUMP/RESTORE, EVALRO, WAIT

Changelog

Sourced from github.com/alicebob/miniredis/v2's changelog.

v2.36.1

v2.36.0

Commits

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.2

Commits
  • ea9de3f aub module version update
  • c80d83f Backport of Changing acl not found error in maskResultsFilteredByACLs to debu...
  • 3b259d3 Backport of List Imported Services Changes into release/1.22.x (#23142)
  • 6b9d1a0 Backport of fixing go binary and container cve's into release/1.22.x (#23140)
  • c606ef1 Backport of remove: hcp related code in agent for HCP consul EoL into release...
  • a1b7f0f bugfix: Prevent default TCP checks from being re-added on reload/restart (#23...
  • 116c5c7 Envoy Version Upgrade (#23118)
  • b6f9a51 Backport of Update Go version to 1.25.5 into release/1.22.x (#23116)
  • 6760eb2 Backport of splitter-failover-retry fix for aggregate cluster into release/1....
  • 19d499a Backport of fix cves into release/1.22.x (#23086)
  • Additional commits viewable in compare view

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

Release notes

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

v1.18.3

Downstream CVE-2025-61728

See golang/go#77102

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

Commits

Updates github.com/lib/pq from 1.10.9 to 1.11.1

Release notes

Sourced from github.com/lib/pq's releases.

v1.11.1

This fixes two regressions present in the v1.11.0 release:

  • Fix build on 32bit systems, Windows, and Plan 9 (#1253).

  • Named []byte types and pointers to []byte (e.g. *[]byte, json.RawMessage) would be treated as an array instead of bytea (#1252).

#1252: lib/pq#1252 #1253: lib/pq#1253

v1.11.0

This version of pq requires Go 1.21 or newer.

pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.

Features

  • The pq.Error.Error() text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (#1219, #1224):

    pq: column "columndoesntexist" does not exist at column 8 (42703)
    pq: syntax error at or near ")" at position 2:71 (42601)
    
  • The pq.Error.ErrorWithDetail() method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (#1219):

    ERROR:   syntax error at or near ")" (42601)
    CONTEXT: line 12, column 1:
    
     10 |     name           varchar,
     11 |     version        varchar,
     12 | );
          ^
    

  • Add Config, NewConfig(), and NewConnectorConfig() to supply connection details in a more structured way (#1240).

  • Support hostaddr and $PGHOSTADDR (#1243).

  • Support multiple values in host, port, and hostaddr, which are each tried in order, or randomly if load_balance_hosts=random is set (#1246).

  • Support target_session_attrs connection parameter (#1246).

  • Support [sslnegotiation] to use SSL without negotiation (#1180).

  • Allow using a custom tls.Config, for example for encrypted keys (#1228).

  • Add PQGO_DEBUG=1 print the communication with PostgreSQL to stderr, to aid in debugging, testing, and bug reports (#1223).

  • Add support for NamedValueChecker interface (#1125, #1238).

Fixes

... (truncated)

Changelog

Sourced from github.com/lib/pq's changelog.

v1.11.1 (2025-01-29)

This fixes two regressions present in the v1.11.0 release:

  • Fix build on 32bit systems, Windows, and Plan 9 (#1253).

  • Named []byte types and pointers to []byte (e.g. *[]byte, json.RawMessage) would be treated as an array instead of bytea (#1252).

#1252: lib/pq#1252 #1253: lib/pq#1253

v1.11.0 (2025-01-28)

This version of pq requires Go 1.21 or newer.

pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.

Features

  • The pq.Error.Error() text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (#1219, #1224):

    pq: column "columndoesntexist" does not exist at column 8 (42703)
    pq: syntax error at or near ")" at position 2:71 (42601)
    
  • The pq.Error.ErrorWithDetail() method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (#1219):

    ERROR:   syntax error at or near ")" (42601)
    CONTEXT: line 12, column 1:
    
     10 |     name           varchar,
     11 |     version        varchar,
     12 | );
          ^
    

  • Add Config, NewConfig(), and NewConnectorConfig() to supply connection details in a more structured way (#1240).

  • Support hostaddr and $PGHOSTADDR (#1243).

  • Support multiple values in host, port, and hostaddr, which are each tried in order, or randomly if load_balance_hosts=random is set (#1246).

  • Support target_session_attrs connection parameter (#1246).

  • Support [sslnegotiation] to use SSL without negotiation (#1180).

... (truncated)

Commits
  • eec526c Release v1.11.1 (#1255)
  • 1928a1d Fix []byte types incorrectly converted to PostgreSQL array (#1252)
  • 9e2aa8e Run staticcheck on all GOOS/GOARCH combinations
  • c9320c4 Fix build on Windows and Plan9
  • 2809526 Fix build on 32bit systems
  • 8e88f7e Release 1.11.0
  • 0ad3049 Handle pre-protocol errors to prevent memory exhaustion
  • f1fae2e Add pqtest.Fake.Close()
  • 3815d03 Remove assumption that the auth response is AuthenticateOk
  • 589ad43 Implement load_balance_hosts=random
  • Additional commits viewable in compare view

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

Release notes

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

0.31.0 / 2026-02-02

  • [ENHANCEMENT] docs(opsgenie): Fix description of api_url field. #4908
  • [ENHANCEMENT] docs(slack): Document missing app configs. #4871
  • [ENHANCEMENT] docs: Fix max-silence-size-bytes. #4805
  • [ENHANCEMENT] docs: Update expr for AlertmanagerClusterFailedToSendAlerts to exclude value 0. #4872
  • [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131
  • [ENHANCEMENT] docs: add notification integrations. #4901
  • [ENHANCEMENT] docs: update slack_config attachments documentation links. #4802
  • [ENHANCEMENT] docs: update description of filter query params in openapi doc. #4810
  • [ENHANCEMENT] provider: Reduce lock contention. #4809
  • [FEATURE] slack: Add support for top-level text field in slack notification. #4867
  • [FEATURE] smtp: Add support for authsecret from file. #3087
  • [FEATURE] smtp: Customize the ssl/tls port support (#4757). #4818
  • [FEATURE] smtp: Enhance email notifier configuration validation. #4826
  • [FEATURE] telegram: Add chat_id_file configuration parameter. #4909
  • [FEATURE] telegram: Support global bot token. #4823
  • [FEATURE] webhook: Support templating in url fields. #4798
  • [FEATURE] wechat: Add config directive to pass api secret via file. #4734
  • [FEATURE] provider: Implement per alert limits. #4819
  • [BUGFIX] Allow empty group_by to override parent route. #4825
  • [BUGFIX] Set spellcheck=false attribute on silence filter input. #4811
  • [BUGFIX] jira: Fix for handling api v3 with ADF. #4756
  • [BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. #4892

0.30.1 / 2026-01-12

  • [BUGFIX] Fix memory leak in tracing client. #4828

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

... (truncated)

Changelog

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

0.31.0 / 2026-02-02

  • [ENHANCEMENT] docs(opsgenie): Fix description of api_url field. #4908
  • [ENHANCEMENT] docs(slack): Document missing app configs. #4871
  • [ENHANCEMENT] docs: Fix max-silence-size-bytes. #4805
  • [ENHANCEMENT] docs: Update expr for AlertmanagerClusterFailedToSendAlerts to exclude value 0. #4872
  • [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131
  • [ENHANCEMENT] docs: add notification integrations. #4901
  • [ENHANCEMENT] docs: update slack_config attachments documentation links. #4802
  • [ENHANCEMENT] docs: update description of filter query params in openapi doc. #4810
  • [ENHANCEMENT] provider: Reduce lock contention. #4809
  • [FEATURE] slack: Add support for top-level text field in slack notification. #4867
  • [FEATURE] smtp: Add support for authsecret from file. #3087
  • [FEATURE] smtp: Customize the ssl/tls port support (#4757). #4818
  • [FEATURE] smtp: Enhance email notifier configuration validation. #4826
  • [FEATURE] telegram: Add chat_id_file configuration parameter. #4909
  • [FEATURE] telegram: Support global bot token. #4823
  • [FEATURE] webhook: Support templating in url fields. #4798
  • [FEATURE] wechat: Add config directive to pass api secret via file. #4734
  • [FEATURE] provider: Implement per alert limits. #4819
  • [BUGFIX] Allow empty group_by to override parent route. #4825
  • [BUGFIX] Set spellcheck=false attribute on silence filter input. #4811
  • [BUGFIX] jira: Fix for handling api v3 with ADF. #4756
  • [BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. #4892

0.30.1 / 2026-01-12

  • [BUGFIX] Fix memory leak in tracing client. #4828

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

... (truncated)

Commits
  • 0ae07a0 Release v0.31.0 (#4916)
  • b6c86c6 build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#4926)
  • ec5576a build(deps): bump react-dom from 19.2.3 to 19.2.4 in /ui/mantine-ui (#4936)
  • 1e97b58 build(deps-dev): bump prettier from 3.7.4 to 3.8.1 in /ui/mantine-ui (#4935)
  • f5a141c build(deps-dev): bump vitest from 4.0.17 to 4.0.18 in /ui/mantine-ui (#4933)
  • c279335 build(deps): bump react-router-dom in /ui/mantine-ui (#4937)
  • 07fee4a build(deps-dev): bump typescript-eslint in /ui/mantine-ui (#4934)
  • d72ac68 build(deps-dev): bump vite-tsconfig-paths in /ui/mantine-ui (#4939)
  • 550b9bf build(deps): bump @​tanstack/react-query in /ui/mantine-ui (#4931)
  • a4a02d5 build(deps): bump the mantine group in /ui/mantine-ui with 3 updates (#4928)
  • Additional commits viewable in compare view

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

Release notes

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

v0.67.5

What's Changed

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

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
  • 934ff37 build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#870)
  • 1e29804 build(deps): bump golang.org/x/net from 0.46.0 to 0.48.0 (#872)
  • 0bd1c40 Synchronize common files from prometheus/prometheus (#866)
  • b644201 build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.34.0 (#871)
  • 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)
  • 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

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.35.0` | `2.36.1` |
| [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.2` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.2` | `1.18.3` |
| [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.11.1` |
| [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) | `0.29.0` | `0.31.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.7` |
| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.7` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.7` |
| [go.opentelemetry.io/contrib/propagators/aws](https://github.com/open-telemetry/opentelemetry-go-contrib) | `1.36.0` | `1.40.0` |
| [go.opentelemetry.io/otel/bridge/opentracing](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.40.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.54.0` |
| [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go) | `0.26.4` | `0.27.0` |
| [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.51.0` |



Updates `github.com/alicebob/miniredis/v2` from 2.35.0 to 2.36.1
- [Release notes](https://github.com/alicebob/miniredis/releases)
- [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md)
- [Commits](alicebob/miniredis@v2.35.0...v2.36.1)

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.2
- [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.2)

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

Updates `github.com/lib/pq` from 1.10.9 to 1.11.1
- [Release notes](https://github.com/lib/pq/releases)
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)
- [Commits](lib/pq@v1.10.9...v1.11.1)

Updates `github.com/prometheus/alertmanager` from 0.29.0 to 0.31.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.31.0)

Updates `github.com/prometheus/common` from 0.67.1 to 0.67.5
- [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.5)

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.7
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.17...v3.6.7)

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

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

Updates `go.opentelemetry.io/contrib/propagators/aws` from 1.36.0 to 1.40.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.40.0)

Updates `go.opentelemetry.io/otel` from 1.38.0 to 1.40.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.40.0)

Updates `go.opentelemetry.io/otel/bridge/opentracing` from 1.36.0 to 1.40.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.40.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` 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/otlptracegrpc` 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/sdk` from 1.38.0 to 1.40.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.40.0)

Updates `go.opentelemetry.io/otel/trace` from 1.38.0 to 1.40.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.40.0)

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

Updates `golang.org/x/time` from 0.12.0 to 0.14.0
- [Commits](golang/time@v0.12.0...v0.14.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.41.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.41.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.12 to 1.32.7
- [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.7)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.50.1 to 1.54.0
- [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/s3/v1.54.0)

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.26.4 to 0.27.0
- [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.26.4...v0.27.0)

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.51.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.51.0)

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

---
updated-dependencies:
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-version: 2.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-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.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/lib/pq
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.31.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.5
  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.7
  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.7
  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.7
  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.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.40.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.40.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.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/otlptracegrpc
  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/sdk
  dependency-version: 1.40.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.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/time
  dependency-version: 0.14.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.41.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.7
  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.54.0
  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.27.0
  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.51.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

0 participants