Skip to content

Commit

Permalink
Bump github.com/docker/docker from 26.1.3+incompatible to 27.0.2+inco…
Browse files Browse the repository at this point in the history
…mpatible (#959)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.3+incompatible to 27.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>v27.0.2</h2>
<h2>27.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/issues?q=is%3Aclosed+milestone%3A27.0.2">docker/cli, 27.0.2 milestone</a></li>
<li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.0.2">moby/moby, 27.0.2 milestone</a></li>
<li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.0.2/docs/deprecated.md">Deprecated Features</a>.</li>
<li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.0.2/docs/api/version-history.md">API version history</a>.</li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fix a regression that caused port numbers to be ignored when parsing a Docker registry URL. <a href="https://redirect.github.com/docker/cli/pull/5197">docker/cli#5197</a>, <a href="https://redirect.github.com/docker/cli/pull/5198">docker/cli#5198</a></li>
</ul>
<h3>Removed</h3>
<ul>
<li>api/types: deprecate <code>ContainerJSONBase.Node</code> field and <code>ContainerNode</code> type. These definitions were used by the standalone (&quot;classic&quot;) Swarm API, but never implemented in the Docker Engine itself. <a href="https://redirect.github.com/moby/moby/pull/48055">moby/moby#48055</a></li>
</ul>
<h2>v27.0.1</h2>
<h2>27.0.1</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%3A27.0.0">docker/cli, 27.0.0 milestone</a></li>
<li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.0.0">moby/moby, 27.0.0 milestone</a></li>
<li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.0.1/docs/deprecated.md">Deprecated Features</a>.</li>
<li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.0.1/docs/api/version-history.md">API version history</a>.</li>
</ul>
<h3>New</h3>
<ul>
<li>containerd image store: Add <code>--platform</code> flag to <code>docker image push</code> and improve the default behavior when not all platforms of the multi-platform image are available locally. <a href="https://redirect.github.com/docker/cli/pull/4984">docker/cli#4984</a>, <a href="https://redirect.github.com/moby/moby/pull/47679">moby/moby#47679</a></li>
<li>Add support to <code>docker stack deploy</code> for <code>driver_opts</code> in a service's networks. <a href="https://redirect.github.com/docker/cli/pull/5125">docker/cli#5125</a></li>
<li>Consider additional <code>/usr/local/libexec</code> and <code>/usr/libexec</code> paths when looking up the userland proxy binaries by a name with a <code>docker-</code> prefix. <a href="https://redirect.github.com/moby/moby/pull/47804">moby/moby#47804</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li><code>*client.Client</code> instances are now always safe for concurrent use by multiple goroutines. Previously, this could lead to data races when the <code>WithAPIVersionNegotiation()</code> option is used. <a href="https://redirect.github.com/moby/moby/pull/47961">moby/moby#47961</a></li>
<li>Fix a bug causing the Docker CLI to leak Unix sockets in <code>$TMPDIR</code> in some cases. <a href="https://redirect.github.com/docker/cli/pull/5146">docker/cli#5146</a></li>
<li>Don't ignore a custom seccomp profile when used in conjunction with <code>--privileged</code>. <a href="https://redirect.github.com/moby/moby/pull/47500">moby/moby#47500</a></li>
<li>rootless: overlay2: support native overlay diff when using rootless-mode with Linux kernel version 5.11 and later. <a href="https://redirect.github.com/moby/moby/pull/47605">moby/moby#47605</a></li>
<li>Fix the <code>StartInterval</code> default value of healthcheck to reflect the documented value of 5s. <a href="https://redirect.github.com/moby/moby/pull/47799">moby/moby#47799</a></li>
<li>Fix <code>docker save</code> and <code>docker load</code> not ending on the daemon side when the operation was cancelled by the user, for example with Ctrl+C. <a href="https://redirect.github.com/moby/moby/pull/47629">moby/moby#47629</a></li>
<li>The <code>StartedAt</code> property of containers is now recorded before container startup, guaranteeing that the <code>StartedAt</code> is always before <code>FinishedAt</code>. <a href="https://redirect.github.com/moby/moby/pull/47003">moby/moby#47003</a></li>
<li>The internal DNS resolver used by Windows containers on Windows now forwards requests to external DNS servers by default. This enables <code>nslookup</code> to resolve external hostnames. This behaviour can be disabled via <code>daemon.json</code>, using <code>&quot;features&quot;: { &quot;windows-dns-proxy&quot;: false }</code>. The configuration option will be removed in a future release. <a href="https://redirect.github.com/moby/moby/pull/47826">moby/moby#47826</a></li>
<li>Print a warning when the CLI does not have permissions to read the configuration file. <a href="https://redirect.github.com/docker/cli/pull/5077">docker/cli#5077</a></li>
<li>Fix a goroutine and file-descriptor leak on container attach. <a href="https://redirect.github.com/moby/moby/pull/45052">moby/moby#45052</a></li>
<li>Clear the networking state of all stopped or dead containers during daemon start-up. <a href="https://redirect.github.com/moby/moby/pull/47984">moby/moby#47984</a></li>
<li>Write volume options JSON atomically to avoid &quot;invalid JSON&quot; errors after system crash. <a href="https://redirect.github.com/moby/moby/pull/48034">moby/moby#48034</a></li>
<li>Allow multiple macvlan networks with the same parent. <a href="https://redirect.github.com/moby/moby/pull/47318">moby/moby#47318</a></li>
<li>Allow BuildKit to be used on Windows daemons that advertise it. <a href="https://redirect.github.com/docker/cli/pull/5178">docker/cli#5178</a></li>
</ul>
<h3>Networking</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/moby/moby/commit/e953d76450b64bd64b2374137b0580223a114fdb"><code>e953d76</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48060">#48060</a> from thaJeztah/27.0_backport_api_deprecate_Containe...</li>
<li><a href="https://github.com/moby/moby/commit/861fde8cc9740f42f1ca6078dc437539d9109b76"><code>861fde8</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48061">#48061</a> from thaJeztah/27_backport_bump_golangci_lint</li>
<li><a href="https://github.com/moby/moby/commit/355707786738b8d954d2ae58640e4b361a43cc5b"><code>3557077</code></a> update golangci-lint to v1.59.1</li>
<li><a href="https://github.com/moby/moby/commit/c95b917167bc153570ab27c71817bfecceed055d"><code>c95b917</code></a> pkg/archive: reformat code to make #nosec comment work again</li>
<li><a href="https://github.com/moby/moby/commit/c0ff08acbd97dc4dcc37d6377ccb75df92224ea9"><code>c0ff08a</code></a> builder/remotecontext: reformat code to make #nosec comment work again</li>
<li><a href="https://github.com/moby/moby/commit/45876882585554409191c2f3b4089ec8cdee8ed0"><code>4587688</code></a> api/types: deprecate ContainerJSONBase.Node, ContainerNode</li>
<li><a href="https://github.com/moby/moby/commit/ff1e2c0de72a1bbbe4cdbe1558da57d327899df5"><code>ff1e2c0</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48050">#48050</a> from thaJeztah/deprecate_graphdriver_plugins</li>
<li><a href="https://github.com/moby/moby/commit/6da604aa6a74ab770207932b3cbc3d009c3ae25f"><code>6da604a</code></a> deprecate experimental Graphdriver plugins, and disable by default</li>
<li><a href="https://github.com/moby/moby/commit/81b202797920d5b52ffd960f344f62cb25ebab71"><code>81b2027</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48049">#48049</a> from thaJeztah/fix_swagger_tmpfsopts</li>
<li><a href="https://github.com/moby/moby/commit/97f6a9d005fa3389ae2cea198fa2f4c850876a95"><code>97f6a9d</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48045">#48045</a> from thaJeztah/bump_ttrpc_1.2.5</li>
<li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v26.1.3...v27.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=26.1.3+incompatible&new-version=27.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 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)


</details>
  • Loading branch information
mergify[bot] authored Jun 29, 2024
2 parents 3017ec5 + 6091256 commit 5cdffef
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 @@ -8,7 +8,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/avast/retry-go v3.0.0+incompatible
github.com/distribution/reference v0.6.0
github.com/docker/docker v26.1.3+incompatible
github.com/docker/docker v27.0.2+incompatible
github.com/equinix-labs/otel-init-go v0.0.9
github.com/go-logr/logr v1.4.2
github.com/go-logr/zapr v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ github.com/dgryski/go-lttb v0.0.0-20180810165845-318fcdf10a77/go.mod h1:Va5MyIzk
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/docker v26.1.3+incompatible h1:lLCzRbrVZrljpVNobJu1J2FHk8V0s4BawoZippkc+xo=
github.com/docker/docker v26.1.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.0.2+incompatible h1:mNhCtgXNV1fIRns102grG7rdzIsGGCq1OlOD0KunZos=
github.com/docker/docker v27.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 5cdffef

Please sign in to comment.