Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps testcontainers from 0.24.0 to 0.25.0.

Release notes

Sourced from testcontainers's releases.

v0.25.0

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)
Changelog

Sourced from testcontainers's changelog.

[0.25.0] - 2025-07-27

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)
Commits
  • 1cb9e92 chore: release v0.25.0 (#823)
  • f320c5d ci: adapt release-plz configuration (#822)
  • 7c49d8c refactor: testimages and tests to use builder API (#804)
  • 99d746e feat: introduce container builder api (#801)
  • 2b39061 chore(deps)!: update bollard to 1.19.1 (#817)
  • 4081b57 feat: add custom health check support for containers (#816)
  • 15dfe2a ci: distribute feature-set test execution (#818)
  • ac06c5e fix: added new parse rule for correctly parsing ports without protocol specif...
  • d652b38 fix: add Send trait to stderr & stdout of ExecResult (#809)
  • ef09f04 feat: add Container*::is_running (#790)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

Assignees

The following users could not be added as assignees: thenativeweb/internal_dev. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner July 28, 2025 06:36
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.24.0 to 0.25.0.
- [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.24.0...0.25.0)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-version: 0.25.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/testcontainers-0.25.0 branch from 8cef1c3 to 24e8e81 Compare July 28, 2025 06:40
@goloroden goloroden enabled auto-merge (squash) July 28, 2025 06:42
@goloroden goloroden merged commit 828eafb into main Jul 28, 2025
4 checks passed
@goloroden goloroden deleted the dependabot/cargo/testcontainers-0.25.0 branch July 28, 2025 06:44
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