Skip to content

Commit

Permalink
chore(deps): bump github.com/docker/docker from 20.10.7+incompatible …
Browse files Browse the repository at this point in the history
…to 20.10.27+incompatible in /tests (#12)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from
20.10.7+incompatible to 20.10.27+incompatible.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/docker/releases">github.com/docker/docker's
releases</a>.</em></p>
<blockquote>
<h2>v20.10.27</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A20.10.27">docker/cli,
20.10.27 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A20.10.27">moby/moby,
20.10.27 milestone</a></li>
</ul>
<h3>Bug Fixes and Enhancements</h3>
<ul>
<li>Fix dockerd-rootless-setuptools.sh when user name contains a
backslash. <a
href="https://redirect.github.com/moby/moby/pull/46424">moby/moby#46424</a></li>
<li>Add <code>IP_NF_MANGLE</code> to check-config.sh to the
&quot;generally required&quot; list in check-config.sh because it is
required by Swarm. <a
href="https://redirect.github.com/moby/moby/pull/46674">moby/moby#46674</a></li>
<li>Fix a deadlock in libnetwork which could prevent containers from
starting. <a
href="https://redirect.github.com/moby/moby/pull/46693">moby/moby#46693</a></li>
<li>Write overlay2 layer metadata atomically. <a
href="https://redirect.github.com/moby/moby/pull/46705">moby/moby#46705</a></li>
<li>Support building with Go 1.20. <a
href="https://redirect.github.com/moby/moby/pull/46694">moby/moby#46694</a>
<a
href="https://redirect.github.com/moby/moby/pull/46695">moby/moby#46695</a>
<a
href="https://redirect.github.com/moby/moby/pull/46696">moby/moby#46696</a></li>
</ul>
<h3>Packaging Updates</h3>
<ul>
<li>Update to go1.20.10, golang/org/x/net v0.17.0. <a
href="https://redirect.github.com/moby/moby/pull/46692">moby/moby#46692</a></li>
</ul>
<h3>Security</h3>
<ul>
<li>Deny containers access to <code>/sys/devices/virtual/powercap</code>
by default. This change hardens against <a
href="https://scout.docker.com/v/CVE-2020-8694">CVE-2020-8694</a>, <a
href="https://scout.docker.com/v/CVE-2020-8695">CVE-2020-8695</a>, and
<a href="https://scout.docker.com/v/CVE-2020-12912">CVE-2020-12912</a>,
and an attack known as <a href="https://platypusattack.com/">the
PLATYPUS attack</a>. For more details, see <a
href="https://github.com/moby/moby/security/advisories/GHSA-jq35-85cj-fj4p">advisory</a>,
<a
href="https://github.com/moby/moby/commit/81ebe71275768629689a23bc3bca34b3b374a6a6">commit</a>.</li>
</ul>
<h2>v20.10.26</h2>
<h2>20.10.26</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A20.10.26">docker/cli,
20.10.26 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A20.10.26">moby/moby,
20.10.26 milestone</a></li>
</ul>
<h3>Bug Fixes and Enhancements</h3>
<ul>
<li>Support filesystems which do not support extended file attributes
with the VFS graph driver. <a
href="https://redirect.github.com/moby/moby/pull/45466">moby/moby#45466</a></li>
<li>Fix AppArmor profile docker-default <code>/proc/sys</code> rule. <a
href="https://redirect.github.com/moby/moby/pull/45716">moby/moby#45716</a></li>
<li>seccomp: always allow <code>name_to_handle_at(2)</code>. <a
href="https://redirect.github.com/moby/moby/pull/45835">moby/moby#45835</a></li>
<li>Fix an issue which prevented volumes mounted to a live-restored
container from being removed. <a
href="https://redirect.github.com/moby/moby/pull/45840">moby/moby#45840</a></li>
<li>client: resolve an incompatibility with Go 1.20.6, Go 1.20.7, Go
1.19.11 and Go 1.19.12. <a
href="https://redirect.github.com/moby/moby/pull/45972">moby/moby#45972</a></li>
<li>windows: fix <code>--register-service</code> when executed from
within binary directory. <a
href="https://redirect.github.com/moby/moby/pull/46217">moby/moby#46217</a></li>
</ul>
<h3>Packaging Updates</h3>
<ul>
<li>Update Go to 1.19.12. <a
href="https://redirect.github.com/moby/moby/pull/46142">moby/moby#46142</a></li>
<li>Update containerd to v1.6.22. <a
href="https://redirect.github.com/moby/moby/pull/46105">moby/moby#46105</a></li>
<li>Update runc to v1.1.8. <a
href="https://redirect.github.com/moby/moby/pull/46031">moby/moby#46031</a></li>
<li>Delete Upstart init scripts and clean up sysvinit. <a
href="https://redirect.github.com/moby/moby/pull/46047">moby/moby#46047</a></li>
</ul>
<h2>v20.10.25</h2>
<h2>Bug fixes and enhancements</h2>
<ul>
<li>Fix log loss with the AWSLogs log driver <a
href="https://redirect.github.com/moby/moby/pull/45349">moby/moby#45349</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/81ebe71275768629689a23bc3bca34b3b374a6a6"><code>81ebe71</code></a>
Merge pull request from GHSA-jq35-85cj-fj4p</li>
<li><a
href="https://github.com/moby/moby/commit/fb636657a7a322bd5da4270c4d95f037576570b3"><code>fb63665</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/46705">#46705</a>
from thaJeztah/20.10_backport_atomic-layer-data-write</li>
<li><a
href="https://github.com/moby/moby/commit/b967d897586ca3e3e8dcd96d9b5712b5ac02bc9f"><code>b967d89</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/46692">#46692</a>
from corhere/backport-20.10/update-x-net-v0.17</li>
<li><a
href="https://github.com/moby/moby/commit/2c22bd52808f1c15d8efcdfb8c960f778c439a37"><code>2c22bd5</code></a>
vendor: golang.org/x/net v0.17.0</li>
<li><a
href="https://github.com/moby/moby/commit/d862c21eb2a806ab72069664f6ba5a75006fc843"><code>d862c21</code></a>
Update to go1.20.10</li>
<li><a
href="https://github.com/moby/moby/commit/cb47414f4187aff09c3d49ac93f7a15411c49d11"><code>cb47414</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/46696">#46696</a>
from corhere/backport-20.10/go1.20-enablement</li>
<li><a
href="https://github.com/moby/moby/commit/ea4eb7398c8adea7610ea9b0123cf19dad9a7817"><code>ea4eb73</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/46695">#46695</a>
from corhere/backport-20.10/safer-fileinfo</li>
<li><a
href="https://github.com/moby/moby/commit/6c523aabaec55e36c0b53f4b03844b377869ce91"><code>6c523aa</code></a>
hack: fix suppressing Xattrs lint errors</li>
<li><a
href="https://github.com/moby/moby/commit/31b837499c2cd62bdd3d4cdfeaf83903dbc27f6b"><code>31b8374</code></a>
pkg/archive: audit gosec file-traversal lints</li>
<li><a
href="https://github.com/moby/moby/commit/8e4485536ba493508afd894beb9f7c2bdbf4df99"><code>8e44855</code></a>
Remove local fork of archive/tar package</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v20.10.7...v20.10.27">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=20.10.7+incompatible&new-version=20.10.27+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/oolio-group/dynago/network/alerts).

</details>
  • Loading branch information
shidil authored Jan 16, 2024
2 parents 3bfa0c4 + 4e1cab6 commit 1d836bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/docker/cli v20.10.17+incompatible // indirect
github.com/docker/docker v20.10.7+incompatible // indirect
github.com/docker/docker v20.10.27+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/cli v20.10.17+incompatible h1:eO2KS7ZFeov5UJeaDmIs1NFEDRf32PaqRpvoEkKBy5M=
github.com/docker/cli v20.10.17+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v20.10.7+incompatible h1:Z6O9Nhsjv+ayUEeI1IojKbYcsGdgYSNqxe1s2MYzUhQ=
github.com/docker/docker v20.10.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v20.10.27+incompatible h1:Id/ZooynV4ZlD6xX20RCd3SR0Ikn7r4QZDa2ECK2TgA=
github.com/docker/docker v20.10.27+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=
Expand Down

0 comments on commit 1d836bb

Please sign in to comment.