Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on testcontainers to permit the latest version.

Release notes

Sourced from testcontainers's releases.

v0.26.0

Details

Bug Fixes

  • Make port_bindings consistent with docker cli when publish_all_ports = true (#885)

Features

  • Support build options - no_cache, skip_if_exists and buildargs (#856)
  • Support docker-compose (#864)
  • Add target options with custom mode (#878)
  • Support copying from containers (#871)

Miscellaneous Tasks

  • Use bollard 0.19.4 (#870)
  • Update etcetera requirement from 0.10.0 to 0.11.0 (#869)

Performance

  • Replace ulid with ferroid's ULID for better performance (#829)
  • Update ferroid for better performance during encode/decode (#879)
Changelog

Sourced from testcontainers's changelog.

[0.26.0] - 2025-12-01

Details

Bug Fixes

  • Make port_bindings consistent with docker cli when publish_all_ports = true (#885)

Features

  • Support build options - no_cache, skip_if_exists and buildargs (#856)
  • Support docker-compose (#864)
  • Add target options with custom mode (#878)
  • Support copying from containers (#871)

Miscellaneous Tasks

  • Use bollard 0.19.4 (#870)
  • Update etcetera requirement from 0.10.0 to 0.11.0 (#869)

Performance

  • Replace ulid with ferroid's ULID for better performance (#829)
  • Update ferroid for better performance during encode/decode (#879)

[0.25.2] - 2025-10-27

Details

Features

  • Platform config passing through ImageExt trait (#838)

Miscellaneous Tasks

  • Remove usage of reqwest hickory dns feature (#860)
  • Drop weak dependencies due to cargo bug (#862)

[0.25.1] - 2025-10-27

Details

Bug Fixes

  • Replace tokio-tar with astral-tokio-tar (#852)

Documentation

  • Rustdoc for builder API (#820)

Features

  • Use DOCKER_DEFAULT_PLATFORM env var to specify platform (#800)
  • Fallback to platform linux/amd64 when image pull fails (#837)
  • Add support for devices request (#832)
  • Add configurable tmpfs mount sizes (#853)
  • Support http_wait functionallity without tls dependencies (#850)
  • Add container hostname support (#848)
  • Expose host ports between host and containers via ssh sidecar (#846)

Miscellaneous Tasks

  • Update bollard-stubs requirement from =1.48.3-rc.28.0.4 to =1.49.0-rc.28.3.3 (#828)

Refactor

  • Remove bollard_stubs dependency as bollard re-exports it (#844)

... (truncated)

Commits
  • 4674882 chore: release v0.26.0 (#886)
  • b1ded94 chore(deps): update etcetera requirement from 0.10.0 to 0.11.0 (#869)
  • 593913c feat: support copying from containers (#871)
  • 65a4754 fix: make port_bindings consistent with docker cli when publish_all_ports = t...
  • 3c04122 feat: add target options with custom mode (#878)
  • 7e74a90 perf: update ferroid for better performance during encode/decode (#879)
  • 3644df1 ci(deps): bump actions/checkout from 5 to 6 (#881)
  • 9aae21e ci(tests): auto retry flaky tests (#875)
  • 8f04ab8 chore(deps): use bollard 0.19.4 (#870)
  • f6625f1 ci(deps): bump actions/checkout from 4 to 5 (#868)
  • 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 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)

Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version.
- [Release notes](https://github.com/testcontainers/testcontainers-rs/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs@0.25.0...0.26.0)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-version: 0.26.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 1, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 1, 2025
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant