Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2025

This PR contains the following updates:

Package Type Update Change
testcontainers dev-dependencies minor 0.24 -> 0.26
testcontainers dependencies minor 0.24 -> 0.26

Release Notes

testcontainers/testcontainers-rs (testcontainers)

v0.26.2

Compare Source

Details
Features
  • Allow overriding project name (#​894)

v0.26.1

Compare Source

Details
Bug Fixes
  • Reuse container requires name (#​887)
  • Respect TESTCONTAINERS_COMMAND (#​891)
Miscellaneous Tasks
  • Update russh requirement from 0.54.4 to 0.55.0 (#​888)

v0.26.0

Compare Source

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)

v0.25.2

Compare Source

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)

v0.25.1

Compare Source

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)
Testing
  • Avoid flakiness in platform test
  • Switch to testcontainers/helloworld and reduce some flakiness (#​855)

v0.25.0

Compare Source

Details
Bug Fixes
  • Make tls features optional (#​806)
  • Add Send trait to stderr & stdout of ExecResult (#​809)
  • Added new parse rule for correctly parsing ports without protocol specifier (#​812)
Features
  • Allow ready conditions customization via ImageExt (#​794)
  • Allow to wait for log line on either stdout or stderr (#​795)
  • Add Container*::exit_code (#​791)
  • Add Container*::is_running (#​790)
  • Add custom health check support for containers (#​816)
  • Introduce container builder api (#​801)
Miscellaneous Tasks
  • [❗] Update bollard to 1.19.1 (#​817)
Refactor
  • Testimages and tests to use builder API (#​804)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 27, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.26.2
    Updating crates.io index
error: failed to select a version for the requirement `testcontainers = "^0.24.0"`
candidate versions found which didn't match: 0.26.2
location searched: crates.io index
required by package `testcontainers-modules v0.12.0`
    ... which satisfies dependency `testcontainers-modules = "^0.12"` of package `readur v2.7.2 (/tmp/renovate/repos/github/readur/readur)`

@github-actions
Copy link

Changes in Final Manifest

No diff

@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch 2 times, most recently from 41938f9 to 78c4207 Compare August 2, 2025 17:21
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch 2 times, most recently from 4472f84 to 3d70287 Compare August 14, 2025 19:01
@renovate renovate bot changed the title fix(deps): update rust crate testcontainers to 0.25 Update Rust crate testcontainers to 0.25 Aug 14, 2025
@renovate renovate bot changed the title Update Rust crate testcontainers to 0.25 fix(deps): update rust crate testcontainers to 0.25 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch from 3d70287 to 634ab89 Compare August 16, 2025 17:12
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch from 634ab89 to cea25f0 Compare September 4, 2025 03:17
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch 2 times, most recently from e2828b5 to f131759 Compare September 27, 2025 00:21
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch 3 times, most recently from d0506fc to f76a045 Compare October 10, 2025 22:28
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch 2 times, most recently from 05f5c8a to d5ac8d2 Compare October 27, 2025 22:41
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch from d5ac8d2 to 8cbc924 Compare December 1, 2025 08:43
@renovate renovate bot changed the title fix(deps): update rust crate testcontainers to 0.25 fix(deps): update rust crate testcontainers to 0.26 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch from 8cbc924 to fa40057 Compare December 10, 2025 11:10
@renovate renovate bot force-pushed the renovate/testcontainers-0.x branch from fa40057 to 3ea2d0c Compare December 19, 2025 01:51
@renovate renovate bot changed the title fix(deps): update rust crate testcontainers to 0.26 fix(deps): update rust crate testcontainers to 0.26 - autoclosed Dec 20, 2025
@renovate renovate bot closed this Dec 20, 2025
@renovate renovate bot deleted the renovate/testcontainers-0.x branch December 20, 2025 05:57
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