Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps testcontainers-modules from 0.13.0 to 0.14.0.

Release notes

Sourced from testcontainers-modules's releases.

v0.14.0

Documentation

  • Complete doc string for mongodb usage (#375)
  • Complete doc comments for confluents kafka image (#376)
  • Complete doc-comment for dynamodb (#378)
  • Complete doc comments for confluents ElasticMQ image (#379)
  • Complete doc comments for nats' images (#383)
  • Complete doc comments for k3s images (#381)
  • Complete doc comments for elasticsearch image (#380)
  • Complete doc comments for the parity image (#384)
  • Complete doc comments for orientdb images (#382)
  • Complete doc comment for minio (#377)
  • Complete doc comments for the google_cloud_sdk_emulators image (#385)
  • Add a docstring for the last missing function Consul::with_local_config (#386)

Features

  • [breaking] Update testcontainers to 0.25.0 (#388)

Miscellaneous Tasks

  • Update redis requirement from 0.29.0 to 0.32.2 (#362)
  • Update async-nats requirement from 0.41.0 to 0.42.0 (#360)
  • Update lapin requirement from 2.3.1 to 3.0.0 (#359)
  • Update arrow-flight requirement from 55.1.0 to 56.0.0 (#374)
  • Update rdkafka requirement from 0.37.0 to 0.38.0 (#365)
  • Update meilisearch-sdk requirement from 0.28.0 to 0.29.1 (#370)
  • Update azure_core to 0.27.0 (#390)
Changelog

Sourced from testcontainers-modules's changelog.

[0.13.0] - 2025-08-27

Documentation

  • Complete doc string for mongodb usage (#375)
  • Complete doc comments for confluents kafka image (#376)
  • Complete doc-comment for dynamodb (#378)
  • Complete doc comments for confluents ElasticMQ image (#379)
  • Complete doc comments for nats' images (#383)
  • Complete doc comments for k3s images (#381)
  • Complete doc comments for elasticsearch image (#380)
  • Complete doc comments for the parity image (#384)
  • Complete doc comments for orientdb images (#382)
  • Complete doc comment for minio (#377)
  • Complete doc comments for the google_cloud_sdk_emulators image (#385)
  • Add a docstring for the last missing function Consul::with_local_config (#386)

Features

  • [breaking] Update testcontainers to 0.25.0 (#388)

Miscellaneous Tasks

  • Update redis requirement from 0.29.0 to 0.32.2 (#362)
  • Update async-nats requirement from 0.41.0 to 0.42.0 (#360)
  • Update lapin requirement from 2.3.1 to 3.0.0 (#359)
  • Update arrow-flight requirement from 55.1.0 to 56.0.0 (#374)
  • Update rdkafka requirement from 0.37.0 to 0.38.0 (#365)
  • Update meilisearch-sdk requirement from 0.28.0 to 0.29.1 (#370)
  • Update azure_core to 0.27.0 (#390)

[0.12.1] - 2025-05-29

Bug Fixes

  • Use HTTP wait strategy (#350)

Features

  • Add scylladb module (#325)
  • Add arrow_flightsql module (#348)
  • Add CrateDB (#353)

Miscellaneous Tasks

  • Update alloy-transport-http requirement from 0.11.1 to 1.0.7 (#351)
  • MSRV 1.82
  • Address clippy lint warnings (#354)

... (truncated)

Commits
  • b60329c chore: release v0.14.0 (#434)
  • eb596e3 feat!: update testcontainers to 0.26 (#433)
  • 416aa99 feat: add selenium module (#432)
  • 9d24b07 fix: switch Zookeeper image from bitnami to bitnamilegacy (#431)
  • 906e77b chore: update MSRV to 1.88
  • c8b46bf fix: OpenLDAP docker image reference (#408)
  • 288e97f feat(anvil): comprehensive documentation and API improvements (#429)
  • a47c5d6 chore: bump pinned localstack tag to 4.5 (#363)
  • a3fd554 feat: exposing necessary Kafka consts in both Apache and Confluent Kafka (#409)
  • 60331dc feat: support state saving and loading in Foundry Anvil image (#396)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot force-pushed the dependabot/cargo/main/testcontainers-modules-0.14.0 branch from c76ffe2 to d98e5da Compare December 9, 2025 20:25
Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/testcontainers/testcontainers-rs-modules-community/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs-modules-community/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs-modules-community@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: testcontainers-modules
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/testcontainers-modules-0.14.0 branch from d98e5da to 81b7db6 Compare December 9, 2025 20:27
@Jefffrey
Copy link
Contributor

Jefffrey commented Jan 3, 2026

@Jefffrey Jefffrey closed this Jan 3, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2026

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/cargo/main/testcontainers-modules-0.14.0 branch January 3, 2026 09:16
github-merge-queue bot pushed a commit that referenced this pull request Jan 3, 2026
…dep (#19620)

## Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->

- Supersedes #19010

## Rationale for this change

<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->

We don't actually need the dependency on `testcontainers` per their
README:

> **Note**: you don't need to explicitly depend on `testcontainers` as
it's re-exported dependency of `testcontainers-modules` with aligned
version between these crates.

-
https://github.com/testcontainers/testcontainers-rs-modules-community/blob/331abcc6e61d9d76e5f8e6ec91566ce874d8fc32/README.md

It was causing some version conflict issues when we tried to bump
`testcontainers-modules` so remove it and keep only modules, fixing the
code to use the re-exports.

## What changes are included in this PR?

<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->

Remove `testcontainers` dependency, amend imports to use re-exports of
`testcontainers-modules`.

Bump `testcontainers-modules` from 0.13 to 0.14.

## Are these changes tested?

<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->

CLI test suite compiles and runs. Ran the SLT postgres compat mode
locally successfully:

```sh
datafusion (testcontainers-0.14)$ PG_COMPAT=true PG_URI="postgresql://[email protected]/postgres" cargo test --features=postgres --test sqllogictests
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
     Running bin/sqllogictests.rs (/Users/jeffrey/.cargo_target_cache/debug/deps/sqllogictests-223c346f75c524e2)
Completed 6 test files in 0 seconds 
```

## Are there any user-facing changes?

<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->

No.

<!--
If there are any breaking changes to public APIs, please add the `api
change` label.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant