Bumps postgresql from 1.13.0 to 1.14.0.
Release notes
Sourced from postgresql'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 fromcom.github.dockerjava.*
. Future versions of Testcontainers will no longer shadecom.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
- Breaking change: Rewrite Couchbase module for improved reliability (#2491, #2447) @daschl, @bsideup.
- Add R2DBC support (#2545) @bsideup
- Pre-pull images required for Docker Compose (#2201, #1799, #1903) @rnorth
- Include image name in RemoteDockerImage#toString (#2558, #2450) @bsideup, @dbyron0
- VNC recording with BrowserWebdriverContainer in Spock-Extension (#2548, #726, #631) @kiview, @dkublik, @erdi, @tamershahin
- Support TestLifecycleAware-ness of containers started by the JUnit Jupiter integration (#1326) @roamingthings
- Expand Container
dependsOn
parameters to acceptIterable
(#2259) @rnorth- Cache results of auth lookups (#2213) @rnorth
- Add custom exception message when HealthState not present in
docker inspect
response (#2206) @pivovaritπ 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'sTestLifecycleAware
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 list6c45a20
Add R2DBC support (#2545)84c8d1e
Support TestLifecycleAware-ness of containers started by the JUnit Jupiter in...cbd3220
ProtectNetworkImpl#close
from concurrency issues (#2203)- Additional commits viewable in compare view
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](https://app.dependabot.com): - 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)
Comment From: dependabot-preview[bot]
Superseded by #1906.