Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump testcontainers from 1.13.0 to 1.14.0 #776

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps testcontainers from 1.13.0 to 1.14.0.

Release notes

Sourced from testcontainers's releases.

1.14.0

What's Changed

This release includes a number of big improvements, features and bug fixes! To name just a handful:

  • 馃帀 docker-java is updated to 3.2.x. This is a major milestone for the library that we participated in. Please pay attention to deprecation warnings - ideally com.github.dockerjava.api.* should be the only package in use from com.github.dockerjava.*. Future versions of Testcontainers will no longer shade com.github.dockerjava.api.* and will include it as a dependency (com.github.docker-java:docker-java-api).

  • 馃帀 R2DBC support for MySQL, MariaDB, PostgreSQL and MS SQL Server! See the docs for more info. Special thanks goes to the R2DBC team for their help and support with this PR.

  • 馃帀 Vastly improved Couchbase container reliability, thanks to @daschl of @couchbase! This does include some small breaking changes to the Couchbase module's API - but ones that we consider to be worth the migration effort for a more stable build. Please see the documentation for the new usage syntax.

  • 馃帀 Containers started by the JUnit Jupiter integration are now compatible with TestLifecycleAware, allowing greater hooks into phases of test execution.

  • 馃帀 Broadened support for authenticated private registries when using Docker Compose.

Read on for many more improvements:

馃殌 Features

馃悰 Bug Fixes

  • Use LogMessageWaitStrategy in VncRecordingContainer (#2547) @srempfer
  • Protect NetworkImpl#close from concurrency issues (#2203) @pivovarit
  • Fallback to getDefaultGateway() if "bridge" is unavailable. (#2429) @bsideup
  • Fix invalid connection URLs returned by PostgreSQLContainer (#1976) (#2049) @pivovarit
  • Fix internal port check when other ports are opened as well on the target container (#2363) @codablock
  • Make default file recording directory of BrowserWebDriverContainer platform independent (#2562) @kiview
  • Fix Spock's TestLifecycleAware integration (#2563) @bsideup

馃摉 Documentation

  • Add more clear warning message instructing users how to enable reusable containers (#2422) @aguibert
  • Add more information for using registry mirror (#2477) @sparsick
  • Remove unusual public in Groovy example code (#2238) @mkutz
  • Use @DynamicPropertySource in the Spring Boot example (#2495) @bsideup
  • Extend docs with registry mirror as workaround for custom images (#2452) @sparsick
  • Add example for Cassandra module (#2210, #1975) @ftrossbach

馃Ч Housekeeping

... (truncated)
Commits
  • d33f647 Make default file recording directory of BrowserWebDriverContainer platform i...
  • 6adb23b Fix Spock's TestLifecycleAware integration (#2563)
  • 95c828d Include image name in RemoteDockerImage#toString (#2558)
  • 34b8d7e Using LogMessageWaitStrategy for VncRecordingContainer (#2063) (#2547)
  • c6e0cd9 Rewrite Couchbase module. closes #2447 (#2491)
  • 631a3f4 Support VNC recording with BrowserWebdriverContainer in Spock-Extension (#2548)
  • 8dede04 fix the shading exclusion list
  • 6c45a20 Add R2DBC support (#2545)
  • 84c8d1e Support TestLifecycleAware-ness of containers started by the JUnit Jupiter in...
  • cbd3220 Protect NetworkImpl#close from concurrency issues (#2203)
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov
Copy link

codecov bot commented Apr 14, 2020

Codecov Report

Merging #776 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #776      +/-   ##
============================================
- Coverage     86.25%   86.22%   -0.04%     
  Complexity        5        5              
============================================
  Files           168      168              
  Lines          3216     3216              
  Branches        225      225              
============================================
- Hits           2774     2773       -1     
- Misses          369      370       +1     
  Partials         73       73              

@uweschaefer uweschaefer merged commit 82e7a9a into master Apr 20, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.testcontainers-testcontainers-1.14.0 branch April 20, 2020 20:05
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.

None yet

1 participant