Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks
Bumps github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0.
Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
v0.30.0
What's Changed
🚀 Features
- feat(k6):Add remote test scripts (#2350)
@bearrito- feat: optimizes file copies to and from containers (#2450)
@codefromthecrypt- feat(exitcode): Add exit code sugar method (#2342)
@bearrito- feat: add module to support InfluxDB v1.x (#1703)
@JJCinAZ- feat: authenticate docker on PullImage (#2446)
@codefromthecrypt- feat: add distribution-registry module (#2341)
@mdelapenya- feat: support passing io.Reader as ContainerFile (#2401)
@mdelapenya- feat(MustConn): Add MustConnectionString on (some) dbs (#2343)
@bearrito- feat: support for waiting for response headers (#2349)
@mdelapenya- Add method for getting Weaviate's gRPC port (#2339)
@antas-marcin- feat: add openfga module (#2332)
@mdelapenya🐛 Bug Fixes
- Fix: HTTP wait strategy does not take query params into account (#2466)
@benja-M-1- fix: logging deadlock (#2346)
@stevenh- fix(exec): updates the
Multiplexedopt to combine stdout and stderr (#2452)@gustavosbarreto- bug:Fix AMQPS url (#2462)
@bearrito- Added error handling for context.Canceled in log reading code (#2268)
@prateekdwivedi- fix: consul race on HTTP port (#2336)
@codefromthecrypt📖 Documentation
- docs: fix wrong copy&paste in Weaviate docs (#2338)
@mdelapenya🧹 Housekeeping
- Upgrade neo4j module to use features from v0.29.1 of testcontainers-go (#2463)
@danielorbach- chore: use "docker compose" (v2) instead of "docker-compose" (v1) (#2464)
@mdelapenya- refactor: Add Weaviate modules tests (#2447)
@antas-marcin- docs: Fix typo in ci-test-go.yml (#2394)
@uh-zz- redpanda: set entrypoint to the custom entrypoint file (#2347)
@bojand- Move the container and config tests into a test package (#2242)
@Minivera- chore: use WithEnv option in localstack module (#2337)
@mdelapenya- chore: check that the new version is not empty (#2331)
@mdelapenya📦 Dependency updates
- fix: data race on container run, caused by the otelhttp dependency (#2345)
@stevenh- chore(deps): bump github/codeql-action from 2.22.12 to 3.24.9 (#2459)
@dependabot- chore(deps): Bumping ChromaGo client version (#2402)
@tazarov- chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (#2444)
@mdelapenya- chore: bump ryuk to latest v0.7.0 (#2395)
@mdelapenya- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#2392)
@mdelapenya- chore: updated compose-go version (#2340)
@shettyh- chore(deps): bump mkdocs-material from 8.2.7 to 9.5.13 (#2334)
@dependabot
... (truncated)
Commits
fe33f3achore: use new version (v0.30.0) in modules and examples4a079a0Fix url creation to handle query params when using HTTP wait strategy (#2466)8ee975efix: data race on container run (#2345)e8b8e55fix: logging deadlock (#2346)55ca42afeat(k6):Add remote test scripts (#2350)697c264feat: optimizes file copies to and from containers (#2450)88622f0fix(exec): updates theMultiplexedopt to combine stdout and stderr (#2452)db61369Upgrade neo4j module to use features from v0.29.1 of testcontainers-go (#2463)2d89e90bug:Fix AMQPS url (#2462)d24cf91chore: more compose updates in comments- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers
@dependabot recreate
Apparently we're in need of a go mod tidy here.
And possibly to update to Go 1.21. as a minimum SDK version, if only to start meaningfully enforcing precise Go version usage in the project.
Superseded by #31244.