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 Testcontainers from 3.4.0 to 3.5.0 in /examples/Idempotency #443

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps Testcontainers from 3.4.0 to 3.5.0.

Release notes

Sourced from Testcontainers's releases.

3.5.0

What's Changed

🚀 Features

  • feat: Allow MongoDb module configuration without credentials (#983) @​the-avid-engineer
  • feat: Add support for RSA private key (RsaPrivateCrtKeyParameters) TLS authentication with protected Docker daemon sockets (#978) @​zuntio
  • feat: Add InfluxDb module (#975) @​MelomanG

🐛 Bug Fixes

  • fix: Do not pre pull Dockerfile build stages that do not correspond to base images (#979) @​HofmeisterAn

📖 Documentation

🧹 Housekeeping

  • chore: Improve error message when Docker is not running (#987) @​0xced
  • chore: Update BouncyCastle.Cryptography to 2.2.1 (previous Portable.BouncyCastle) (#985) @​jcmrva
  • chore: Add User-Agent HTTP header to Docker.DotNet client (#970) @​eddumelendez
  • chore: Remove CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT env var (#971) @​eddumelendez
Commits
  • 59991ec feat: Allow MongoDb module configuration without credentials (#983)
  • 69b7799 docs: Add documentation on enabling debug log messages for the default logger...
  • 604ae2c chore: Improve error message when Docker is not running (#987)
  • 31e0b9b chore: Update BouncyCastle.Cryptography to 2.2.1 (previous Portable.BouncyCas...
  • b121dde feat: Add support for RSA private key (RsaPrivateCrtKeyParameters) TLS authen...
  • 99ff005 docs: Add global Testcontainers header (#967)
  • 23ef5a2 fix: Do not pre pull Dockerfile build stages that do not correspond to base i...
  • 7808ac4 feat: Add InfluxDb module (#975)
  • 49c1fa4 chore: Add User-Agent HTTP header to Docker.DotNet client (#970)
  • 1a98ff4 chore: Remove CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT env var (#971)
  • 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 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 11, 2023
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 11, 2023
@github-actions github-actions bot added the internal Maintenance changes label Sep 11, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (123eea7) 72.68% compared to head (1bd6b9c) 72.68%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #443   +/-   ##
========================================
  Coverage    72.68%   72.68%           
========================================
  Files           82       82           
  Lines         3650     3650           
========================================
  Hits          2653     2653           
  Misses         997      997           
Flag Coverage Δ
unittests 72.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Bumps [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) from 3.4.0 to 3.5.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@3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: Testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/examples/Idempotency/develop/Testcontainers-3.5.0 branch from 1bd6b9c to f3f9a6b Compare September 13, 2023 08:41
@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@hjgraca hjgraca closed this Sep 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/examples/Idempotency/develop/Testcontainers-3.5.0 branch September 14, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file internal Maintenance changes .NET Pull requests that update .net code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants