Move port mapping logic to RunArgs instead of each Image.
[0.11.0] - 2020-09-30
Added
Docker::run_with_args method. This allows naming a container and assigning it to a specific docker network. The docker
network will be created if it doesn't exist yet. Once the client is dropped, the network will be removed again if it
has previously been created. A network that already existed will not be removed.
Address-type argument to coblox/bitcoin-core Image.
We are setting bech32 as a default here.
This is different from the default of bitcoind.
Fixed
Block the thread until containers have been successfully removed.
Previously, this was done in a fire-and-forget way and hence led to containers not being removed in certain situations.
Changed
MSRV is now 1.41.0
[0.10.0] - 2020-08-20
Added
Mongo image.
Support for the fallbackfee argument for the bitcoin-core image.
Ability to customize the entrypoint used by the image.
Ability to start a container once stopped.
Changed
MSRV bumped to 1.36 from 1.32.
Change postgres image authentication POSTGRES_HOST_AUTH_METHOD rather than username and password.
Bumped bitcoin-core default tag to 0.20.0.
[0.9.1] - 2020-03-24
... (truncated)
Commits
d02050c Merge pull request #249 from testcontainers/release/0.12.0
fcbf609 Update CHANGELOG and manifest for new release
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 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 to permit the latest version.
Changelog
Sourced from testcontainers's changelog.
... (truncated)
Commits
d02050c
Merge pull request #249 from testcontainers/release/0.12.0fcbf609
Update CHANGELOG and manifest for new releasee1e5f84
Merge #23886f0393
Merge #24165c73b5
Update redis requirement from 0.18 to 0.196fc4d26
improve test8294459
[images] Allow custom version for Postgres7cc72c4
Merge #2374b01fa5
Update rand requirement from 0.7 to 0.82c301e9
Merge #236Dependabot 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 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)