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 github.com/docker/docker from 20.10.6+incompatible to 20.10.7+incompatible #1274

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2021

Bumps github.com/docker/docker from 20.10.6+incompatible to 20.10.7+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v20.10.7

20.10.7

Client

  • Suppress warnings for deprecated cgroups docker/cli#3099.
  • Prevent sending SIGURG signals to container on Linux and macOS. The Go runtime (starting with Go 1.14) uses SIGURG signals internally as an interrupt to support preemptable syscalls. In situations where the Docker CLI was attached to a container, these interrupts were forwarded to the container. This fix changes the Docker CLI to ignore SIGURG signals docker/cli#3107, moby/moby#42421.

Builder

  • Update BuildKit to version v0.8.3-3-g244e8cde moby/moby#42448:
    • Transform relative mountpoints for exec mounts in the executor to work around a breaking change in runc v1.0.0-rc94 and up. moby/buildkit#2137.
    • Add retry on image push 5xx errors. moby/buildkit#2043.
    • Fix build-cache not being invalidated when renaming a file that is copied using a COPY command with a wildcard. Note that this change invalidates existing build caches for copy commands that use a wildcard. moby/buildkit#2018.
    • Fix build-cache not being invalidated when using mounts moby/buildkit#2076.
  • Fix build failures when FROM image is not cached when using legacy schema 1 images moby/moby#42382.

Logging

  • Update the hcsshim SDK to make daemon logs on Windows less verbose moby/moby#42292.

Rootless

  • Fix capabilities not being honored when an image was built on a daemon with user-namespaces enabled moby/moby#42352.

Networking

  • Update libnetwork to fix publishing ports on environments with kernel boot parameter ipv6.disable=1, and to fix a deadlock causing internal DNS lookups to fail moby/moby#42413.

Contrib

  • Update rootlesskit to v0.14.2 to fix a timeout when starting the userland proxy with the slirp4netns port driver moby/moby#42294.
  • Fix "Device or resource busy" errors when running docker-in-docker on a rootless daemon moby/moby#42342.

Packaging

  • Update containerd to v1.4.6, runc v1.0.0-rc95 to address CVE-2021-30465

... (truncated)

Commits
  • b0f5bc3 Merge pull request #42352 from AkihiroSuda/cherrypick-41724
  • 497c50a Merge pull request #42448 from thaJeztah/20.10_backport_update_buildkit
  • 6474dad vendor: github.com/moby/buildkit v0.8.3-3-g244e8cde
  • 895eaac vendor: github.com/moby/buildkit v0.8.3
  • eab37e5 Merge pull request #42413 from thaJeztah/20.10_backport_bump_libnetwork
  • d844987 Merge pull request #42421 from thaJeztah/20.10_backport_more_ignore
  • 003e3c0 pkg/signal: ignore SIGURG on all platforms
  • 9555116 vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
  • d29a55c vendor: github.com/docker/libnetwork 64b7a4574d1426139437d20e81c0b6d391130ec8
  • 3db8385 Merge pull request #42382 from thaJeztah/20.10_backport_schema1_cache_fix
  • 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 [github.com/docker/docker](https://github.com/docker/docker) from 20.10.6+incompatible to 20.10.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](moby/moby@v20.10.6...v20.10.7)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automerge Will be auto merged if tests pass dependencies Pull requests that update a dependency file gomod labels Jun 3, 2021
@kodiakhq kodiakhq bot merged commit 5c778b8 into master Jun 3, 2021
@kodiakhq kodiakhq bot deleted the dependabot/go_modules/github.com/docker/docker-20.10.7incompatible branch June 3, 2021 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Will be auto merged if tests pass dependencies Pull requests that update a dependency file gomod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants