Skip to content

build(deps): bump the all-go group across 1 directory with 13 updates - #120

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/services/control-plane/all-go-ce6ae082cb
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/services/control-plane/all-go-ce6ae082cb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-go group with 10 updates in the /services/control-plane directory:

Package From To
connectrpc.com/connect 1.19.1 1.20.0
github.com/DataDog/datadog-go/v5 5.8.3 5.9.0
github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/v2 2.6.0 2.9.1
github.com/DataDog/dd-trace-go/contrib/log/slog/v2 2.6.0 2.9.1
github.com/DataDog/dd-trace-go/contrib/redis/go-redis.v9/v2 2.6.0 2.9.1
github.com/alicebob/miniredis/v2 2.36.1 2.38.0
github.com/redis/go-redis/v9 9.17.3 9.21.0
google.golang.org/grpc 1.79.3 1.82.0
k8s.io/apimachinery 0.35.1 0.36.2
k8s.io/client-go 0.35.1 0.36.2

Updates connectrpc.com/connect from 1.19.1 to 1.20.0

Release notes

Sourced from connectrpc.com/connect's releases.

v1.20.0

What's Changed

Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.19.2...v1.20.0

v1.19.2

What's Changed

Governance

Bugfixes

Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.19.1...v1.19.2

Commits
  • 1291a7d Prepare for v1.20.0 (#927)
  • 6df682f Update Unary-Get query parameter order to match spec recommendation (#926)
  • c4aac92 Chore update buf v1.69.0 and license year (#925)
  • a5a6c30 Bump Go from v1.24 to v1.25 (#922)
  • 138e270 Back to development (#921)
  • 1c195ae Prepare for v1.19.2 (#920)
  • 96abc6b Upgrade golangci-lint to v2 (#917)
  • be72fa5 Clarify concurrent use semantics for streaming types (#911)
  • 299d2e7 Fix nil pointer deref in duplexHTTPCall under concurrent Send + CloseAndRecei...
  • e299aa6 Bump google.golang.org/grpc from 1.76.0 to 1.79.3 in /internal/conformance (#...
  • Additional commits viewable in compare view

Updates github.com/DataDog/datadog-go/v5 from 5.8.3 to 5.9.0

Release notes

Sourced from github.com/DataDog/datadog-go/v5's releases.

v5.9.0

See the Changelog for the details.

Changelog

Sourced from github.com/DataDog/datadog-go/v5's changelog.

5.9.0 / 2026-06-24

  • [IMPROVEMENT] Improve aggregator performance: inline shard allocation, FNV-1a metric context hashing, and cache-line padding on shards. See #389[].
  • [IMPROVEMENT] Make externalEnv an atomic to reduce lock contention on the sampling hot path. See #380[], thanks [@​KowalskiThomas][].
  • [IMPROVEMENT] Optimize origin-detection condition check order. See #381[], thanks [@​KowalskiThomas][].
  • [BUGFIX] Fix payload length calculation for aggregated metrics to prevent datagram truncation when container ID, external env, or cardinality are set. See #368[].
  • [BUGFIX] Fix data race when reading the origin-detection container ID. See #379[], thanks [@​KowalskiThomas][].
  • [BUGFIX] Fix telemetry metrics not using the client's configured cardinality setting. See #367[].
  • [BUGFIX] Replace vulnerable logrus v1.7.0 transitive dependency (CVE-2025-65637). See #358[], thanks [@​nadavshatz][].
Commits

Updates github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/v2 from 2.6.0 to 2.9.1

Release notes

Sourced from github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/v2's releases.

v2.9.1

Application Performance Monitoring (APM)

  • Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)" by @​darccio

Application Security Management (ASM)

CI Visibility

Full Changelog: DataDog/dd-trace-go@v2.9.0...v2.9.1

v2.9.0

Summary

Application Performance Monitoring (APM)

twmb/franz-go integration

Adds a new contrib package providing tracing for the twmb/franz-go Kafka client. #4250

Trace context propagation hardening

Adds validation and explicit limits on incoming trace context headers:

  • Baggage extraction enforces per-item and total byte limits. #4720
  • dd= list-entries over 256 bytes are dropped from incoming tracestate. #4721
  • x-datadog-tags extraction uses the configurable MaxTagsHeaderLen. #4727

Service name origin signaling

Adds svc.user/svc.auto process tags so consumers can distinguish whether a service name was user-configured vs. auto-detected. #4725

Application Security Management (ASM)

RFC-1012 ASM tags, metrics, and logs consolidation

Closes remaining gaps in the RFC-1012 ASM observability consolidation effort across tags, metrics, and logs. #4708

LLM Observability

Multi-run experiments

Adds support for running LLM evaluation experiments across multiple iterations. #4660

FlushSync API

Adds an internal FlushSync capability for forcing synchronous flush of LLM Observability data — useful for tests and short-lived processes. #4695

... (truncated)

Commits
  • f5f7068 internal/version: v2.9.1
  • c10cea5 internal/version: v2.9.1-rc.3
  • 96ec35c perf(appsec): make rate limiter synchronous to remove idle goroutine cost (#4...
  • 57b4d0b internal/version: v2.9.1-rc.2
  • 87ac04a feat(ci-visibility): cache Go read requests and add git upload kill switch (#...
  • f10e26f fix(internal/civisibility): fix known-tests API pagination (#4824)
  • e5f3e17 fix(civisibility): truncate CI Visibility meta values (#4853)
  • 9fd40ab fix(internal/civisibility): fix agent UDS requests (#4852)
  • 5362000 internal/version: v2.9.1-rc.1
  • 92b8d24 Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)"
  • Additional commits viewable in compare view

Updates github.com/DataDog/dd-trace-go/contrib/log/slog/v2 from 2.6.0 to 2.9.1

Release notes

Sourced from github.com/DataDog/dd-trace-go/contrib/log/slog/v2's releases.

v2.9.1

Application Performance Monitoring (APM)

  • Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)" by @​darccio

Application Security Management (ASM)

CI Visibility

Full Changelog: DataDog/dd-trace-go@v2.9.0...v2.9.1

v2.9.0

Summary

Application Performance Monitoring (APM)

twmb/franz-go integration

Adds a new contrib package providing tracing for the twmb/franz-go Kafka client. #4250

Trace context propagation hardening

Adds validation and explicit limits on incoming trace context headers:

  • Baggage extraction enforces per-item and total byte limits. #4720
  • dd= list-entries over 256 bytes are dropped from incoming tracestate. #4721
  • x-datadog-tags extraction uses the configurable MaxTagsHeaderLen. #4727

Service name origin signaling

Adds svc.user/svc.auto process tags so consumers can distinguish whether a service name was user-configured vs. auto-detected. #4725

Application Security Management (ASM)

RFC-1012 ASM tags, metrics, and logs consolidation

Closes remaining gaps in the RFC-1012 ASM observability consolidation effort across tags, metrics, and logs. #4708

LLM Observability

Multi-run experiments

Adds support for running LLM evaluation experiments across multiple iterations. #4660

FlushSync API

Adds an internal FlushSync capability for forcing synchronous flush of LLM Observability data — useful for tests and short-lived processes. #4695

... (truncated)

Commits
  • f5f7068 internal/version: v2.9.1
  • c10cea5 internal/version: v2.9.1-rc.3
  • 96ec35c perf(appsec): make rate limiter synchronous to remove idle goroutine cost (#4...
  • 57b4d0b internal/version: v2.9.1-rc.2
  • 87ac04a feat(ci-visibility): cache Go read requests and add git upload kill switch (#...
  • f10e26f fix(internal/civisibility): fix known-tests API pagination (#4824)
  • e5f3e17 fix(civisibility): truncate CI Visibility meta values (#4853)
  • 9fd40ab fix(internal/civisibility): fix agent UDS requests (#4852)
  • 5362000 internal/version: v2.9.1-rc.1
  • 92b8d24 Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)"
  • Additional commits viewable in compare view

Updates github.com/DataDog/dd-trace-go/contrib/net/http/v2 from 2.6.0 to 2.9.1

Release notes

Sourced from github.com/DataDog/dd-trace-go/contrib/net/http/v2's releases.

v2.9.1

Application Performance Monitoring (APM)

  • Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)" by @​darccio

Application Security Management (ASM)

CI Visibility

Full Changelog: DataDog/dd-trace-go@v2.9.0...v2.9.1

v2.9.0

Summary

Application Performance Monitoring (APM)

twmb/franz-go integration

Adds a new contrib package providing tracing for the twmb/franz-go Kafka client. #4250

Trace context propagation hardening

Adds validation and explicit limits on incoming trace context headers:

  • Baggage extraction enforces per-item and total byte limits. #4720
  • dd= list-entries over 256 bytes are dropped from incoming tracestate. #4721
  • x-datadog-tags extraction uses the configurable MaxTagsHeaderLen. #4727

Service name origin signaling

Adds svc.user/svc.auto process tags so consumers can distinguish whether a service name was user-configured vs. auto-detected. #4725

Application Security Management (ASM)

RFC-1012 ASM tags, metrics, and logs consolidation

Closes remaining gaps in the RFC-1012 ASM observability consolidation effort across tags, metrics, and logs. #4708

LLM Observability

Multi-run experiments

Adds support for running LLM evaluation experiments across multiple iterations. #4660

FlushSync API

Adds an internal FlushSync capability for forcing synchronous flush of LLM Observability data — useful for tests and short-lived processes. #4695

... (truncated)

Commits
  • f5f7068 internal/version: v2.9.1
  • c10cea5 internal/version: v2.9.1-rc.3
  • 96ec35c perf(appsec): make rate limiter synchronous to remove idle goroutine cost (#4...
  • 57b4d0b internal/version: v2.9.1-rc.2
  • 87ac04a feat(ci-visibility): cache Go read requests and add git upload kill switch (#...
  • f10e26f fix(internal/civisibility): fix known-tests API pagination (#4824)
  • e5f3e17 fix(civisibility): truncate CI Visibility meta values (#4853)
  • 9fd40ab fix(internal/civisibility): fix agent UDS requests (#4852)
  • 5362000 internal/version: v2.9.1-rc.1
  • 92b8d24 Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)"
  • Additional commits viewable in compare view

Updates github.com/DataDog/dd-trace-go/contrib/redis/go-redis.v9/v2 from 2.6.0 to 2.9.1

Release notes

Sourced from github.com/DataDog/dd-trace-go/contrib/redis/go-redis.v9/v2's releases.

v2.9.1

Application Performance Monitoring (APM)

  • Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)" by @​darccio

Application Security Management (ASM)

CI Visibility

Full Changelog: DataDog/dd-trace-go@v2.9.0...v2.9.1

v2.9.0

Summary

Application Performance Monitoring (APM)

twmb/franz-go integration

Adds a new contrib package providing tracing for the twmb/franz-go Kafka client. #4250

Trace context propagation hardening

Adds validation and explicit limits on incoming trace context headers:

  • Baggage extraction enforces per-item and total byte limits. #4720
  • dd= list-entries over 256 bytes are dropped from incoming tracestate. #4721
  • x-datadog-tags extraction uses the configurable MaxTagsHeaderLen. #4727

Service name origin signaling

Adds svc.user/svc.auto process tags so consumers can distinguish whether a service name was user-configured vs. auto-detected. #4725

Application Security Management (ASM)

RFC-1012 ASM tags, metrics, and logs consolidation

Closes remaining gaps in the RFC-1012 ASM observability consolidation effort across tags, metrics, and logs. #4708

LLM Observability

Multi-run experiments

Adds support for running LLM evaluation experiments across multiple iterations. #4660

FlushSync API

Adds an internal FlushSync capability for forcing synchronous flush of LLM Observability data — useful for tests and short-lived processes. #4695

... (truncated)

Commits
  • f5f7068 internal/version: v2.9.1
  • c10cea5 internal/version: v2.9.1-rc.3
  • 96ec35c perf(appsec): make rate limiter synchronous to remove idle goroutine cost (#4...
  • 57b4d0b internal/version: v2.9.1-rc.2
  • 87ac04a feat(ci-visibility): cache Go read requests and add git upload kill switch (#...
  • f10e26f fix(internal/civisibility): fix known-tests API pagination (#4824)
  • e5f3e17 fix(civisibility): truncate CI Visibility meta values (#4853)
  • 9fd40ab fix(internal/civisibility): fix agent UDS requests (#4852)
  • 5362000 internal/version: v2.9.1-rc.1
  • 92b8d24 Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)"
  • Additional commits viewable in compare view

Updates github.com/DataDog/dd-trace-go/v2 from 2.6.0 to 2.9.1

Release notes

Sourced from github.com/DataDog/dd-trace-go/v2's releases.

v2.9.1

Application Performance Monitoring (APM)

  • Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)" by @​darccio

Application Security Management (ASM)

CI Visibility

Full Changelog: DataDog/dd-trace-go@v2.9.0...v2.9.1

v2.9.0

Summary

Application Performance Monitoring (APM)

twmb/franz-go integration

Adds a new contrib package providing tracing for the twmb/franz-go Kafka client. #4250

Trace context propagation hardening

Adds validation and explicit limits on incoming trace context headers:

  • Baggage extraction enforces per-item and total byte limits. #4720
  • dd= list-entries over 256 bytes are dropped from incoming tracestate. #4721
  • x-datadog-tags extraction uses the configurable MaxTagsHeaderLen. #4727

Service name origin signaling

Adds svc.user/svc.auto process tags so consumers can distinguish whether a service name was user-configured vs. auto-detected. #4725

Application Security Management (ASM)

RFC-1012 ASM tags, metrics, and logs consolidation

Closes remaining gaps in the RFC-1012 ASM observability consolidation effort across tags, metrics, and logs. #4708

LLM Observability

Multi-run experiments

Adds support for running LLM evaluation experiments across multiple iterations. #4660

FlushSync API

Adds an internal FlushSync capability for forcing synchronous flush of LLM Observability data — useful for tests and short-lived processes. #4695

... (truncated)

Commits
  • f5f7068 internal/version: v2.9.1
  • c10cea5 internal/version: v2.9.1-rc.3
  • 96ec35c perf(appsec): make rate limiter synchronous to remove idle goroutine cost (#4...
  • 57b4d0b internal/version: v2.9.1-rc.2
  • 87ac04a feat(ci-visibility): cache Go read requests and add git upload kill switch (#...
  • f10e26f fix(internal/civisibility): fix known-tests API pagination (#4824)
  • e5f3e17 fix(civisibility): truncate CI Visibility meta values (#4853)
  • 9fd40ab fix(internal/civisibility): fix agent UDS requests (#4852)
  • 5362000 internal/version: v2.9.1-rc.1
  • 92b8d24 Revert "fix(ddtrace/tracer): cache trace ID hex encoding (#4481)"
  • Additional commits viewable in compare view

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

Release notes

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

DELEX and fixes

HEXPIRE

Changelog

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

v2.38.0

v2.37.0

Commits
  • d67bfae update changelog for v2.38.0
  • 2b1abd8 DELEX (partly) (#442)
  • 452dd37 Merge pull request #440 from infastin/server-alias
  • b5b8ec2 feat: add 'server' alias to 'redis' in lua scripts
  • ecc4af1 Merge pull request #439 from TomBailey167/xinfo-stream-last-generated-id
  • 4a2a33e Merge pull request #435 from evan-choi/fix/xadd-equals-trim-modifier
  • d6261ef feat: add last-generated-id to XINFO STREAM response
  • f4d8aa3 fix: accept = trim modifier in xadd
  • c1b59bf feat: implement HEXPIRE command (#424)
  • See full diff in compare view

Updates github.com/redis/go-redis/v9 from 9.17.3 to 9.21.0

Release notes

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

9.21.0

This is a minor release adding new features and bug fixes. There are no breaking changes; upgrading from 9.20.x is a drop-in replacement.

🚀 Highlights

Zero-copy GetToBuffer / SetFromBuffer

Two new StringCmdable methods let callers read and write Redis string values directly into and from pre-allocated byte buffers, eliminating the per-call payload allocation that Get/Set incur:

GetToBuffer(ctx, key, buf) *ZeroCopyStringCmd   // reads into buf; ZeroCopyStringCmd { Val() int; Bytes() []byte; Result() (int, error) }
SetFromBuffer(ctx, key, buf) *StatusCmd

GetToBuffer decodes the bulk reply straight into the caller-owned buf (no intermediate allocation); a buffer that is too small returns an error after draining the payload, so the connection stays aligned for the next reply. SetFromBuffer is provided for API symmetry — it dispatches to the same []byte writer path as Set(ctx, key, buf, 0) and produces byte-identical output on the wire. Available on *Client, *ClusterClient, *Ring, *Conn and Pipeliner.

(#3834) by @​ndyakov

Explicit LIMIT 0 for stream trimming

Redis treats XTRIM/XADD approximate-trim (~) LIMIT 0 as "disable the trimming effort cap entirely", which differs from omitting LIMIT (the implicit 100 * stream-node-max-entries default). The command builders previously only emitted LIMIT when limit > 0, so callers could never send an explicit LIMIT 0. Following the KeepTTL = -1 precedent, the new XTrimLimitDisabled = -1 sentinel now emits an explicit LIMIT 0; limit == 0 keeps the historical no-LIMIT behavior, so existing callers produce byte-identical commands.

(#3848) by @​TheRealMal

✨ New Features

  • Zero-copy buffer string commands: new GetToBuffer / SetFromBuffer on StringCmdable and the ZeroCopyStringCmd result type, reading/writing string values into caller-owned buffers without per-call payload allocation (#3834) by @​ndyakov
  • XTrimLimitDisabled sentinel: XTRIM/XADD approximate trimming can now send an explicit LIMIT 0 to disable the trim effort cap, via the new XTrimLimitDisabled = -1 sentinel (#3848) by @​TheRealMal
  • PubSub health-check timeouts: channel.initHealthCheck now bounds the Ping it issues with a fresh per-check timeout context (the exported pingTimeout / reconnectTimeout) instead of context.TODO(), so a stuck health-check Ping can no longer block indefinitely (#3819) by @​abdellani
  • Skip redundant UNWATCH in Tx.Close: a transaction now tracks whether a WATCH is still active (watchArmed) and only issues UNWATCH on Close when it is, removing an extra round trip on the common WATCH/.../EXEC and no-key Watch paths while never returning a connection to the pool with an active watch (#3854) by @​fcostaoliveira

🐛 Bug Fixes

  • maintnotifications ModeAuto fail-open: ModeAuto now stays fail-open when the server does not support maintenance notifications — connections are retired and tracking is guarded during downgrade so the client keeps working instead of erroring (#3853) by @​terrorobe

👥 Contributors

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

@​abdellani, @​fcostaoliveira, @​ndyakov, @​terrorobe, @​TheRealMal

9.20.1

This is a patch release containing bug fixes only. There are no new features or breaking changes; upgrading from 9.20.0 is a drop-in replacement.

🚀 Highlights

RESP3 pub/sub message loss fixed

PeekPushNotificationName previously inspected only the bytes already buffered by bufio, so when a push frame header straddled a buffer fill boundary it could return a truncated notification name (e.g. "messa" instead of "message"). The push processor then mis-routed the frame and ReadReply silently dropped it, causing intermittent RESP3 pub/sub message loss. The peek now grows its window (36 bytes → up to 4 KiB) and reads more from the connection until the header is complete, cleanly separating incomplete prefixes from corrupt frames (including overflow-safe bulk-length handling). Fixes #3839.

... (truncated)

Changelog

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

9.21.0 (2026-06-18)

This is a minor release adding new features and bug fixes. There are no breaking changes; upgrading from 9.20.x is a drop-in replacement.

🚀 Highlights

Zero-copy GetToBuffer / SetFromBuffer

Two new StringCmdable methods let callers read and write Redis string values directly into and from pre-allocated byte buffers, eliminating the per-call payload allocation that Get/Set incur:

GetToBuffer(ctx, key, buf) *ZeroCopyStringCmd   // reads into buf; ZeroCopyStringCmd { Val() int; Bytes() []byte; Result() (int, error) }
SetFromBuffer(ctx, key, buf) *StatusCmd

GetToBuffer decodes the bulk reply straight into the caller-owned buf (no intermediate allocation); a buffer that is too small returns an error after draining the payload, so the connection stays aligned for the next reply. SetFromBuffer is provided for API symmetry — it dispatches to the same []byte writer path as Set(ctx, key, buf, 0) and produces byte-identical output on the wire. Available on *Client, *ClusterClient, *Ring, *Conn and Pipeliner.

(#3834) by @​ndyakov

Explicit LIMIT 0 for stream trimming

Redis treats XTRIM/XADD approximate-trim (~) LIMIT 0 as "disable the trimming effort cap entirely", which differs from omitting LIMIT (the implicit 100 * stream-node-max-entries default). The command builders previously only emitted LIMIT when limit > 0, so callers could never send an explicit LIMIT 0. Following the KeepTTL = -1 precedent, the new XTrimLimitDisabled = -1 sentinel now emits an explicit LIMIT 0; limit == 0 keeps the historical no-LIMIT behavior, so existing callers produce byte-identical commands.

(#3848) by @​TheRealMal

✨ New Features

  • Zero-copy buffer string commands: new GetToBuffer / SetFromBuffer on StringCmdable and the ZeroCopyStringCmd result type, reading/writing string values into caller-owned buffers without per-call payload allocation (#3834) by @​ndyakov
  • XTrimLimitDisabled sentinel: XTRIM/XADD approximate trimming can now send an explicit LIMIT 0 to disable the trim effort cap, via the new XTrimLimitDisabled = -1 sentinel (#3848) by @​TheRealMal
  • PubSub health-check timeouts: channel.initHealthCheck now bounds the Ping it issues with a fresh per-check timeout context (the exported pingTimeout / reconnectTimeout) instead of context.TODO(), so a stuck health-check Ping can no longer block indefinitely (#3819) by @​abdellani
  • Skip redundant UNWATCH in Tx.Close: a transaction now tracks whether a WATCH is still active (watchArmed) and only issues UNWATCH on Close when it is, removing an extra round trip on the common WATCH/.../EXEC and no-key Watch paths while never returning a connection to the pool with an active watch (#3854) by @​fcostaoliveira

🐛 Bug Fixes

  • maintnotifications ModeAuto fail-open: ModeAuto now stays fail-open when the server does not support maintenance notifications — connections are retired and tracking is guarded during downgrade so the client keeps working instead of erroring (#3853) by @​terrorobe

👥 Contributors

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

@​abdellani, @​fcostaoliveira, @​ndyakov, @​terrorobe, @​TheRealMal


Full Changelog: redis/go-redis@v9.20.1...v9.21.0

9.20.1 (2026-06-11)

This is a patch release containing bug fixes only. There are no new features or breaking changes; upgrading from 9.20.0 is a drop-in replacement.

... (truncated)

Commits
  • 1551837 chore(release): 9.21.0 (#3857)
  • 1cfa927 fix(maintnotifications): keep ModeAuto fail-open (#3853)
  • 1f0ea0e feat(pubsub): introduce timeouts for Ping on channel.initHealthCheck (#3819)
  • 5484b0b feat(tx): skip redundant UNWATCH in Tx.Close when no WATCH is active (#3854)
  • bf57a51 chore(deps): bump rojopolis/spellcheck-github-actions (#3852)
  • 641294c feat(streams): support explicit LIMIT 0 in XTRIM/XADD trimming via XTrimLimit...
  • 74d9bb0 feat(command): add zero-copy GetToBuffer and SetFromBuffer (#3834)
  • a13416b chore(release): 9.20.1 (#3847)
  • 10dc44f fix(push): fix peeking when push name is truncated (#3842)
  • e1a2d68 fix(ft.hybrid): Always generate vector param names if they are not provided b...
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.50.0 to 0.52.0

Commits

Bumps the all-go group with 10 updates in the /services/control-plane directory:

| Package | From | To |
| --- | --- | --- |
| [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.19.1` | `1.20.0` |
| [github.com/DataDog/datadog-go/v5](https://github.com/DataDog/datadog-go) | `5.8.3` | `5.9.0` |
| [github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/v2](https://github.com/DataDog/dd-trace-go) | `2.6.0` | `2.9.1` |
| [github.com/DataDog/dd-trace-go/contrib/log/slog/v2](https://github.com/DataDog/dd-trace-go) | `2.6.0` | `2.9.1` |
| [github.com/DataDog/dd-trace-go/contrib/redis/go-redis.v9/v2](https://github.com/DataDog/dd-trace-go) | `2.6.0` | `2.9.1` |
| [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.36.1` | `2.38.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.17.3` | `9.21.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.82.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.1` | `0.36.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.1` | `0.36.2` |



Updates `connectrpc.com/connect` from 1.19.1 to 1.20.0
- [Release notes](https://github.com/connectrpc/connect-go/releases)
- [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md)
- [Commits](connectrpc/connect-go@v1.19.1...v1.20.0)

Updates `github.com/DataDog/datadog-go/v5` from 5.8.3 to 5.9.0
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-go@v5.8.3...v5.9.0)

Updates `github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/v2` from 2.6.0 to 2.9.1
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v2.6.0...v2.9.1)

Updates `github.com/DataDog/dd-trace-go/contrib/log/slog/v2` from 2.6.0 to 2.9.1
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v2.6.0...v2.9.1)

Updates `github.com/DataDog/dd-trace-go/contrib/net/http/v2` from 2.6.0 to 2.9.1
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v2.6.0...v2.9.1)

Updates `github.com/DataDog/dd-trace-go/contrib/redis/go-redis.v9/v2` from 2.6.0 to 2.9.1
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v2.6.0...v2.9.1)

Updates `github.com/DataDog/dd-trace-go/v2` from 2.6.0 to 2.9.1
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v2.6.0...v2.9.1)

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

Updates `github.com/redis/go-redis/v9` from 9.17.3 to 9.21.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.17.3...v9.21.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](golang/net@v0.50.0...v0.52.0)

Updates `google.golang.org/grpc` from 1.79.3 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.3...v1.82.0)

Updates `k8s.io/apimachinery` from 0.35.1 to 0.36.2
- [Commits](kubernetes/apimachinery@v0.35.1...v0.36.2)

Updates `k8s.io/client-go` from 0.35.1 to 0.36.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.1...v0.36.2)

---
updated-dependencies:
- dependency-name: connectrpc.com/connect
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/DataDog/datadog-go/v5
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/v2
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/DataDog/dd-trace-go/contrib/log/slog/v2
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/DataDog/dd-trace-go/contrib/net/http/v2
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/DataDog/dd-trace-go/contrib/redis/go-redis.v9/v2
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/DataDog/dd-trace-go/v2
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-version: 2.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: golang.org/x/net
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
...

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 Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants