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

Bump testcontainers from 1.12.5 to 1.14.0 in /core #2569

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 14, 2020

Bumps testcontainers from 1.12.5 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

You can trigger a rebase of this PR 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 14, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/org.testcontainers-testcontainers-1.14.0 branch from 290f6bc to 55efdf4 Compare April 15, 2020 05:13
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/org.testcontainers-testcontainers-1.14.0 branch from 55efdf4 to 9603dbc Compare April 16, 2020 05:12
@bsideup bsideup merged commit add6eb4 into master Apr 19, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/core/org.testcontainers-testcontainers-1.14.0 branch April 19, 2020 09:12
quincy pushed a commit to quincy/testcontainers-java that referenced this pull request May 28, 2020
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.12.5 to 1.14.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.12.5...1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant