Skip to content

Commit

Permalink
chore(deps): Update dependency testcontainers to v3.9.0 (#139)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>testcontainers/testcontainers-dotnet (Testcontainers)</summary>

###
[`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<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.

- feat: Add wait strategy options
([#&#8203;1168](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1168))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Include the container name in the reuse hash
([#&#8203;1162](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1162))
[@&#8203;0xced](https://togithub.com/0xced)

##### 🚀 Features

- feat: Add Apache Pulsar module
([#&#8203;1103](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1103))
[@&#8203;entvex](https://togithub.com/entvex)
- feat: Add custom configuration for retries, interval and timeout
([#&#8203;1169](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1169))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Add wait strategy options
([#&#8203;1168](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1168))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Include the container name in the reuse hash
([#&#8203;1162](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1162))
[@&#8203;0xced](https://togithub.com/0xced)

##### 🐛 Bug Fixes

- fix: Add default file permission (755 for image build)
([#&#8203;1176](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1176))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- fix(MySql): Create an empty `/var/lib/mysql-files` directory to
prevent older versions from failing to start
([#&#8203;1144](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1144))
[@&#8203;0xced](https://togithub.com/0xced)

##### 📖 Documentation

- docs: Add reading file from a container
([#&#8203;1151](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1151))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)

##### 🧹 Housekeeping

- chore: Remove PulsarContainer.CreateAuthenticationTokenAsync(TimeSpan)
default arg
([#&#8203;1195](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1195))
[@&#8203;entvex](https://togithub.com/entvex)
- chore : Do not block async context on acquire lock
([#&#8203;1188](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1188))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- chore: Prevent ReusableResourceTest from leaking resources
([#&#8203;1164](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1164))
[@&#8203;0xced](https://togithub.com/0xced)
- refactor: Replace Azure SQL Edge with PostgreSQL
([#&#8203;1156](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1156))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- chore: Remove obsolete members
([#&#8203;1146](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1146))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)

##### 📦 Dependency Updates

- chore: Bump BouncyCastle.Cryptography
([#&#8203;1179](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1179))
[@&#8203;marco-carvalho](https://togithub.com/marco-carvalho)
- chore: Use new sshd:1.2.0 image
([#&#8203;1160](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1160))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2NpIiwiYm90cyIsImtpbmQvY2hvcmUiXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 13e7374 commit 7f4a2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sdk.UnitTests/Sdk.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.2.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Testcontainers" Version="3.8.0" />
<PackageReference Include="Testcontainers" Version="3.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7f4a2c6

Please sign in to comment.