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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump testcontainers.version from 1.7.2 to 1.10.6 #13833

Merged
merged 1 commit into from
Feb 27, 2019

Conversation

dependabot-preview[bot]
Copy link

Bumps testcontainers.version from 1.7.2 to 1.10.6.

Updates postgresql from 1.7.2 to 1.10.6

Release notes

Sourced from postgresql's releases.

1.10.6

What's Changed

🚀 Features

  • Make dynalite container extend GenericContainer, for JUnit5 support (#1114) @​bijukunjummen
  • Make it possible to turn off Ryuk with an environment variable (#1181, fixes #1023, #700) @​bsideup. For users with CI environments that do not need/do not allow the Ryuk container to operate (such as Bitbucket Pipelines), it may now be disabled by setting an environment variable. Please see the docs.

📖 Documentation

📦 Dependency updates

1.10.5

What's Changed

This release was primarily created to resolve #1111.

📦 Dependency updates

  • Bump cassandra-driver-core from 3.5.1 to 3.6.0 in /modules/cassandra (#1050) @​dependabot[bot]

1.10.4

⚠️ There was a problem with the binaries release process for 1.10.4, meaning that some outdated v1.10.3 JARs may have been published with the 1.10.4 version label. Please use 1.10.5 or higher instead of this release. See #1111 for a description of the problem.

What's Changed

This release contains a few minor bug fixes and features, plus a raft of small dependency updates.

... (truncated)
Changelog

Sourced from postgresql's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)
... (truncated)
Commits
  • c2e2a0f Add "singleton container" example (#1178)
  • 6a988dd Bump amqp-client from 5.5.2 to 5.5.3 in /core (#1170)
  • e6e3331 Correct sqlserver jdbc url should be supported by jdbc driver proxy (#989)
  • 40cdd58 Make it possible to turn off Ryuk with an environment variable (#1181)
  • 7b2dd01 Fix typo in Postgresql gradle dependency (#1182)
  • d1c0292 modernize Spring boot example (#1175)
  • 97e88dd Bump mysql-connector-java from 8.0.13 to 8.0.14 in /modules/mysql (#1171)
  • 1c4f804 Bump mysql-connector-java in /modules/junit-jupiter (#1172)
  • c10fa3f Bump mysql-connector-java from 8.0.13 to 8.0.14 in /modules/spock (#1173)
  • 8cab5ce Redo of documentation with mkdocs (#1150)
  • Additional commits viewable in compare view

Updates testcontainers from 1.7.2 to 1.10.6

Release notes

Sourced from testcontainers's releases.

1.10.6

What's Changed

🚀 Features

  • Make dynalite container extend GenericContainer, for JUnit5 support (#1114) @​bijukunjummen
  • Make it possible to turn off Ryuk with an environment variable (#1181, fixes #1023, #700) @​bsideup. For users with CI environments that do not need/do not allow the Ryuk container to operate (such as Bitbucket Pipelines), it may now be disabled by setting an environment variable. Please see the docs.

📖 Documentation

📦 Dependency updates

1.10.5

What's Changed

This release was primarily created to resolve #1111.

📦 Dependency updates

  • Bump cassandra-driver-core from 3.5.1 to 3.6.0 in /modules/cassandra (#1050) @​dependabot[bot]

1.10.4

⚠️ There was a problem with the binaries release process for 1.10.4, meaning that some outdated v1.10.3 JARs may have been published with the 1.10.4 version label. Please use 1.10.5 or higher instead of this release. See #1111 for a description of the problem.

What's Changed

This release contains a few minor bug fixes and features, plus a raft of small dependency updates.

... (truncated)
Changelog

Sourced from testcontainers's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)
... (truncated)
Commits
  • c2e2a0f Add "singleton container" example (#1178)
  • 6a988dd Bump amqp-client from 5.5.2 to 5.5.3 in /core (#1170)
  • e6e3331 Correct sqlserver jdbc url should be supported by jdbc driver proxy (#989)
  • 40cdd58 Make it possible to turn off Ryuk with an environment variable (#1181)
  • 7b2dd01 Fix typo in Postgresql gradle dependency (#1182)
  • d1c0292 modernize Spring boot example (#1175)
  • 97e88dd Bump mysql-connector-java from 8.0.13 to 8.0.14 in /modules/mysql (#1171)
  • 1c4f804 Bump mysql-connector-java in /modules/junit-jupiter (#1172)
  • c10fa3f Bump mysql-connector-java from 8.0.13 to 8.0.14 in /modules/spock (#1173)
  • 8cab5ce Redo of documentation with mkdocs (#1150)
  • Additional commits viewable in compare view

Updates mysql from 1.7.2 to 1.10.6

Release notes

Sourced from mysql's releases.

1.10.6

What's Changed

🚀 Features

  • Make dynalite container extend GenericContainer, for JUnit5 support (#1114) @​bijukunjummen
  • Make it possible to turn off Ryuk with an environment variable (#1181, fixes #1023, #700) @​bsideup. For users with CI environments that do not need/do not allow the Ryuk container to operate (such as Bitbucket Pipelines), it may now be disabled by setting an environment variable. Please see the docs.

📖 Documentation

📦 Dependency updates

1.10.5

What's Changed

This release was primarily created to resolve #1111.

📦 Dependency updates

  • Bump cassandra-driver-core from 3.5.1 to 3.6.0 in /modules/cassandra (#1050) @​dependabot[bot]

1.10.4

⚠️ There was a problem with the binaries release process for 1.10.4, meaning that some outdated v1.10.3 JARs may have been published with the 1.10.4 version label. Please use 1.10.5 or higher instead of this release. See #1111 for a description of the problem.

What's Changed

This release contains a few minor bug fixes and features, plus a raft of small dependency updates.

... (truncated)
Changelog

Sourced from mysql's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)
... (truncated)
Commits
  • c2e2a0f Add "singleton container" example (#1178)
  • 6a988dd Bump amqp-client from 5.5.2 to 5.5.3 in /core (#1170)
  • e6e3331 Correct sqlserver jdbc url should be supported by jdbc driver proxy (#989)
  • 40cdd58 Make it possible to turn off Ryuk with an environment variable (#1181)
  • 7b2dd01 Fix typo in Postgresql gradle dependency (#1182)
  • d1c0292 modernize Spring boot example (#1175)
  • 97e88dd Bump mysql-connector-java from 8.0.13 to 8.0.14 in /modules/mysql (#1171)
  • 1c4f804 Bump mysql-connector-java in /modules/junit-jupiter (#1172)
  • c10fa3f Bump mysql-connector-java from 8.0.13 to 8.0.14 in /modules/spock (#1173)
  • 8cab5ce Redo of documentation with mkdocs (#1150)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 4 PRs for your first few update runs. Once an update run creates fewer than 4 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java labels Feb 23, 2019
@codecov-io
Copy link

Codecov Report

Merging #13833 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #13833      +/-   ##
============================================
+ Coverage     64.48%   64.49%   +0.01%     
  Complexity      426      426              
============================================
  Files          2154     2154              
  Lines         95329    95329              
  Branches      12682    12682              
============================================
+ Hits          61472    61483      +11     
+ Misses        28863    28855       -8     
+ Partials       4994     4991       -3
Impacted Files Coverage Δ Complexity Δ
...llerinalang/stdlib/socket/tcp/SelectorManager.java 70.08% <0%> (-1.71%) 0% <0%> (ø)
...org/ballerinalang/bre/bvm/WaitCallbackHandler.java 85.58% <0%> (+0.9%) 0% <0%> (ø) ⬇️
...ain/java/org/ballerinalang/net/websub/hub/Hub.java 71.09% <0%> (+1.56%) 0% <0%> (ø) ⬇️
...va/org/ballerinalang/channels/ChannelRegistry.java 97.29% <0%> (+2.7%) 0% <0%> (ø) ⬇️
...a/org/ballerinalang/bre/bvm/WorkerDataChannel.java 89.5% <0%> (+5.55%) 0% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 867840a...69a243f. Read the comment docs.

@Shan1024 Shan1024 merged commit 47ab2e0 into master Feb 27, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/testcontainers.version-1.10.6 branch February 27, 2019 01:51
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.

3 participants