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 postgresql from 1.15.3 to 1.16.0 #2293

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2021

Bumps postgresql from 1.15.3 to 1.16.0.

Release notes

Sourced from postgresql's releases.

1.16.0

What's Changed

Testcontainers 1.16.0 is here! 馃帀

This release brings many small fixes and improvements; among them:

Better M1 Mac compatibility

Users of M1 Mac will be pleased to know that Testcontainers now falls back to pulling x86_64 images when ARM64 images are unavailable, meaning that Docker's QEMU compatibility mode will be used to run the image. It's not perfect - not every image runs under QEMU. However, this allows Testcontainers users with M1 Macs to use more images than they could previously.

If possible, users should use recently published images for their dependencies which have a native ARM64 variant, rather than relying on QEMU emulation.

Startup performance and reliability improvements

Some issues affecting container startup time and reliability (especially with Docker for Windows) have been fixed.

Additionally, this release uses the latest version of docker-java and uses an Apache HttpClient5 transport by default. This resolves bugs encountered by some users when the previous default transport (okhttp) relating to image pulling.


As always, thank you to our many users and contributors!

馃殌 Features & Enhancements

馃悰 Bug Fixes

馃摉 Documentation

... (truncated)

Commits
  • 3b3d130 Split Windows CI into core and non-core steps (#4293)
  • 034daa6 Remove withPublishAllPorts from Ryuk and stabilize containerInfo content on s...
  • 3c614f2 Upgrade alpine images for better M1 compatibility (#4291)
  • 71314ab Fallback to x86 image if image pulling fails (#4290)
  • b837bb1 Spock Testcontainers annotation is now inherited (#4053)
  • bfd61d7 Use implicit strategy when docker.host configuration is set (#4175)
  • e89dce1 Allow for docker timestamps with timezone offsets (#4073)
  • 014500b Add support for community edition of couchbase server (#4221)
  • a4a475f Merge pull request #4288 from testcontainers/combined-pr-branch
  • f4c1add Use Apache HttpClient5 transport as the default (#4287)
  • 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)

Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.15.3 to 1.16.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.15.3...1.16.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 21, 2021
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.009%) to 87.248% when pulling da3226f on dependabot/maven/org.testcontainers-postgresql-1.16.0 into a49fb2b on master.

@hazendaz hazendaz self-assigned this Jul 21, 2021
@hazendaz hazendaz merged commit 780c24e into master Jul 21, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.testcontainers-postgresql-1.16.0 branch July 21, 2021 19:00
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

2 participants