Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the testcontainers group with 9 updates #538

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps the testcontainers group with 9 updates:

Package From To
Testcontainers.Kafka 4.0.0 4.1.0
Testcontainers.Azurite 4.0.0 4.1.0
Testcontainers.ClickHouse 4.0.0 4.1.0
Testcontainers.MySql 4.0.0 4.1.0
Testcontainers.PostgreSql 4.0.0 4.1.0
Testcontainers.Oracle 4.0.0 4.1.0
Testcontainers.Redis 4.0.0 4.1.0
Testcontainers.Redpanda 4.0.0 4.1.0
Testcontainers.MsSql 4.0.0 4.1.0

Updates Testcontainers.Kafka from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.Kafka's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.Azurite from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.Azurite's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.ClickHouse from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.ClickHouse's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.MySql from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.MySql's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.PostgreSql from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.PostgreSql's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.Oracle from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.Oracle's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.Redis from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.Redis's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.Redpanda from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.Redpanda's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.MsSql from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.MsSql's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

  • feat: Add Respawn example (#1307) @​HofmeisterAn
  • chore: Add test to ensure that all test projects are configured for CI (#1305) @​0xced
  • chore: Run each test project on a separate runner (#1295) @​HofmeisterAn
  • chore: Replace Docker.DotNet with t...

    Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner December 10, 2024 13:30
@dependabot dependabot bot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Dec 10, 2024
@dependabot dependabot bot requested review from benwirren and removed request for a team December 10, 2024 13:30
@dependabot dependabot bot force-pushed the dependabot/nuget/testcontainers-3f41ea7390 branch from b7fcf9f to 1313f53 Compare December 10, 2024 18:35
Copy link
Member

@samtrion samtrion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot rebase

Bumps the testcontainers group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [Testcontainers.Kafka](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.Azurite](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.ClickHouse](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.MySql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.Oracle](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.Redpanda](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |


Updates `Testcontainers.Kafka` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.Azurite` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.ClickHouse` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.MySql` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.PostgreSql` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.Oracle` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.Redis` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.Redpanda` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.MsSql` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

---
updated-dependencies:
- dependency-name: Testcontainers.Kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.Azurite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.ClickHouse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.MySql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.PostgreSql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.Oracle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.Redpanda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
- dependency-name: Testcontainers.MsSql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testcontainers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/testcontainers-3f41ea7390 branch from 1313f53 to bf4b1d0 Compare December 10, 2024 19:59
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.11%. Comparing base (beafb9f) to head (bf4b1d0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #538   +/-   ##
=======================================
  Coverage   98.11%   98.11%           
=======================================
  Files          79       79           
  Lines        1539     1539           
  Branches      252      252           
=======================================
  Hits         1510     1510           
  Misses         24       24           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@samtrion samtrion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 909669c into main Dec 10, 2024
18 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/testcontainers-3f41ea7390 branch December 10, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant