Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Bump Testcontainers.Milvus from 4.0.0 to 4.1.0 in /dotnet (#10314)
Bumps [Testcontainers.Milvus](https://github.com/testcontainers/testcontainers-dotnet) from 4.0.0 to 4.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-dotnet/releases">Testcontainers.Milvus's releases</a>.</em></p> <blockquote> <h2>4.1.0</h2> <h1>What's Changed</h1> <p>This is likely the last release for this year, unless urgent fixes become necessary.</p> <p>I want to mention a change introduced in the last major release, where we refactored the <code>IImage</code> interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than <code>DockerImage(string)</code>, please ensure you pass the correct values to the constructor.</p> <p>Additionally, we replaced <a href="https://github.com/testcontainers/Docker.DotNet">Docker.DotNet</a> 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 ❤️.</p> <p>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.</p> <h2>🚀 Features</h2> <ul> <li>feat: Add Azure Service Bus module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1309">#1309</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>feat: Set ryuk.container.privileged default value to true (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1313">#1313</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>feat: Remove <code>net6.0</code> and add <code>net9.0</code> TFM (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1311">#1311</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>feat: Introduce a new Testcontainers.Xunit package (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1165">#1165</a>) <a href="https://github.com/0xced"><code>@0xced</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Postpone exception in <code>DbContainerFixture</code> to match the behavior of <code>ContainerFixture</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1310">#1310</a>) <a href="https://github.com/0xced"><code>@0xced</code></a></li> <li>fix: Do not pre-pull scratch image (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1304">#1304</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>fix: Add HTTP wait strategy to prevent race-condition in WaitUntilHttpRequestIsSucceededTest (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1299">#1299</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>fix: Add HTTP wait strategy to prevent race-condition in TarOutputMemoryStreamTest (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1297">#1297</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>fix: Prepend Docker Hub namespace to repository (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1287">#1287</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: Add low level API access (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1300">#1300</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>feat: Add Respawn example (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1307">#1307</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>chore: Add test to ensure that all test projects are configured for CI (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1305">#1305</a>) <a href="https://github.com/0xced"><code>@0xced</code></a></li> <li>chore: Run each test project on a separate runner (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1295">#1295</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>chore: Replace Docker.DotNet with the Testcontainers organization's build (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1292">#1292</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/0d86bda59ca536bd9108235d22ad06dae03ced53"><code>0d86bda</code></a> fix: Set XunitV3 packable and publishable to false (NU5104)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/bf182b2a13b46c705a15481f4fc76cb44da04a9f"><code>bf182b2</code></a> fix: Remove Sonar code smells</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/8e0f6d5bd114f6d7a60f99d6c4b261600d44b04d"><code>8e0f6d5</code></a> feat: Add Azure Service Bus module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1309">#1309</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/5ff4ae107a6bbe20d8523274eed624d58cf09570"><code>5ff4ae1</code></a> feat: Set ryuk.container.privileged default value to true (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1313">#1313</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/e982134dc4694bb403375007c0b2f9f5cfca7764"><code>e982134</code></a> fix: Postpone exception in <code>DbContainerFixture</code> to match the behavior of `Con...</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/1f78b9052851394cff719a214e7ac55213619d1e"><code>1f78b90</code></a> feat: Remove <code>net6.0</code> and add <code>net9.0</code> TFM (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1311">#1311</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/49ef7dcb39e6212deb5809ae5e81eef59328c9dc"><code>49ef7dc</code></a> fix: Remove Sonar code smells</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/1cf48b25e2949c0f5007a97c26fbf22d818149f9"><code>1cf48b2</code></a> feat: Introduce a new Testcontainers.Xunit package (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1165">#1165</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/aa8234d920a199b043abf593e3f8d20933fa3767"><code>aa8234d</code></a> feat: Add Respawn example (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1307">#1307</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/6051cdbd758db2d6e0043cfd93f145da300d5f17"><code>6051cdb</code></a> chore: Add test to ensure that all test projects are configured for CI</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Testcontainers.Milvus&package-manager=nuget&previous-version=4.0.0&new-version=4.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information