From 7f4a2c6ad6aa92922e7a837ceee6533d008bc0a4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 24 Jun 2024 10:37:15 +0300
Subject: [PATCH] chore(deps): Update dependency testcontainers to v3.9.0
(#139)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Testcontainers](https://dotnet.testcontainers.org/)
([source](https://togithub.com/testcontainers/testcontainers-dotnet)) |
`3.8.0` -> `3.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Testcontainers/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testcontainers/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testcontainers/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testcontainers/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
testcontainers/testcontainers-dotnet (Testcontainers)
###
[`v3.9.0`](https://togithub.com/testcontainers/testcontainers-dotnet/releases/tag/3.9.0)
[Compare
Source](https://togithub.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0)
Thank you to everyone whose contributions made this release possible.
##### What's Changed
##### ⚠️ Breaking Changes
The `UntilOperationIsSucceeded(Func, int, Action)`
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.
- feat: Add wait strategy options
([#1168](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1168))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Include the container name in the reuse hash
([#1162](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1162))
[@0xced](https://togithub.com/0xced)
##### 🚀 Features
- feat: Add Apache Pulsar module
([#1103](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1103))
[@entvex](https://togithub.com/entvex)
- feat: Add custom configuration for retries, interval and timeout
([#1169](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1169))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Add wait strategy options
([#1168](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1168))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Include the container name in the reuse hash
([#1162](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1162))
[@0xced](https://togithub.com/0xced)
##### 🐛 Bug Fixes
- fix: Add default file permission (755 for image build)
([#1176](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1176))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
- fix(MySql): Create an empty `/var/lib/mysql-files` directory to
prevent older versions from failing to start
([#1144](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1144))
[@0xced](https://togithub.com/0xced)
##### 📖 Documentation
- docs: Add reading file from a container
([#1151](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1151))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
##### 🧹 Housekeeping
- chore: Remove PulsarContainer.CreateAuthenticationTokenAsync(TimeSpan)
default arg
([#1195](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1195))
[@entvex](https://togithub.com/entvex)
- chore : Do not block async context on acquire lock
([#1188](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1188))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
- chore: Prevent ReusableResourceTest from leaking resources
([#1164](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1164))
[@0xced](https://togithub.com/0xced)
- refactor: Replace Azure SQL Edge with PostgreSQL
([#1156](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1156))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
- chore: Remove obsolete members
([#1146](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1146))
[@HofmeisterAn](https://togithub.com/HofmeisterAn)
##### 📦 Dependency Updates
- chore: Bump BouncyCastle.Cryptography
([#1179](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1179))
[@marco-carvalho](https://togithub.com/marco-carvalho)
- chore: Use new sshd:1.2.0 image
([#1160](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1160))
[@mdelapenya](https://togithub.com/mdelapenya)
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos-sdk-net).
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
src/Sdk.UnitTests/Sdk.UnitTests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Sdk.UnitTests/Sdk.UnitTests.csproj b/src/Sdk.UnitTests/Sdk.UnitTests.csproj
index 91b354b..b760ef7 100644
--- a/src/Sdk.UnitTests/Sdk.UnitTests.csproj
+++ b/src/Sdk.UnitTests/Sdk.UnitTests.csproj
@@ -12,7 +12,7 @@
-
+