Skip to content

Update dependency Testcontainers.Keycloak to v3.9.0

nxt Administrator requested to merge renovate/testcontainers-dotnet-monorepo into main

This MR contains the following updates:

Package Type Update Change
Testcontainers.Keycloak (source) nuget minor 3.8.0 -> 3.9.0

Release Notes

testcontainers/testcontainers-dotnet (Testcontainers.Keycloak)

v3.9.0

Compare Source

Thank you to everyone whose contributions made this release possible.

What's Changed

️ Breaking Changes

The UntilOperationIsSucceeded(Func<bool>, int, Action<IWaitStrategy>) wait strategy is obsolete. Instead of this wait strategy, use any other wait strategy that matches your use case and configure the retry behavior accordingly (wait strategy options).

Using reuse together with the container builder method WithName(string) will generate a new reuse hash the first time you use the configuration. The container name was not included in calculating the reuse hash previously.

🚀 Features

🐛 Bug Fixes

  • fix: Add default file permission (755 for image build) (#​1176) @​HofmeisterAn
  • fix(MySql): Create an empty /var/lib/mysql-files directory to prevent older versions from failing to start (#​1144) @​0xced

📖 Documentation

🧹 Housekeeping

📦 Dependency Updates


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by nxt Administrator

Merge request reports