heubeck / samler

SaMLer - Smart Meter data collector at the edge
GNU General Public License v3.0
5 stars 3 forks source link

chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.27.0 to 0.28.0 #43

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps github.com/testcontainers/testcontainers-go from 0.27.0 to 0.28.0.

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.28.0

What's Changed

⚠️ Breaking Changes

  • [breaking] Add err chan to log producer and don't panic on error (#1971) @​Tofel

If you are starting a log producer, it's now possible to pass log options in a variadic manner (at this moment only the log producer timeout option is available). So this breaking change will affect you if and only if you are assigning the StartLogProducer method of a container to a variable.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 357cff8 chore: use new version (v0.28.0) in modules and examples
  • c906e65 chore: define proper execution order for container lifecycle hooks (#1922)
  • 50fc8e7 Added Consul module (#2194)
  • 1f628e2 fix: wait more time in test (#2211)
  • 4bf9515 chore(ci): do not fail fast main tests in different Go versions (#2210)
  • 48fc228 feat (postgres): support for creating and restoring Snapshots (#2199)
  • 54b1d8a fix: apply volume options only to volumes (#2201)
  • f012d34 redpanda/test: add admin client call (#2200)
  • 0e16af2 chore(deps): bump cloud.google.com/go/spanner from 1.55.0 to 1.56.0 in /modul...
  • 3562ef7 chore(deps): bump github.com/docker/docker from 25.0.1+incompatible to 25.0.2...
  • 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 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)
github-actions[bot] commented 4 months ago

:tada: This PR is included in version 0.5.6 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: