Skip to content

adapters/wredis: bump testcontainers-go to v0.43.0#198

Open
andrewwormald wants to merge 1 commit into
mainfrom
bump-testcontainers-wredis
Open

adapters/wredis: bump testcontainers-go to v0.43.0#198
andrewwormald wants to merge 1 commit into
mainfrom
bump-testcontainers-wredis

Conversation

@andrewwormald

@andrewwormald andrewwormald commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bumps testcontainers-go (and the modules/redis submodule) from v0.40.0 to v0.43.0 in adapters/wredis.
  • This clears the bulk of the ~20 Dependabot alerts (several critical) rooted in this module's outdated transitive dependencies: old docker/docker and containerd/containerd are replaced by the newer, lighter moby/moby/api + moby/moby/client split, and go.opentelemetry.io/otel moves to v1.44.0.
  • testcontainers-go is a test-only dependency here (used to spin up a Redis container for integration tests) — no change to the adapter's shipped runtime behavior.

Test plan

  • go build ./...
  • go vet ./...
  • go test -v -timeout=10m ./... — all tests pass locally against Docker (Rancher Desktop)

Companion PR for adapters/kafkastreamer's equivalent bump is separate, since that one currently has a testcontainers Kafka-module issue under investigation.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated supporting dependencies used by the Redis adapter and its testing tools.
    • Refreshed indirect libraries, including container tooling, observability components and compression utilities.
    • Removed obsolete transitive dependencies and aligned package versions for improved maintenance and compatibility.

Old testcontainers-go v0.40.0 pulled in outdated github.com/docker/docker,
github.com/containerd/containerd, and go.opentelemetry.io/otel — the source
of ~20 open Dependabot alerts (several critical) on this repo. v0.43.0
replaces the docker/containerd deps with the lighter moby/moby/api +
moby/moby/client split and bumps otel to v1.44.0, clearing them.

Test-only dependency (testcontainers spins up Redis for integration tests);
no change to the adapter's runtime behavior. All adapters/wredis tests pass.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5765b38f-d40e-4447-a784-e374e04d46bc

📥 Commits

Reviewing files that changed from the base of the PR and between 2f70c64 and fa7d04c.

⛔ Files ignored due to path filters (1)
  • adapters/wredis/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • adapters/wredis/go.mod

📝 Walkthrough

Walkthrough

Updated the Redis adapter’s Testcontainers and Redis module dependencies from v0.40.0 to v0.43.0. The change also refreshes numerous indirect Docker, OpenTelemetry, Prometheus, and Go ecosystem dependencies, while removing several no-longer-listed indirect modules.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Poem

I’m a rabbit with a freshly groomed tree,
Hopping through modules, version-dependency free.
Redis meets containers, neat as can be,
While indirect packages bound merrily.
Squeak, upgrade—then back to my tea!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: bumping testcontainers-go in adapters/wredis.
Description check ✅ Passed The description is directly related to the dependency bump and accompanying test results, so it is on-topic.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-testcontainers-wredis

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant