jdrouet / catapulte

Rust implementation of catapulte email sender
GNU Affero General Public License v3.0
139 stars 6 forks source link

build(deps): Bump testcontainers from 0.15.0 to 0.16.6 #697

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps testcontainers from 0.15.0 to 0.16.6.

Release notes

Sourced from testcontainers's releases.

v0.16.6

Details

Features

  • Add get_host to Container and deprecate get_host_ip_address (#618)
  • Allow cgroupns-mode and userns-mode to be configured (#605)

Migration guide

See the migration guide in release 0.16.0. To update from 0.15 to 0.16.x

v0.16.5

Details

Bug Fixes

  • Correct drop of a network for sync container (#612)
  • Correct default for get_host_ip_address in case of unix or npipe (#613)

Miscellaneous Tasks

  • Update serde-java-properties to 0.2.0 (#614)

Migration guide

See the migration guide in release 0.16.0. To update from 0.15 to 0.16.x

v0.16.4

Details

Bug Fixes

  • Properly expose mapped ports (#610)

Features

  • Introduce properties-config cargo feature (#608)
  • Support docker auth configuration for image pulling (#609)

Migration guide

See the migration guide in release 0.16.0. To update from 0.15 to 0.16.x

v0.16.3

Details

Bug Fixes

  • Expose mount-related types (#603)

Migration guide

See the migration guide in release 0.16.0. To update from 0.15 to 0.16.x

v0.16.2

Details

Documentation

  • Fix docsrs attributes

... (truncated)

Changelog

Sourced from testcontainers's changelog.

[0.16.6] - 2024-04-30

Details

Features

  • Add get_host to Container and deprecate get_host_ip_address (#618)
  • Allow cgroupns-mode and userns-mode to be configured (#605)

[0.16.5] - 2024-04-29

Details

Bug Fixes

  • Correct drop of a network for sync container (#612)
  • Correct default for get_host_ip_address in case of unix or npipe (#613)

Miscellaneous Tasks

  • Update serde-java-properties to 0.2.0 (#614)

[0.16.4] - 2024-04-29

Details

Bug Fixes

  • Properly expose mapped ports (#610)

Features

  • Introduce properties-config cargo feature (#608)
  • Support docker auth configuration for image pulling (#609)

[0.16.3] - 2024-04-27

Details

Bug Fixes

  • Expose mount-related types (#603)

[0.16.2] - 2024-04-27

Details

Documentation

  • Fix docsrs attributes

[0.16.1] - 2024-04-27

Details

Documentation

  • Add readme to crates.io and fix documentation builds (#598)
  • Fix symlink to readme (#600)

[0.16.0] - 2024-04-27

Details

Bug Fixes

  • Use the binds option instead of volumes for mounts (#581)

Documentation

  • Mention a way to preserve running containers (#586)

Features

  • Support for docker cli flag --add-host (#547)
  • Allow to override args in a RunnableImage (#558)
  • Add name parameter to RunnableImage (#549)
  • [❗] Container-centric API with refactored underlying layer (#575)
  • Add ability to pull-image explicitly (#579)

Miscellaneous Tasks

... (truncated)

Commits
  • 1e5c273 chore: release v0.16.6 (#620)
  • 6d490dd feat: allow cgroupns-mode and userns-mode to be configured (#605)
  • 7f60b02 feat: add get_host to Container and deprecate get_host_ip_address (#618)
  • b2059e9 chore: release v0.16.5 (#616)
  • 4c0472e chore(deps): update serde-java-properties to 0.2.0 (#614)
  • 8dd6406 fix: correct default for get_host_ip_address in case of unix or npipe (...
  • 95f67ec fix: correct drop of a network for sync container (#612)
  • b4d1624 chore: release v0.16.4 (#611)
  • d93595f fix: properly expose mapped ports (#610)
  • 45930bd feat: support docker auth configuration for image pulling (#609)
  • 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 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[bot] commented 5 months ago

Superseded by #698.