Skip to content

Commit

Permalink
build(deps): Bump github.com/docker/docker from 23.0.1+incompatible t…
Browse files Browse the repository at this point in the history
…o 23.0.2+incompatible (#320)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from
23.0.1+incompatible to 23.0.2+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>v23.0.2</h2>
<h2>23.0.2</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/milestone/75?closed=1">docker/cli,
23.0.2 milestone</a></li>
<li><a
href="https://github.com/moby/moby/milestone/114?closed=1">moby/moby,
23.0.2 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fully resolve missing checks for <code>apparmor_parser</code> when
an AppArmor enabled kernel is detected. <a
href="https://redirect.github.com/containerd/containerd/pull/8087">containerd/containerd#8087</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45043">moby/moby#45043</a></li>
<li>Ensure that credentials are redacted from Git URLs when generating
BuildKit buildinfo. Fixes <a
href="https://github.com/moby/buildkit/security/advisories/GHSA-gc89-7gcr-jxqc">CVE-2023-26054</a>.
<a
href="https://redirect.github.com/moby/moby/pull/45110">moby/moby#45110</a></li>
<li>Fix anonymous volumes created by a <code>VOLUME</code> line in a
Dockerfile being excluded from volume prune. <a
href="https://redirect.github.com/moby/moby/pull/45159">moby/moby#45159</a></li>
<li>Fix a failure to properly propagate errors during removal of volumes
on a Swarm node. <a
href="https://redirect.github.com/moby/moby/pull/45155">moby/moby#45155</a></li>
<li>Temporarily work around a bug in BuildKit <code>COPY --link</code>
by disabling mergeop/diffop optimization. <a
href="https://redirect.github.com/moby/moby/pull/45112">moby/moby#45112</a></li>
<li>Properly clean up child tasks when a parent Swarm job is removed. <a
href="https://redirect.github.com/moby/swarmkit/pull/3112">moby/swarmkit#3112</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45107">moby/moby#45107</a></li>
<li>Fix Swarm service creation logic so that both a GenericResource and
a non-default network can be used together. <a
href="https://redirect.github.com/moby/swarmkit/pull/3082">moby/swarmkit#3082</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45107">moby/moby#45107</a></li>
<li>Fix Swarm CSI support requiring the CSI plugin to offer staging
endpoints in order to publish a volume. <a
href="https://redirect.github.com/moby/swarmkit/pull/3116">moby/swarmkit#3116</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45107">moby/moby#45107</a></li>
<li>Fix a panic caused by log buffering in some configurations. <a
href="https://redirect.github.com/containerd/fifo/pull/47">containerd/fifo#47</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45051">moby/moby#45051</a></li>
<li>Log errors in the REST to Swarm gRPC API translation layer at the
debug level to reduce redundancy and noise. <a
href="https://redirect.github.com/moby/moby/pull/45016">moby/moby#45016</a></li>
<li>Fix a DNS resolution issue affecting containers created with
<code>--dns-opt</code> or <code>--dns-search</code> when
<code>systemd-resolved</code> is used outside the container. <a
href="https://redirect.github.com/moby/moby/pull/45000">moby/moby#45000</a></li>
<li>Fix a panic when logging errors in handling DNS queries originating
from inside a container. <a
href="https://redirect.github.com/moby/moby/pull/44980">moby/moby#44980</a></li>
<li>Improve the speed of <code>docker ps</code> by allowing users to opt
out of size calculations with <code>--size=false</code>. <a
href="https://redirect.github.com/docker/cli/pull/4107">docker/cli#4107</a></li>
<li>Extend support for Bash completion to all plugins. <a
href="https://redirect.github.com/docker/cli/pull/4092">docker/cli#4092</a></li>
<li>Fix <code>docker stack deploy</code> failing on Windows when special
environment variables set by <code>cmd.exe</code> are present. <a
href="https://redirect.github.com/docker/cli/pull/4083">docker/cli#4083</a></li>
<li>Add forward compatibility for future API versions by considering
empty image tags to be the same as <code>&lt;none&gt;</code>. <a
href="https://redirect.github.com/docker/cli/pull/4065">docker/cli#4065</a></li>
<li>Atomically write context files to greatly reduce the probability of
corruption, and improve the error message for a corrupt context. <a
href="https://redirect.github.com/docker/cli/pull/4063">docker/cli#4063</a></li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Upgrade Go to <code>1.19.7</code>. <a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/857">docker/docker-ce-packaging#857</a>,
<a
href="https://redirect.github.com/docker/cli/pull/4086">docker/cli#4086</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45137">moby/moby#45137</a></li>
<li>Upgrade <code>containerd</code> to <code>v1.6.19</code>. <a
href="https://redirect.github.com/moby/moby/pull/45084">moby/moby#45084</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45099">moby/moby#45099</a></li>
<li>Upgrade Buildx to <code>v0.10.4</code>. <a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/855">docker/docker-ce-packaging#855</a></li>
<li>Upgrade Compose to <code>v2.17.2</code>. <a
href="hhttps://redirect.github.com/docker/docker-ce-packaging/pull/867">docker/docker-ce-packaging#867</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/219f21bf07502b447095649b5a2764661737f164"><code>219f21b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45196">#45196</a>
from vvoland/integration-restart-race-23</li>
<li><a
href="https://github.com/moby/moby/commit/c6bf3071fee48b79c2d48faf8855b8afe0a1e951"><code>c6bf307</code></a>
StartWithLogFile: Fix d.cmd race</li>
<li><a
href="https://github.com/moby/moby/commit/7f49ca259bfea1c08bb3019d0db3aa894ff157a6"><code>7f49ca2</code></a>
TestDaemonRestartKillContainers: Fix loop capture</li>
<li><a
href="https://github.com/moby/moby/commit/a1fd2f22f6ee07ab5bf241e7b33c75e395bfa9e5"><code>a1fd2f2</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45157">#45157</a>
from thaJeztah/23.0_backport_update_shfmt</li>
<li><a
href="https://github.com/moby/moby/commit/07f9061dde9c9ea9e3ec667bc57ef571b95b524d"><code>07f9061</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45112">#45112</a>
from tonistiigi/23.0-disable-mergeop-diffop</li>
<li><a
href="https://github.com/moby/moby/commit/1363b3e3723bae3a1bb728364084d96f668d08e7"><code>1363b3e</code></a>
ci: disable testing mergeop and diffop with the dockerd worker</li>
<li><a
href="https://github.com/moby/moby/commit/d43958b50b987405e7b2ed50bc17412356a2e37a"><code>d43958b</code></a>
builder-next: disable mergeop and diffop</li>
<li><a
href="https://github.com/moby/moby/commit/9740b6854d1737fab795e2c7f38b1115d8b53833"><code>9740b68</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45159">#45159</a>
from thaJeztah/23.0_backport_fix_volume_anon_from_i...</li>
<li><a
href="https://github.com/moby/moby/commit/fd80ca60da47e1c4533c3a66679cf582e7acac66"><code>fd80ca6</code></a>
Fix pruning anon volume created from image config</li>
<li><a
href="https://github.com/moby/moby/commit/f09528b7126f74b9a1ff82f1a55354d0c67b4574"><code>f09528b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45155">#45155</a>
from thaJeztah/23.0_backport_fix_volume_error_handling</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v23.0.1...v23.0.2">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=23.0.1+incompatible&new-version=23.0.2+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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent ed9158e commit ee3df9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/runfinch/finch
go 1.20

require (
github.com/docker/docker v23.0.1+incompatible
github.com/docker/docker v23.0.2+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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/docker v23.0.1+incompatible h1:vjgvJZxprTTE1A37nm+CLNAdwu6xZekyoiVlUZEINcY=
github.com/docker/docker v23.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v23.0.2+incompatible h1:q81C2qQ/EhPm8COZMUGOQYh4qLv4Xu6CXELJ3WK/mlU=
github.com/docker/docker v23.0.2+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.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
Expand Down

0 comments on commit ee3df9a

Please sign in to comment.