Skip to content

Bump docker from 4.0.2 to 4.2.0 in /packages/postgres-database #1383

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

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 16, 2020

Bumps docker from 4.0.2 to 4.2.0.

Release notes

Sourced from docker's releases.

4.2.0

List of PRs / issues for this release

Bugfixes

  • Fix win32pipe.WaitNamedPipe throw exception in Windows containers
  • Use Hostname, Username, Port and ProxyCommand settings from .ssh/config when on SSH
  • Set host key policy for ssh transport to paramiko.WarningPolicy()
  • Set logging level of paramiko to warn

Features

  • Add support for docker contexts through docker.ContextAPI

4.1.0

List of PRs / issues for this release

Bugfixes

  • Correct INDEX_URL logic in build.py _set_auth_headers
  • Fix for empty auth keys in config.json

Features

  • Add NetworkAttachmentConfig for service create/update

Miscellaneous

  • Bump pytest to 4.3.1
  • Adjust --platform tests for changes in docker engine
  • Update credentials-helpers to v0.6.3
Commits
  • 1d1532f Merge pull request #2506 from ulyssessouza/4.2.0-release
  • ab56784 Bump 4.2.0
  • 6e44d84 Implement context management, lifecycle and unittests.
  • 6c29375 Fix ImageCollectionTest.test_pull_multiple flakiness
  • 9b0d07f Version bump
  • 61e2d5f Fix win32pipe.WaitNamedPipe throw exception in windows container.
  • a67d180 Fix CI labels so we run on amd64 nodes
  • ed9b208 obey Hostname Username Port and ProxyCommand settings from .ssh/config
  • bc6777e set host key policy for ssh transport to WarningPolicy()
  • 1e56722 set logging level of paramiko to warn
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 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 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:

  • 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)

@codecov
Copy link

codecov bot commented Mar 16, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1383      +/-   ##
==========================================
+ Coverage   72.59%   72.62%   +0.02%     
==========================================
  Files         187      201      +14     
  Lines        7545     8437     +892     
  Branches      812      947     +135     
==========================================
+ Hits         5477     6127     +650     
- Misses       1828     2031     +203     
- Partials      240      279      +39
Flag Coverage Δ
#integrationtests 57.57% <ø> (+0.2%) ⬆️
#unittests 66.76% <ø> (+0.61%) ⬆️
Impacted Files Coverage Δ
...es/director/src/simcore_service_director/config.py 100% <0%> (ø)
...ctor/src/simcore_service_director/rest/__init__.py 100% <0%> (ø)
.../director/src/simcore_service_director/__main__.py 0% <0%> (ø)
...rc/simcore_service_director/registry_cache_task.py 97.43% <0%> (ø)
.../director/src/simcore_service_director/producer.py 67.01% <0%> (ø)
...imcore_service_director/cache_request_decorator.py 100% <0%> (ø)
...ector/src/simcore_service_director/docker_utils.py 86.2% <0%> (ø)
...tor/src/simcore_service_director/registry_proxy.py 69.43% <0%> (ø)
...rc/simcore_service_director/rest/node_validator.py 72% <0%> (ø)
...ices/director/src/simcore_service_director/main.py 84.61% <0%> (ø)
... and 6 more

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 8b3e31c...0029447. Read the comment docs.

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes does not seem too aggressive

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.

@pcrespov pcrespov requested a review from sanderegg March 16, 2020 09:01
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/packages/postgres-database/docker-4.2.0 branch from 29fcd05 to 0029447 Compare March 16, 2020 09:11
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.

@pcrespov pcrespov merged commit 015a45f into master Mar 16, 2020
@pcrespov pcrespov deleted the dependabot/pip/packages/postgres-database/docker-4.2.0 branch March 16, 2020 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant