InfluxCommunity / influxdb3-csharp

The C# .NET Client that provides a simple and convenient way to interact with InfluxDB 3.
https://InfluxCommunity.github.io/influxdb3-csharp/
MIT License
24 stars 6 forks source link

chore(deps): bump Testcontainers from 3.2.0 to 3.3.0 #26

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Testcontainers from 3.2.0 to 3.3.0.

Release notes

Sourced from Testcontainers's releases.

3.3.0

What's Changed

🚀 Features

  • feat: Add support for copying directories and files to a container (#913) @​HofmeisterAn
  • feat: Change access modifier of OracleBuilder.WithUsername(string) to public (#923) @​0xced
  • feat: Add UsingHttpMessageHandler(HttpMessageHandler) to HttpWaitStrategy (#910) @​mkstephenson

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 402df92 docs: Fix typo in Testcontainers properties file path (#935)
  • 69d91ed chore: Set WithResourceMapping(string, string) obsolete and explain the new b...
  • 705290b feat: Support coping directories using WithResourceMapping(string, string) (#...
  • 0ecda30 fix: Use the actual Docker endpoint to extract the socket path for the Resour...
  • 1c92dcf chore: Add DebugLogLevelEnabled property to default logger implementation (#928)
  • f867967 fix: Ensure site_url is set in the MkDocs config to prevent <loc>None</loc> i...
  • 1df2d9c chore: Set ContinuousIntegrationBuild and EmbedUntrackedSources MSBuild prope...
  • ac9625b chore: Rename UnixFileMode to UnixFileModes (#925)
  • f7f3c49 feat: Add support for copying directories and files to a container (#913)
  • de410de feat: Change access modifier of OracleBuilder.WithUsername(string) to public ...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
bednar commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Looks like Testcontainers is no longer a dependency, so this is no longer needed.