Skip to content

Commit

Permalink
deps: bump github.com/moby/moby from 26.0.0+incompatible to 26.1.0+in…
Browse files Browse the repository at this point in the history
…compatible in the go_modules group (#1101)

Bumps the go_modules group with 1 update:
[github.com/moby/moby](https://github.com/moby/moby).

Updates `github.com/moby/moby` from 26.0.0+incompatible to
26.1.0+incompatible
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/moby/moby/releases">github.com/moby/moby's
releases</a>.</em></p>
<blockquote>
<h2>v26.1.0</h2>
<h2>26.1.0</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%3A26.1.0">docker/cli,
26.1.0 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.1.0">moby/moby,
26.1.0 milestone</a></li>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v26.1.0/docs/deprecated.md">Deprecated
Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v26.1.0/docs/api/version-history.md">API
version history</a>.</li>
</ul>
<h3>New</h3>
<ul>
<li>Add configurable OpenTelemetry utilities and basic instrumentation
to commands.
For more information, see <a
href="https://docs.docker.com/config/otel">OpenTelemetry for the Docker
CLI</a>. <a
href="https://redirect.github.com/docker/cli/pull/4889">docker/cli#4889</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Native Windows containers are configured with an internal DNS server
for container name resolution, and external DNS servers for other
lookups. Not all resolvers, including <code>nslookup</code>, fall back
to the external resolvers when they get a <code>SERVFAIL</code> answer
from the internal server. So, the internal DNS server can now be
configured to forward requests to the external resolvers, by setting
<code>&quot;features&quot;: {&quot;windows-dns-proxy&quot;: true
}</code> in the <code>daemon.json</code> file. <a
href="https://redirect.github.com/moby/moby/pull/47584">moby/moby#47584</a></li>
</ul>
<blockquote>
<p>[!NOTE]
This will be the new default behavior in Docker Engine 27.0.</p>
</blockquote>
<blockquote>
<p>[!WARNING]
The <code>windows-dns-proxy</code> feature flag will be removed in a
future release.</p>
</blockquote>
<ul>
<li>Swarm: Fix <code>Subpath</code> not being passed to the container
config. <a
href="https://redirect.github.com/moby/moby/pull/47711">moby/moby#47711</a></li>
<li>Classic builder: Fix cache miss on <code>WORKDIR
&lt;directory&gt;/</code> build step (directory with a trailing slash).
<a
href="https://redirect.github.com/moby/moby/pull/47723">moby/moby#47723</a></li>
<li>containerd image store: Fix <code>docker images</code> failing when
any image in the store has unexpected target. <a
href="https://redirect.github.com/moby/moby/pull/47738">moby/moby#47738</a></li>
</ul>
<h2>v26.0.2</h2>
<h2>26.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%3A26.0.2">docker/cli,
26.0.2 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.0.2">moby/moby,
26.0.2 milestone</a></li>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v26.0.2/docs/deprecated.md">Deprecated
Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v26.0.2/docs/api/version-history.md">API
version history</a>.</li>
</ul>
<h3>Security</h3>
<p>This release contains a security fix for <a
href="https://github.com/moby/moby/security/advisories/GHSA-x84c-p2g9-rqv9">CVE-2024-32473</a>,
an unexpected configuration of IPv6 on IPv4-only interfaces.</p>
<h3>Bug fixes and enhancements</h3>
<ul>
<li><a
href="https://github.com/moby/moby/security/advisories/GHSA-x84c-p2g9-rqv9">CVE-2024-32473</a>:
Ensure IPv6 is disabled on interfaces only allocated an IPv4 address by
the engine. <a
href="https://github.com/moby/moby/security/advisories/GHSA-x84c-p2g9-rqv9">moby#GHSA-x84c-p2g9-rqv9</a></li>
</ul>
<h2>v26.0.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/c8af8ebe4a8984d808f2071788dd1f00a4da78c5"><code>c8af8eb</code></a>
Merge pull request <a
href="https://redirect.github.com/moby/moby/issues/47738">#47738</a>
from vvoland/c8d-walk-image-badimagetarget</li>
<li><a
href="https://github.com/moby/moby/commit/7d95fe8db59ab6bb7c18e3179c6e54d2326e8e61"><code>7d95fe8</code></a>
c8d/list: Ignore unexpected image target</li>
<li><a
href="https://github.com/moby/moby/commit/801fd16e3e48b7638e6fee83facbb62de9a03cef"><code>801fd16</code></a>
Merge pull request <a
href="https://redirect.github.com/moby/moby/issues/47735">#47735</a>
from cpuguy83/better_walk_error</li>
<li><a
href="https://github.com/moby/moby/commit/6667e96dad672cd489d8ff258e4edc28317cbd09"><code>6667e96</code></a>
Include more details in errnotManifestOrIndex</li>
<li><a
href="https://github.com/moby/moby/commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9"><code>ee8b788</code></a>
Merge pull request <a
href="https://redirect.github.com/moby/moby/issues/47734">#47734</a>
from krissetto/image-history-timestamp-dereference</li>
<li><a
href="https://github.com/moby/moby/commit/96c9353e9b6c101bac489e0386aab72ee20e7edb"><code>96c9353</code></a>
Merge pull request <a
href="https://redirect.github.com/moby/moby/issues/47723">#47723</a>
from vvoland/builder-fix-workdir-slash</li>
<li><a
href="https://github.com/moby/moby/commit/ab570ab3d62038b3d26f96a9bb585d0b6095b9b4"><code>ab570ab</code></a>
nil dereference fix on image history Created value</li>
<li><a
href="https://github.com/moby/moby/commit/7532420f3b4f7c62fb6c0de3c92b24ad91c380a4"><code>7532420</code></a>
container/SetupWorkingDirectory: Don't mutate config</li>
<li><a
href="https://github.com/moby/moby/commit/a4d5b6b4d081fadfe933e49bd4d71d8c91ffa06f"><code>a4d5b6b</code></a>
builder/normalizeWorkdir: Always return cleaned path</li>
<li><a
href="https://github.com/moby/moby/commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef"><code>e829cca</code></a>
Merge pull request <a
href="https://redirect.github.com/moby/moby/issues/47584">#47584</a>
from robmry/upstream_dns_windows</li>
<li>Additional commits viewable in <a
href="https://github.com/moby/moby/compare/v26.0.0...v26.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/moby/moby&package-manager=go_modules&previous-version=26.0.0+incompatible&new-version=26.1.0+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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/microsoft/retina/network/alerts).

</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 Dec 5, 2024
1 parent 577e18b commit 1cdb21d
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 @@ -173,7 +173,7 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/moby v26.0.0+incompatible // indirect
github.com/moby/moby v26.1.0+incompatible // indirect
github.com/moby/spdystream v0.4.0 // indirect
github.com/moby/sys/mountinfo v0.7.1 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=
github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc=
github.com/moby/moby v26.0.0+incompatible h1:2n9/cIWkxiEI1VsWgTGgXhxIWUbv42PyxEP9L+RReC0=
github.com/moby/moby v26.0.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
github.com/moby/moby v26.1.0+incompatible h1:mjepCwMH0KpCgPvrXjqqyCeTCHgzO7p9TwZ2nQMI2qU=
github.com/moby/moby v26.1.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
github.com/moby/spdystream v0.4.0 h1:Vy79D6mHeJJjiPdFEL2yku1kl0chZpJfZcPpb16BRl8=
github.com/moby/spdystream v0.4.0/go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI=
github.com/moby/sys/mountinfo v0.7.1 h1:/tTvQaSJRr2FshkhXiIpux6fQ2Zvc4j7tAhMTStAG2g=
Expand Down

0 comments on commit 1cdb21d

Please sign in to comment.