Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2025

This PR contains the following updates:

Package Change Age Confidence
Testcontainers.MySql (source) 4.7.0 -> 4.8.1 age confidence
Testcontainers.PostgreSql (source) 4.7.0 -> 4.8.1 age confidence
Testcontainers.Redis (source) 4.7.0 -> 4.8.1 age confidence

Release Notes

testcontainers/testcontainers-dotnet (Testcontainers.MySql)

v4.8.1

Compare Source

What's Changed

🐛 Bug Fixes

v4.8.0

Compare 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 with 4.8.0.

Wait strategies now default to the Running mode. This mode expects the container to remain running throughout startup. If the container exits unexpectedly, Testcontainers will throw a ContainerNotRunningException that 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 to IContainerBuilder.

IContainerBuilder.WithResourceMapping and IContainer.CopyAsync now include two new optional arguments: uid and gid. If you do not need to specify those, use named arguments for the existing parameters: fileMode or ct.

⚠️ Breaking Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/testcontainers-dotnet-monorepo branch from 0b31fe0 to 735ea6c Compare October 22, 2025 16:09
@renovate renovate bot changed the title chore(deps): update testcontainers-dotnet monorepo to 4.8.0 chore(deps): update testcontainers-dotnet monorepo to 4.8.1 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/testcontainers-dotnet-monorepo branch from 735ea6c to 5bbc77b Compare October 24, 2025 20:23
@MeikelLP MeikelLP merged commit 1ad2f25 into main Oct 26, 2025
6 checks passed
@MeikelLP MeikelLP deleted the renovate/testcontainers-dotnet-monorepo branch October 26, 2025 16:27
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.

2 participants