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
Added
A changelog
Support volumes on containers
Changed
Breaking: Container#get_host_port now only accepts a u16 instead of a u32.
u16 captures all possible port values.
Fixes
Provide a default password for the postgres image.
... (truncated)
Commits
99767dd Merge pull request #211 from testcontainers/release/0.11.0
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
99767dd
Merge pull request #211 from testcontainers/release/0.11.05ede090
Update changelog3685f29
Update manifest for 0.11.0 releasef28ef61
Merge #208 #209 #210608fb95
Add changelog entries for next version4242890
Replace .and_then with .map as suggested by clippydfae558
Bump rusoto dependencies94825ed
Merge #2077810448
Implement feedback from PR 20740dcfb8
Merge #206Dependabot 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)