Skip to content

build(deps): bump github.com/docker/docker from 20.10.8+incompatible to 20.10.10+incompatible#855

Merged
mergify[bot] merged 1 commit intomasterfrom
dependabot/go_modules/github.com/docker/docker-20.10.10incompatible
Nov 1, 2021
Merged

build(deps): bump github.com/docker/docker from 20.10.8+incompatible to 20.10.10+incompatible#855
mergify[bot] merged 1 commit intomasterfrom
dependabot/go_modules/github.com/docker/docker-20.10.10incompatible

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 31, 2021

Bumps github.com/docker/docker from 20.10.8+incompatible to 20.10.10+incompatible.

Release notes

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

v20.10.10

20.10.10

IMPORTANT

Due to net/http changes in Go 1.16, HTTP proxies configured through the $HTTP_PROXY environment variable are no longer used for TLS (https://) connections. Make sure you also set an $HTTPS_PROXY environment variable for handling requests to https:// URLs.

Refer to the HTTP/HTTPS proxy section to learn how to configure the Docker Daemon to use a proxy server.

Builder

  • Fix platform-matching logic to fix docker build using not finding images in the local image cache on Arm machines when using BuildKit moby/moby#42954

Runtime

  • Add support for clone3 syscall in the default seccomp policy to support running containers based on recent versions of Fedora and Ubuntu. [moby/moby/#42836](moby/moby#42836).
  • Windows: update hcsshim library to fix a bug in sparse file handling in container layers, which was exposed by recent changes in Windows moby/moby#42944.
  • Fix some situations where docker stop could hang forever moby/moby#42956.

Swarm

  • Fix an issue where updating a service did not roll back on failure moby/moby#42875.

Packaging

  • Add packages for Ubuntu 21.10 "Impish Indri" and Fedora 35.
  • Update docker scan to v0.9.0
  • Update Golang runtime to Go 1.16.9.

v20.10.9

This release is a security release with security fixes in the CLI, runtime, as well as updated versions of the containerd.io package and the Go runtime.

Client

  • CVE-2021-41092 Ensure default auth config has address field set, to prevent credentials being sent to the default registry.

Runtime

... (truncated)

Commits
  • e2f740d Merge pull request #42959 from thaJeztah/20.10_backport_fix_racey_health_test
  • acb4f26 Fix racey TestHealthKillContainer
  • 8ab80e4 Merge pull request #42957 from thaJeztah/20.10_backport_rootless_quotes
  • 52f5b61 Merge pull request #42956 from cpuguy83/20.10-backport-kill-fixes
  • a4b1ae5 Merge pull request #42954 from crazy-max/20.10_build-local-normalized
  • 59d2a2c dockerd-rootless.sh: Fix variable not double quotes cause unexpected behavior
  • 2c6aa5a Remove needless check
  • 3285c27 Fix log statement 'failed to exit' timeout accuracy
  • a4bcd4c docker daemon container stop refactor
  • bed624f docker kill: fix bug where failed kills didnt fallback to unix kill
  • 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.8+incompatible to 20.10.10+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](moby/moby@v20.10.8...v20.10.10)

---
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 requested a review from a team as a code owner October 31, 2021 21:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 31, 2021
@dependabot dependabot Bot requested a review from a team October 31, 2021 21:17
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 31, 2021

Codecov Report

Merging #855 (cbf6369) into master (0f04942) will increase coverage by 6.87%.
The diff coverage is 61.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #855      +/-   ##
==========================================
+ Coverage   49.27%   56.14%   +6.87%     
==========================================
  Files          23       23              
  Lines        2401     3751    +1350     
==========================================
+ Hits         1183     2106     +923     
- Misses       1090     1471     +381     
- Partials      128      174      +46     
Impacted Files Coverage Δ
pkg/container/docker_volume.go 0.00% <0.00%> (ø)
pkg/container/docker_run.go 5.56% <15.09%> (+3.63%) ⬆️
pkg/common/git.go 49.82% <31.81%> (-9.97%) ⬇️
pkg/model/planner.go 49.78% <42.50%> (+16.70%) ⬆️
pkg/container/docker_build.go 60.81% <57.14%> (+60.81%) ⬆️
pkg/container/docker_pull.go 35.29% <61.53%> (+17.11%) ⬆️
pkg/model/workflow.go 52.14% <63.63%> (+26.42%) ⬆️
pkg/runner/runner.go 74.46% <70.37%> (-2.01%) ⬇️
pkg/runner/expression.go 85.71% <72.09%> (-0.93%) ⬇️
pkg/runner/step_context.go 78.57% <77.15%> (+9.62%) ⬆️
... and 27 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 50dd0c0...cbf6369. Read the comment docs.

@mergify mergify Bot merged commit 6a3a47c into master Nov 1, 2021
@mergify mergify Bot deleted the dependabot/go_modules/github.com/docker/docker-20.10.10incompatible branch November 1, 2021 01:38
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 go Pull requests that update Go code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants