Skip to content

Commit

Permalink
chore(deps): Update dependency testcontainers to v4 (#163)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Testcontainers](https://dotnet.testcontainers.org/)
([source](https://redirect.github.com/testcontainers/testcontainers-dotnet))
| `3.10.0` -> `4.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Testcontainers/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testcontainers/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testcontainers/3.10.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testcontainers/3.10.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.0.0`](https://redirect.github.com/testcontainers/testcontainers-dotnet/releases/tag/4.0.0)

[Compare
Source](https://redirect.github.com/testcontainers/testcontainers-dotnet/compare/3.10.0...4.0.0)

##### What's Changed

Thanks so much for all the effort you put into this release 🙌. We are
continuing to align Testcontainers for .NET with other language
implementations and working on improving the domain-specific language.

We have updated the `IImage` interface to follow the domain-specific
language with the correct property names. The table below shows the
changes. We tried to make the transition as smooth as possible, but be
aware that relying on the `Repository` property might cause issues since
it now resolves a different value than before. We have kept the old
properties, marked them as obsolete, and provided guidance on how to
migrate.

|  | Actual | Expected (New) |
|---|---|---|
| Registry | - | myregistryhost:5000 |
| Repository | myregistryhost:5000/fedora | fedora/httpd |
| Name | httpd | - |
| Tag | version1.0 | version1.0 |
| Digest | - | sha256:37a3b014d320... |
| GetHostname() | myregistryhost:5000 | myregistryhost:5000 |

##### ⚠️ Breaking Changes

- fix: Bump MSSQL image version, remove Azure SQL Edge ~~and Papercut~~
module
([#&#8203;1265](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- feat: Align `IImage` properties with Docker DSL
([#&#8203;1256](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)

##### 🚀 Features

- feat: Use `exec` to replace current shell with the Kafka process (as
ENTRYPOINT)
([#&#8203;1282](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1282))
[@&#8203;jasoncouture](https://redirect.github.com/jasoncouture)
- feat: Add getter for Azurite blob, queue and table endpoint
([#&#8203;1278](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1278))
[@&#8203;pregress](https://redirect.github.com/pregress)
- feat: Reintroduce Papercut module
([#&#8203;1268](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1268))
[@&#8203;TechLiam](https://redirect.github.com/TechLiam)
- feat: Add Neo4j Enterprise Edition support
(`WithEnterpriseEdition(bool)`)
([#&#8203;1269](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1269))
[@&#8203;Sossenbinder](https://redirect.github.com/Sossenbinder)
- feat: Support digest in `IImage`, `DockerImage` and in the
`WithImage(string)` implementation
([#&#8203;1249](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1249))
[@&#8203;Kielek](https://redirect.github.com/Kielek)
- feat: Align `IImage` properties with Docker DSL
([#&#8203;1256](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- feat: Change visibility of `AccountName` and `AccountKey` to public,
move to `AzuriteBuilder`
([#&#8203;1258](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1258))
[@&#8203;mikecole](https://redirect.github.com/mikecole)
- feat: Get Docker endpoint from Docker context
([#&#8203;1235](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1235))
[@&#8203;0xced](https://redirect.github.com/0xced)

##### 🐛 Bug Fixes

- fix: Bump MSSQL image version, remove Azure SQL Edge and Papercut
module
([#&#8203;1265](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- fix: Throw exception if Docker resource does not exist instead of
silently ignoring it
([#&#8203;1254](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1254))
[@&#8203;0xced](https://redirect.github.com/0xced)

##### 🧹 Housekeeping

- fix: Do not run reusable resource tests in parallel
([#&#8203;1267](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1267))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

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

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 Nov 6, 2024
1 parent fa03241 commit 25ac59d
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.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Testcontainers" Version="3.10.0" />
<PackageReference Include="Testcontainers" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 25ac59d

Please sign in to comment.