Skip to content

Commit

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

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.0.2+incompatible to 27.0.3+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.3</h2>
<h2>27.0.3</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.3">docker/cli, 27.0.3 milestone</a></li>
<li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.0.3">moby/moby, 27.0.3 milestone</a></li>
<li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.0.3/docs/deprecated.md">Deprecated Features</a>.</li>
<li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.0.3/docs/api/version-history.md">API version history</a>.</li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fix a regression that incorrectly reported a port mapping from a host IPv6 address to an IPv4-only container as an error. <a href="https://redirect.github.com/moby/moby/pull/48090">moby/moby#48090</a></li>
<li>Fix a regression that caused duplicate subnet allocations when creating networks. <a href="https://redirect.github.com/moby/moby/pull/48089">moby/moby#48089</a></li>
<li>Fix a regression resulting in &quot;fail to register layer: failed to Lchown&quot; errors when trying to pull an image with rootless enabled on a system that supports native overlay with user-namespaces. <a href="https://redirect.github.com/moby/moby/pull/48086">moby/moby#48086</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/moby/moby/commit/662f78c0b1bb5114172427cfcb40491d73159be2"><code>662f78c</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48090">#48090</a> from thaJeztah/27.0_backport_48067_fix_specific_ipv...</li>
<li><a href="https://github.com/moby/moby/commit/b86d9bdaf35a8f9b74f6475733ae219de8ac4fbd"><code>b86d9bd</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48086">#48086</a> from thaJeztah/27.0_backport_fix_rootless_pull</li>
<li><a href="https://github.com/moby/moby/commit/0dbc3ac59ed11d27cc61014fd5a7dd709af4fab9"><code>0dbc3ac</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48087">#48087</a> from thaJeztah/27.0_backport_gofmt</li>
<li><a href="https://github.com/moby/moby/commit/276a648ec3b56ab11598e811a90abc1ddfbcf321"><code>276a648</code></a> Fix incorrect validation of port mapping</li>
<li><a href="https://github.com/moby/moby/commit/22aa07b28f01b37fb3652528476596cead9da405"><code>22aa07b</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48089">#48089</a> from robmry/backport-27.0/48069_fix_overlapping_sub...</li>
<li><a href="https://github.com/moby/moby/commit/23b8b023dd9e7033a8d2bb963a81c164c85fe72a"><code>23b8b02</code></a> Fix duplicate subnet allocations</li>
<li><a href="https://github.com/moby/moby/commit/bf222d635be215e40104a1c33595ef6444e479fd"><code>bf222d6</code></a> fix some gofmt issues reported by goreportcard</li>
<li><a href="https://github.com/moby/moby/commit/f8231b52d39ed903b020130be9da4b36b5e9a988"><code>f8231b5</code></a> daemon/graphdriver/overlay2: set TarOptions.InUserNS for native differ</li>
<li><a href="https://github.com/moby/moby/commit/b9514744046d16c3cdf1a5200903ee9d82390e64"><code>b951474</code></a> pkg/archive: createTarFile: consistently use the same value for userns</li>
<li><a href="https://github.com/moby/moby/commit/c5794e23ec5dcd62c40316e8ada5bcf2dd669f2c"><code>c5794e2</code></a> pkg/archive: handleTarTypeBlockCharFifo: don't discard EPERM errors</li>
<li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v27.0.2...v27.0.3">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=27.0.2+incompatible&new-version=27.0.3+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 Jul 5, 2024
2 parents 7647cbc + 63ea4a3 commit 81fcfe6
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 v27.0.2+incompatible
github.com/docker/docker v27.0.3+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 v27.0.2+incompatible h1:mNhCtgXNV1fIRns102grG7rdzIsGGCq1OlOD0KunZos=
github.com/docker/docker v27.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.0.3+incompatible h1:aBGI9TeQ4MPlhquTQKq9XbK79rKFVwXNUAYz9aXyEBE=
github.com/docker/docker v27.0.3+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 81fcfe6

Please sign in to comment.