DataONEorg / bookkeeper

Bookkeeper keeps track of DataONE product subscriptions and quotas for researchers using the extended services.
Other
1 stars 2 forks source link

Bump otj-pg-embedded from 0.13.1 to 1.0.1 #91

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 year ago

Bumps otj-pg-embedded from 0.13.1 to 1.0.1.

Changelog

Sourced from otj-pg-embedded's changelog.

1.0.1

1.0.0

All the RC release features and fixes plus:

  • Add network alias option
  • Expose full bind mount function
  • fix equals/hashcode in builder.

1.0.0RC3

  • Stop excluding junit4 from testcontainers - check the README for the sordid details.
  • Pass host and port to the ConnectionInfo bean. We strongly recommend you prefer getDatasource or getUrl, these will be more portable in usage. We ran into a few use cases where this was handy, however.
  • LegacySingleInstancePostgresExtension to do the old Junit5 lifecycle behavior.
  • 60 seconds default startup wait.
  • Expose bind mounts (optional, none by default) in builder, currently hard coded as Read only.
  • Expose network (optional, none by default) in builder.

1.0.0RC2

  • Restore Java 8 compatibility
  • Update to testcontainers 1.16.3

1.0.0RC1

  • A completely rewritten version of otj-pg-embedded. Uses "testcontainers" for docker, while preserving API compatibility.

Advantages

  • multi arch (m1 etc) support
  • Works the same way on every OS - Mac, Windows, Linux. Please note the maintainers only test on Mac Linux
  • You need a tarball for every linux distribution as PG 10+ no longer ship a "universal binary" for linux.
  • Easy to switch docker image tag to upgrade versions.
  • More maintainable and secure (you can pull docker images you trust, instead of trusting our tarballs)

Admittedly, a few disadvantages

  • Slower than running a tarball
  • A few compatibility drops and options have probably disappeared. Feel free to submit PRs
  • Docker in Docker can be dodgy to get running.

=== legacy tarball versions ===

0.13.4

... (truncated)

Commits
  • 5ee37ea [maven-release-plugin] prepare release otj-pg-embedded-1.0.1
  • c659e2e Merge pull request #177 from opentable/sb26
  • e712a15 update to parent pom 328
  • 81c2a1c Merge remote-tracking branch 'origin' into sb26
  • f2c8b63 Merge remote-tracking branch 'origin/master'
  • 779f3bd improve test
  • fbf063f update parent pom sb26
  • 2ccea69 Delete .travis.yml
  • 9e76933 Update README.md
  • dd7789e Merge pull request #176 from jpierson-at-riis/patch-1
  • 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[bot] commented 2 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.