Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the minor-patch group with 16 updates in the / directory:

Package From To
github.com/gomodule/redigo 1.9.2 1.9.3
github.com/grafana/pyroscope-go/godeltaprof 0.1.8 0.1.9
github.com/honeycombio/libhoney-go 1.25.0 1.26.0
github.com/klauspost/compress 1.18.1 1.18.2
github.com/open-telemetry/opamp-go 0.20.0 0.22.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest 0.131.0 0.142.0
github.com/prometheus/client_golang 1.23.0 1.23.2
github.com/redis/go-redis/v9 9.12.0 9.17.2
github.com/tinylib/msgp 1.5.0 1.6.2
github.com/valyala/fastjson 1.6.4 1.6.7
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.62.0 0.64.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.62.0 0.64.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp 1.37.0 1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.37.0 1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.37.0 1.39.0
google.golang.org/protobuf 1.36.10 1.36.11

Updates github.com/gomodule/redigo from 1.9.2 to 1.9.3

Release notes

Sourced from github.com/gomodule/redigo's releases.

v1.9.3

v1.9.3 Release Notes (2025-10-08T17:29:42Z)

Changelog

Features

  • 7364aaec75e6d67a4699b99deef88995ad11d6a2: feat: simple string keys in ScanStruct (#692) (@​stevenh)
  • a81b6030a4ce6d023aca1b2462c77b6cf4259992: feat: valkey schema support (#689) (@​stevenh)

Bug fixes

Chores

  • 247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7: chore: fix function name in comment (#668) (@​rustfix)

Documentation

  • 4646571ad7291f1697a705a40694a89aa0ae50a2: docs: add related project for otel go agent (#679) (@​123liuziming)
  • 45d40105fe99bae9829ace23bf6b4c2183566a1f: docs: note support for Valkey (#683) (@​asafpamzn)

Full Changelog

Commits

Updates github.com/grafana/pyroscope-go/godeltaprof from 0.1.8 to 0.1.9

Commits
  • fcbe18a perf: add gzip writer reuse (#163)
  • 8003d94 chore: add golangci-lint (#156)
  • f641b0a fix(remote): race during flush (#154)
  • 0391768 chore: no printing in tests (#151)
  • 0410c20 chore: bump x/net (#152)
  • 5e7d9a8 fix: TestGenericsHashKeyInPprofBuilder, TestGenericsShape on gotip (#150)
  • e584e4d chore(check_golang_profiler_changes): acknowledge new golang profiler changes...
  • fa834b9 fix: check_golang_profiler_changes github token (#149)
  • ef476d6 Expose http.Client override to global configuration (#140)
  • 6ff1a6a Update workflows to pass zizmor check (#146)
  • Additional commits viewable in compare view

Updates github.com/honeycombio/libhoney-go from 1.25.0 to 1.26.0

Release notes

Sourced from github.com/honeycombio/libhoney-go's releases.

v1.26.0

Enhancements

Changelog

Sourced from github.com/honeycombio/libhoney-go's changelog.

1.26.0 2025-08-25

Enhancements

Commits

Updates github.com/klauspost/compress from 1.18.1 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

Commits

Updates github.com/open-telemetry/opamp-go from 0.20.0 to 0.22.0

Release notes

Sourced from github.com/open-telemetry/opamp-go's releases.

v0.22.0

What's Changed

New Contributors

Full Changelog: open-telemetry/opamp-go@v0.21.0...v0.22.0

v0.21.0

What's Changed

New Contributors

Full Changelog: open-telemetry/opamp-go@v0.20.0...v0.21.0

Commits
  • cc702b5 Demo: Feat/proxy connection settings (#389)
  • 6af85ac Add initial-insecure-connection flag to example agent (#440)
  • d8e36be chore(deps): update github/codeql-action action to v3.29.10 (#437)
  • 4e0574d Migrate to otelbot (#436)
  • 7ca3c13 fix(deps): update module google.golang.org/protobuf to v1.36.7 (#428)
  • c3f8082 feat: WebSocket server send error callback (#427)
  • 83e32f3 chore(deps): update actions/checkout action to v5 (#432)
  • 5de22fb chore(deps): update github/codeql-action action to v3.29.9 (#433)
  • 89ae916 fix: Send AgentToServer.agent_disconnect when client is stopped. (#384)
  • e6a6a18 Demo: Feat/connection settings status (#390)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.131.0 to 0.142.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's releases.

v0.142.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • all: It's recommended to change the field type in your component configuration to be configoptional.Optional[exporterhelper.QueueBatchConfig] to keep the enabled subfield. Use configoptional.Some(exporterhelper.NewDefaultQueueConfig()) to enable by default. Use configoptional.Default(exporterhelper.NewDefaultQueueConfig()) to disable by default. (#44320)

  • exporter/datadog: Update the Datadog exporter to support the Orchestrator Explorer by accepting receiver/k8sobjects logs and sending Kubernetes data to the Datadog endpoint. (#44523) The Cluster name field in Orchestrator Explorer Configuration has been removed. Use the k8s.cluster.name attribute instead.

  • exporter/prometheusremotewrite: Updated to Remote Write 2.0 spec rc.4, requiring Prometheus 3.8.0 or later as the receiving endpoint. (#44861) The upstream Prometheus library updated the Remote Write 2.0 protocol from rc.3 to rc.4 in prometheus/prometheus#17411. This renamed CreatedTimestamp to StartTimestamp and moved it from the TimeSeries message to individual Sample and Histogram messages. This is a wire-protocol incompatibility, so if you are exporting to a Prometheus server, you must upgrade it to version 3.8.0 or later to receive data from this exporter.

  • extension/googlecloudlogentry_encoding: Parse External Application Load Balancer logs into log record attributes instead of placing it in the body as is. (#44438)

  • pkg/stanza: Allow max_batch_size of 0 for unlimited batching in recombine operator (#43982) The recombine operator now supports setting max_batch_size: 0 to disable batch size limits. This allows unlimited batching, letting entries be combined based only on max_log_size and matching conditions. If you have max_batch_size: 0 in your config and want to keep the behavior unchanged, change the configuration to max_batch_size: 1.

  • processor/cumulativetodelta: Change default max_staleness from 0 (infinite) to 1 hour (#44427) The processor now defaults to a max_staleness of 1 hour instead of 0 (infinite retention). This prevents unbounded memory growth in long-running collector instances, especially when tracking metrics with high cardinality or frequently changing attribute values. To restore the previous behavior of infinite retention, explicitly set max_staleness: 0 in your configuration.

  • processor/resourcedetection: Promote processor.resourcedetection.propagateerrors feature gate to beta (#44609)

  • processor/resourcedetection: Remove deprecated attributes configuration option (#44610)

  • receiver/awss3: Remove the s3_partition config option in favor of s3_partition_format and s3_partition_timezone options. This aligns the S3 receiver more closely with the S3 Exporter. Also add the ability to include or exclude the telemetry type from the file prefix using the file_prefix_include_telemetry_type option. (#43720)

  • receiver/docker_stats: Upgrades default Docker API version to 1.44 to be compatible with recent Docker Engine versions. (#44279) Users requiring an older Docker API version can set the api_version in the docker stats receiver config. The minimum supported API level is not changed, only default.

  • receiver/filelog: Move filelog.decompressFingerprint to stable stage (#44570)

  • receiver/prometheus: Promote the receiver.prometheusreceiver.RemoveStartTimeAdjustment feature gate to stable and remove in-receiver metric start time adjustment in favor of the metricstarttime processor, including disabling the created-metric feature gate. (#44180) Previously, users could disable the RemoveStartTimeAdjustment feature gate to temporarily keep the legacy start time adjustment behavior in the Prometheus receiver. With this promotion to stable and bounded registration, that gate can no longer be disabled; the receiver will no longer set StartTime on metrics based on process_start_time_seconds, and users should migrate to the metricstarttime processor for equivalent functionality. This change also disables the receiver.prometheusreceiver.UseCreatedMetric feature gate, which previously used the <metric>_created series to derive start timestamps for counters, summaries, and histograms when scraping non OpenMetrics protocols. However, this does not mean that the _created series is always ignored: when using the OpenMetrics 1.0 protocol, Prometheus itself continues to interpret the _created series as the start timestamp, so only the receiver-side handling for other scrape protocols has been removed.

  • receiver/prometheus: Native histogram scraping and ingestion is now controlled by the scrape configuration option scrape_native_histograms. (#44861) The feature gate receiver.prometheusreceiver.EnableNativeHistograms is now stable and enabled by default. Native histograms scraped from Prometheus will automatically be converted to OpenTelemetry exponential histograms.

    To enable scraping of native histograms, you must configure scrape_native_histograms: true in your Prometheus scrape configuration (either globally or per-job). Additionally, the protobuf scrape protocol must be enabled by setting scrape_protocols to include PrometheusProto.

  • receiver/prometheusremotewrite: Updated to Remote Write 2.0 spec rc.4, requiring Prometheus 3.8.0 or later (#44861) The upstream Prometheus library updated the Remote Write 2.0 protocol from rc.3 to rc.4 in

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's changelog.

v0.142.0

🛑 Breaking changes 🛑

  • all: It's recommended to change the field type in your component configuration to be configoptional.Optional[exporterhelper.QueueBatchConfig] to keep the enabled subfield. Use configoptional.Some(exporterhelper.NewDefaultQueueConfig()) to enable by default. Use configoptional.Default(exporterhelper.NewDefaultQueueConfig()) to disable by default. (#44320)
  • pkg/pdatatest: apply recent breaking changes to pprofiletest (#44758)

🚩 Deprecations 🚩

  • pkg/ottl: Use pointer when passing TransformContext around or calling into. (#44541) Change Expr/Parser/Getter/Setter and all ottl related funcs to accept pointers to avoid unnecessary copy of a large TransformContext(96B). Avoid allocating a new pcommon.Map every time a new context is created by using a Borrow/Return pattern and reuse objects between calls. Deprecated funcs are:
    • ottldatapoint.NewTransformContext in favor of ottldatapoint.NewTransformContextPtr;
    • ottllog.NewTransformContext in favor of ottllog.NewTransformContextPtr;
    • ottlmetric.NewTransformContext in favor of ottlmetric.NewTransformContextPtr;
    • ottlspan.NewTransformContext in favor of ottlspan.NewTransformContextPtr;
    • ottlspanevent.NewTransformContext in favor of ottlspanevent.NewTransformContextPtr;
    • filterprocessor.WithResourceFunctions in favor of filterprocessor.WithResourceFunctionsNew
    • filterprocessor.DefaultDataPointFunctions in favor of filtermprocessor.DefaultDataPointFunctionsNew
    • filterprocessor.WithDataPointFunctions in favor of filterprocessor.WithDataPointFunctionsNew
    • filterprocessor.DefaultLogFunctions in favor of filterprocessor.DefaultLogFunctionsNew
    • filterprocessor.WithLogFunctions in favor of filterprocessor.WithLogFunctionsNew
    • filterprocessor.DefaultMetricFunctions in favor of filterprocessor.DefaultMetricFunctionsNew
    • filterprocessor.WithMetricFunctions in favor of filterprocessor.WithMetricFunctionsNew
    • filterprocessor.DefaultSpanFunctions in favor of filterprocessor.DefaultSpanFunctionsNew
    • filterprocessor.WithSpanFunctions in favor of filterprocessor.WithSpanFunctionsNew
    • filtermprocessor.DefaultSpanEventFunctions in favor of filtermprocessor.DefaultSpanEventFunctionsNew
    • filtermprocessor.WithSpanEventFunctions in favor of filtermprocessor.WithSpanEventFunctionsNew
    • transformprocessor.DefaultDataPointFunctions in favor of transformprocessor.DefaultDataPointFunctionsNew
    • transformprocessor.WithDataPointFunctions in favor of transformprocessor.WithDataPointFunctionsNew
    • transformprocessor.DefaultLogFunctions in favor of transformprocessor.DefaultLogFunctionsNew
    • transformprocessor.WithLogFunctions in favor of transformprocessor.WithLogFunctionsNew
    • transformprocessor.DefaultMetricFunctions in favor of transformprocessor.DefaultMetricFunctionsNew
    • transformprocessor.WithMetricFunctions in favor of transformprocessor.WithMetricFunctionsNew
    • transformprocessor.DefaultSpanFunctions in favor of transformprocessor.DefaultSpanFunctionsNew
    • transformprocessor.WithSpanFunctions in favor of transformprocessor.WithSpanFunctionsNew
    • transformprocessor.DefaultSpanEventFunctions in favor of transformprocessor.DefaultSpanEventFunctionsNew
    • transformprocessor.WithSpanEventFunctions in favor of transformprocessor.WithSpanEventFunctionsNew

💡 Enhancements 💡

  • exporter/datadog: introduce a container tags buffer in the stats writer, which is disabled by default. (#44661)
  • pkg/ottl: Add PSliceGetSetter interface to allow OTTL functions to accept typed accessors for pcommon.Slice paths. (#44421)

v0.141.0

... (truncated)

Commits

Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2

Release notes

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

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

Changelog

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

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Commits

Updates github.com/redis/go-redis/v9 from 9.12.0 to 9.17.2

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.17.2

🐛 Bug Fixes

  • Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#3626) by @​cyningsun
  • Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#3626) by @​cyningsun

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#3627)

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun and @​ndyakov

9.17.1

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • chore(script): fix help call in tag.sh (#3606) by @​ndyakov

Contributors

We'd like to thank all the contributors who worked on this release!

@​marcoferrer and @​ndyakov

9.17.0

🚀 Highlights

Redis 8.4 Support

Added support for Redis 8.4, including new commands and features (#3572)

Typed Errors

Introduced typed errors for better error handling using errors.As instead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (#3602)

New Commands

  • CAS/CAD Commands: Added support for Compare-And-Set/Compare-And-Delete operations with conditional matching (IFEQ, IFNE, IFDEQ, IFDNE) (#3583, #3595)
  • MSETEX: Atomically set multiple key-value pairs with expiration options and conditional modes (#3580)
  • XReadGroup CLAIM: Consume both incoming and idle pending entries from streams in a single call (#3578)
  • ACL Commands: Added ACLGenPass, ACLUsers, and ACLWhoAmI (#3576)
  • SLOWLOG Commands: Added SLOWLOG LEN and SLOWLOG RESET (#3585)
  • LATENCY Commands: Added LATENCY LATEST and LATENCY RESET (#3584)

... (truncated)

Changelog

Sourced from github.com/redis/go-redis/v9's changelog.

9.17.2 (2025-12-01)

🐛 Bug Fixes

  • Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#3626) by @​cyningsun
  • Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#3626) by @​cyningsun

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#3627)

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun and @​ndyakov


Full Changelog: redis/go-redis@v9.17.1...v9.17.2

9.17.1 (2025-11-25)

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • chore(script): fix help call in tag.sh (#3606) by @​ndyakov

Contributors

We'd like to thank all the contributors who worked on this release!

@​marcoferrer and @​ndyakov


Full Changelog: redis/go-redis@v9.17.0...v9.17.1

9.17.0 (2025-11-19)

🚀 Highlights

Redis 8.4 Support

Added support for Redis 8.4, including new commands and features (#3572)

Typed Errors

... (truncated)

Commits
  • d3e7d4c chore(release): v9.17.2 (#3629)
  • 665d0bf fix(pool): correct turn management in putIdleConn to prevent connection leaks...
  • 68d8c59 chore(release): v9.17.1 (#3617)
  • 932caa5 chore(deps): bump actions/stale from 9 to 10 (#3505)
  • b362eb7 fix(txpipeline) add wait to keyless commands list (#3615)
  • fd437ce chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • 8549116 chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • 6390822 fix(time): remove cached time optimization (#3611)
  • 1bb9e0d chore(scripts: fix help call in tag.sh (#3606)
  • 5b0b228 chore(release): v9.17.0 (#3604)
  • Additional commits viewable in compare view

Updates github.com/tinylib/msgp from 1.5.0 to 1.6.2

Release notes

Sourced from github.com/tinylib/msgp's releases.

v1.6.2

What's Changed

Full Changelog: tinylib/msgp@v1.6.1...v1.6.2

v1.6.1

What's Changed

Full Changelog: tinylib/msgp@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: tinylib/msgp@v1.5.0...v1.6.0

Commits

Updates github.com/valyala/fastjson from 1.6.4 to 1.6.7

Commits

Updates go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.62.0 to 0.64.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases.

Release v1.39.0/v2.1.0/v0.64.0/v0.33.0/v0.19.0/v0.14.0/v0.12.0/v0.11.0

Overview

Added

  • ParseYAML in go.opentelemetry.io/contrib/otelconf now supports environment variables substitution in the format ${[env:]VAR_NAME[:-defaultvalue]}. (#6215)
  • Add the http.route metric attribute to go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7966)
  • Support db.client.operation.duration metric for go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7983)
  • Add a WithSpanNameFormatter option to go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7986)
  • WithOnError option for otelecho middleware in go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho to specify the behavior when an error occurs. (#8025)
  • Updated go.opentelemetry.io/contrib/otelconf to include the v1.0.0-rc2 release candidate of schema which includes backwards incompatible changes. (#8026)
  • Introduce v1.0.0-rc.2 model in go.opentelemetry.io/contrib/otelconf. (#8031)
  • Add unmarshaling and validation for CardinalityLimits and SpanLimits to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8043)
  • Add unmarshaling and validation for BatchLogRecordProcessor, BatchSpanProcessor, and PeriodicMetricReader to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8049)
  • Add unmarshaling and validation for TextMapPropagator to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (#8052)
  • Add jaeger.sampler.type/jaeger.sampler.param attributes for adaptive sampling support and option WithAttributesDisabled in go.opentelemetry.io/contrib/samplers/jaegerremote. (#8073)
  • Add support for OTEL_EXPERIMENTAL_CONFIG_FILE via the NewSDK function in go.opentelemetry.io/contrib/otelconf (#8106)
  • Add unmarshaling and validation for OTLPHttpExporter, OTLPGrpcExporter, Description has been truncated

…dates

Bumps the minor-patch group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/gomodule/redigo](https://github.com/gomodule/redigo) | `1.9.2` | `1.9.3` |
| [github.com/grafana/pyroscope-go/godeltaprof](https://github.com/grafana/pyroscope-go) | `0.1.8` | `0.1.9` |
| [github.com/honeycombio/libhoney-go](https://github.com/honeycombio/libhoney-go) | `1.25.0` | `1.26.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.1` | `1.18.2` |
| [github.com/open-telemetry/opamp-go](https://github.com/open-telemetry/opamp-go) | `0.20.0` | `0.22.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.131.0` | `0.142.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.0` | `1.23.2` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.12.0` | `9.17.2` |
| [github.com/tinylib/msgp](https://github.com/tinylib/msgp) | `1.5.0` | `1.6.2` |
| [github.com/valyala/fastjson](https://github.com/valyala/fastjson) | `1.6.4` | `1.6.7` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.62.0` | `0.64.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.62.0` | `0.64.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.39.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.39.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.39.0` |
| google.golang.org/protobuf | `1.36.10` | `1.36.11` |



Updates `github.com/gomodule/redigo` from 1.9.2 to 1.9.3
- [Release notes](https://github.com/gomodule/redigo/releases)
- [Commits](gomodule/redigo@v1.9.2...v1.9.3)

Updates `github.com/grafana/pyroscope-go/godeltaprof` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/grafana/pyroscope-go/releases)
- [Commits](grafana/pyroscope-go@godeltaprof/v0.1.8...godeltaprof/v0.1.9)

Updates `github.com/honeycombio/libhoney-go` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/honeycombio/libhoney-go/releases)
- [Changelog](https://github.com/honeycombio/libhoney-go/blob/main/CHANGELOG.md)
- [Commits](honeycombio/libhoney-go@v1.25.0...v1.26.0)

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

Updates `github.com/open-telemetry/opamp-go` from 0.20.0 to 0.22.0
- [Release notes](https://github.com/open-telemetry/opamp-go/releases)
- [Commits](open-telemetry/opamp-go@v0.20.0...v0.22.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest` from 0.131.0 to 0.142.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.131.0...v0.142.0)

Updates `github.com/prometheus/client_golang` from 1.23.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.0...v1.23.2)

Updates `github.com/redis/go-redis/v9` from 9.12.0 to 9.17.2
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.12.0...v9.17.2)

Updates `github.com/tinylib/msgp` from 1.5.0 to 1.6.2
- [Release notes](https://github.com/tinylib/msgp/releases)
- [Commits](tinylib/msgp@v1.5.0...v1.6.2)

Updates `github.com/valyala/fastjson` from 1.6.4 to 1.6.7
- [Commits](valyala/fastjson@v1.6.4...v1.6.7)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.62.0 to 0.64.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@zpages/v0.62.0...zpages/v0.64.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.62.0 to 0.64.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@zpages/v0.62.0...zpages/v0.64.0)

Updates `go.opentelemetry.io/otel` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/metric` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/trace` from 1.37.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.37.0...v1.39.0)

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

Updates `google.golang.org/grpc` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.76.0...v1.77.0)

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

Updates `go.opentelemetry.io/collector/pdata` from 1.44.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.44.0...pdata/v1.48.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.29.0
- [Commits](golang/mod@v0.27.0...v0.29.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.38.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/gomodule/redigo
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/grafana/pyroscope-go/godeltaprof
  dependency-version: 0.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/honeycombio/libhoney-go
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/open-telemetry/opamp-go
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest
  dependency-version: 0.142.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/tinylib/msgp
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/valyala/fastjson
  dependency-version: 1.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- 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: minor-patch
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: golang.org/x/mod
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: golang.org/x/tools
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant