chore(deps): update dependency testcontainers.redis to 4.8.0 - #3451
#3451Merged
thomhurst merged 1 commit intoOct 19, 2025
mainthomhurst/TUnit:mainfrom
renovate/testcontainers.redis-4.xthomhurst/TUnit:renovate/testcontainers.redis-4.xCopy head branch name to clipboard
Merged
chore(deps): update dependency testcontainers.redis to 4.8.0#3451thomhurst merged 1 commit intomainthomhurst/TUnit:mainfrom renovate/testcontainers.redis-4.xthomhurst/TUnit:renovate/testcontainers.redis-4.xCopy head branch name to clipboard
thomhurst merged 1 commit into
mainthomhurst/TUnit:mainfrom
renovate/testcontainers.redis-4.xthomhurst/TUnit:renovate/testcontainers.redis-4.xCopy head branch name to clipboard
Conversation
thomhurst
enabled auto-merge (squash)
October 19, 2025 15:10
thomhurst
temporarily deployed
to
Pull Requests
October 19, 2025 15:10 — with
GitHub Actions
Inactive
thomhurst
had a problem deploying
to
Pull Requests
October 19, 2025 15:10 — with
GitHub Actions
Failure
thomhurst
had a problem deploying
to
Pull Requests
October 19, 2025 15:10 — with
GitHub Actions
Failure
Contributor
|
Claude finished @thomhurst's task —— View job PR Review: Testcontainers.Redis 4.8.0 UpdateReview Checklist:
🔍 Review SummaryThis is a straightforward dependency update with minimal risk to the TUnit codebase. The update appears safe to merge. 📋 Detailed AnalysisCode Quality & Best Practices ✅
Potential Issues & Compatibility ✅Low Risk: The TUnit codebase has minimal exposure to breaking changes:
Performance Considerations ✅
Security Assessment ✅
Test Coverage ✅
🚀 RecommendationAPPROVE - This update is safe to merge:
🔧 Post-Merge Actions
|
thomhurst
force-pushed
the
renovate/testcontainers.redis-4.x
branch
from
October 19, 2025 15:38
7e5a618 to
01495a3
Compare
thomhurst
temporarily deployed
to
Pull Requests
October 19, 2025 15:39 — with
GitHub Actions
Inactive
thomhurst
had a problem deploying
to
Pull Requests
October 19, 2025 15:39 — with
GitHub Actions
Failure
thomhurst
temporarily deployed
to
Pull Requests
October 19, 2025 15:39 — with
GitHub Actions
Inactive
Contributor
|
Claude finished @thomhurst's task —— View job PR Review: Testcontainers.Redis 4.8.0 UpdateReview Checklist:
🔍 Review SummaryThis is a straightforward dependency update with minimal risk to the TUnit codebase. The update appears safe to merge. 📋 Detailed AnalysisCode Quality & Best Practices ✅
Potential Issues & Compatibility ✅Low Risk: The TUnit codebase has minimal exposure to breaking changes:
Performance Considerations ✅
Security Assessment ✅
Test Coverage ✅
🚀 RecommendationAPPROVE - This update is safe to merge:
🔧 Post-Merge Actions
|
This was referenced Oct 20, 2025
Merged
This was referenced Nov 10, 2025
This was referenced Nov 18, 2025
This was referenced Dec 1, 2025
This was referenced Dec 8, 2025
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.7.0->4.8.0Release Notes
testcontainers/testcontainers-dotnet (Testcontainers.Redis)
v4.8.0Compare Source
What's Changed
Thank you to all the contributors 🙌.
In version
4.7.0, we noticed that the reuse hash could change depending on the order of dictionary values. This has been fixed to ensure that dictionary values are processed in a consistent order when generating the reuse hash. As a result, the reuse hash will likely change again with4.8.0.Wait strategies now default to the
Runningmode. This mode expects the container to remain running throughout startup. If the container exits unexpectedly, Testcontainers will throw aContainerNotRunningExceptionthat includes the exit code and container logs.The container startup callback now includes an additional overload that provides the actual container configuration. If you implement
IContainerBuilder<TBuilderEntity, TContainerEntity>, you need to add the container configuration (e.g.,IContainerConfiguration) as a third generic type constraint toIContainerBuilder.IContainerBuilder.WithResourceMappingandIContainer.CopyAsyncnow include two new optional arguments:uidandgid. If you do not need to specify those, use named arguments for the existing parameters:fileModeorct.🚀 Features
WithTarget(string)to image builder (#1534) @HofmeisterAn🐛 Bug Fixes
db.runCommand({hello:1})do detect readiness (#1548) @HofmeisterAn📖 Documentation
IContainerBuilder.WithAutoRemovecode comment (#1546) @hojmark🧹 Housekeeping
UntilPortIsAvailable(int)(#1528) @HofmeisterAnConfiguration
📅 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.