chore(deps): update dependency testcontainers.redis to 4.11.0#5151
Merged
chore(deps): update dependency testcontainers.redis to 4.11.0#5151
Conversation
Contributor
There was a problem hiding this comment.
Dependency Update Review: Testcontainers.Redis 4.10.0 → 4.11.0
This is a straightforward minor version bump of Testcontainers.Redis from 4.10.0 to 4.11.0, generated by Renovate Bot.
Change: Single line update in Directory.Packages.props.
Assessment
The update looks clean and appropriate:
- Minimal risk: Only the Redis module version changes; the core Testcontainers library and other modules remain unaffected.
- No Redis-specific breaking changes: The v4.11.0 release notes show no breaking changes for the Redis module. The only breaking change is in the CosmosDb module (base image update), which is unrelated.
- Relevant improvements in 4.11.0 that may benefit Redis tests: supply chain security attestation for NuGet packages,
ResourceReaperwait strategy fix, and console buffer width fix inConsoleLogger. - Version consistency note:
Testcontainers.Kafkais already on4.11.0whileTestcontainers.PostgreSqlremains on4.10.0. This PR brings Redis in line with Kafka, though PostgreSQL is still behind — that's expected to be handled by a separate Renovate PR.
Approved. Safe to merge via auto-merge. ✓
ca85f4c to
15c1929
Compare
Contributor
There was a problem hiding this comment.
Follow-up Review: Testcontainers.Redis 4.10.0 → 4.11.0
No changes since the previous review. This remains a clean, minimal dependency bump — one line in Directory.Packages.props.
Previous review points confirmed:
- No breaking changes for the Redis module in v4.11.0.
- The only breaking change in this release (CosmosDb base image swap to
vnext-preview) is unrelated to this project's Redis usage. - Supply chain security: NuGet packages for this release are attested via
actions/attest, which is a positive improvement. - Version consistency: Redis is now aligned with Kafka at
4.11.0; PostgreSQL is still at4.10.0(expected to be handled separately by Renovate).
No issues found. Safe to merge.
This was referenced Mar 13, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.10.0→4.11.0Release Notes
testcontainers/testcontainers-dotnet (Testcontainers.Redis)
v4.11.0Compare Source
What's Changed
Thanks to all contributors. Once again, really great contributions from everyone 🤝.
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #21198535.Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The
latesttag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation,vnext-preview, which receives more updates and features. Due to the limitations of thelatesttag, we decided to replace it withvnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency Updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.