bitwarden / passwordless-server

Bitwarden Passwordless.dev infrastructure/backend (API, database, Docker, etc).
https://bitwarden.com/
Other
86 stars 28 forks source link

[deps]: Update Testcontainers.MsSql to v4 #760

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Testcontainers.MsSql (source) 3.10.0 -> 4.0.0 age adoption passing confidence

Release Notes

testcontainers/testcontainers-dotnet (Testcontainers.MsSql) ### [`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 ([#​1265](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Align `IImage` properties with Docker DSL ([#​1256](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) #### ๐Ÿš€ Features - feat: Use `exec` to replace current shell with the Kafka process (as ENTRYPOINT) ([#​1282](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1282)) [@​jasoncouture](https://redirect.github.com/jasoncouture) - feat: Add getter for Azurite blob, queue and table endpoint ([#​1278](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1278)) [@​pregress](https://redirect.github.com/pregress) - feat: Reintroduce Papercut module ([#​1268](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1268)) [@​TechLiam](https://redirect.github.com/TechLiam) - feat: Add Neo4j Enterprise Edition support (`WithEnterpriseEdition(bool)`) ([#​1269](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1269)) [@​Sossenbinder](https://redirect.github.com/Sossenbinder) - feat: Support digest in `IImage`, `DockerImage` and in the `WithImage(string)` implementation ([#​1249](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1249)) [@​Kielek](https://redirect.github.com/Kielek) - feat: Align `IImage` properties with Docker DSL ([#​1256](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Change visibility of `AccountName` and `AccountKey` to public, move to `AzuriteBuilder` ([#​1258](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1258)) [@​mikecole](https://redirect.github.com/mikecole) - feat: Get Docker endpoint from Docker context ([#​1235](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1235)) [@​0xced](https://redirect.github.com/0xced) #### ๐Ÿ› Bug Fixes - fix: Bump MSSQL image version, remove Azure SQL Edge and Papercut module ([#​1265](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - fix: Throw exception if Docker resource does not exist instead of silently ignoring it ([#​1254](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1254)) [@​0xced](https://redirect.github.com/0xced) #### ๐Ÿงน Housekeeping - fix: Do not run reusable resource tests in parallel ([#​1267](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1267)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)

Configuration

๐Ÿ“… Schedule: Branch creation - "every 2nd week starting on the 2 week of the year 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.



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

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 35.20%. Comparing base (e1fb5c3) to head (915fd64). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #760 +/- ## ======================================= Coverage 35.20% 35.20% ======================================= Files 579 579 Lines 31286 31286 Branches 898 898 ======================================= Hits 11014 11014 Misses 20129 20129 Partials 143 143 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.