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.1.0 to 3.2.0 #11

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Testcontainers from 3.1.0 to 3.2.0.

Release notes

Sourced from Testcontainers's releases.

3.2.0

What's Changed

🚀 Features

🐛 Bug Fixes

  • fix: Do not create a Port Forwarding Container instance if auto-discovery does not detect Docker host (#900) @​HofmeisterAn
  • fix: Replace CLI command to detect open ports in Linux containers (#883) @​HofmeisterAn
  • fix: Remove trailing slash from rootless Docker socket path (#881) @​HofmeisterAn

📖 Documentation

🧹 Housekeeping

Commits
  • 12571d7 fix: Do not create a Port Forwarding Container instance if auto-discovery doe...
  • 804d688 chore: Favor environment configuration over properties file (#899)
  • 7343c73 chore: Update Docker.DotNet from version 3.125.13 to 3.125.15 (#898)
  • da778db chore: Update Ryuk image from version 0.4.0 to 0.5.1 (#896)
  • e27f537 docs: Add information about running Testcontainers in specific CI environment...
  • 0526d73 fix: Typo in Selenium (#893)
  • c25b017 feat: Add TC host strategy (#885)
  • 36ded55 feat: Add Keycloak module (#880)
  • 58088e1 docs: Link to Wikipedia to explain the .properties file format (#889)
  • e76b6b0 docs: Add Docker remote host configuration (#888)
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (10802fc) 100.00% compared to head (05a8d11) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 737 737 ========================================= Hits 737 737 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.