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.14.3 to 1.15.1 in /core #3587

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2020

Bumps testcontainers from 1.14.3 to 1.15.1.

Release notes

Sourced from testcontainers's releases.

1.15.1

What's Changed

This release focuses on the stability and compatibility:

  • Docker 20.10 introduced a new version of the API, 1.41, where they removed quite a few deprecations, and we were using one of them. If you were getting "No such image: testcontainers/ryuk:0.3.0" - that's the cause.
  • In 1.15.0, ImageNameSubstitutor was added to help dealing with Docker Hub's rate limits. 1.15.1 introduces a default implementation that automatically prefixes every image without the registry. See the docs for more details.
  • docker-java was updated to the latest version that improves the BitBucket Pipelines compatibility, Windows path handling, Socket I/O and related thread stucking on recv.
  • The MockServer module is now compatible with the latest version of the image (5.11.x) and got an improved wait strategy.

馃殌 Features & Enhancements

馃悰 Bug Fixes

  • Always use toAbsolutePath() for MountableFile (#3514) @kiview
  • PostgisContainerProvider ignores tag parameter and uses DEFAULT_TAG (#3465) @hlavki
  • Avoid using the image name filter. Fixes #3574 (#3575) @bsideup
  • Support timestamps with offset from "inspect image" (#3055) @acanda
  • Search Oracle image name in classpath (#3439) @eyalkoren
  • Selenium: Restore getDockerImageForCapabilities method to public scope (#3441) @rnorth

馃摉 Documentation

馃Ч Housekeeping

馃摝 Dependency updates

... (truncated)

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 14, 2020
@rnorth
Copy link
Member

rnorth commented Dec 29, 2020

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/core/org.testcontainers-testcontainers-1.15.1 branch 3 times, most recently from d1e5e24 to 7a1f2cc Compare December 31, 2020 11:42
@rnorth
Copy link
Member

rnorth commented Jan 1, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/core/org.testcontainers-testcontainers-1.15.1 branch from 7a1f2cc to 9e1f89e Compare January 1, 2021 15:19
@rnorth rnorth merged commit 4daf4db into master Jan 1, 2021
@rnorth rnorth deleted the dependabot/gradle/core/org.testcontainers-testcontainers-1.15.1 branch January 1, 2021 16:56
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