[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
feat: include PostReady hook, defining proper execution order for container lifecycle hooks (#1922) @mdelapenya
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)
Bumps github.com/testcontainers/testcontainers-go/modules/compose from 0.23.0 to 0.28.0.
Release notes
Sourced from github.com/testcontainers/testcontainers-go/modules/compose's releases.
... (truncated)
Commits
357cff8
chore: use new version (v0.28.0) in modules and examplesc906e65
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...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