Skip to content

Commit

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

Bumps [github.com/docker/docker](https://github.com/docker/docker) from
24.0.7+incompatible to 25.0.1+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>v25.0.1</h2>
<h2>25.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%3A25.0.1">docker/cli,
25.0.1 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.1">moby/moby,
25.0.1 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>API: Fix incorrect HTTP status code for containers with an invalid
network configuration created before upgrading to Docker Engine v25.0.
<a
href="https://redirect.github.com/moby/moby/pull/47159">moby/moby#47159</a></li>
<li>Ensure that a MAC address based on a container's IP address is
re-generated when the container is stopped and restarted, in case the
generated IP/MAC addresses have been reused. <a
href="https://redirect.github.com/moby/moby/pull/47171">moby/moby#47171</a></li>
<li>Fix <code>host-gateway-ip</code> not working during build when not
set through configuration. <a
href="https://redirect.github.com/moby/moby/pull/47192">moby/moby#47192</a></li>
<li>Fix a bug that prevented a container from being renamed twice. <a
href="https://redirect.github.com/moby/moby/pull/47196">moby/moby#47196</a></li>
<li>Fix an issue causing containers to have their short ID added to
their network alias when inspecting them. <a
href="https://redirect.github.com/moby/moby/pull/47182">moby/moby#47182</a></li>
<li>Fix an issue in detecting whether a remote build context is a Git
repository. <a
href="https://redirect.github.com/moby/moby/pull/47136">moby/moby#47136</a></li>
<li>Fix an issue with layers order in OCI manifests. <a
href="https://redirect.github.com/moby/moby/issues/47150">moby/moby#47150</a></li>
<li>Fix volume mount error when passing an <code>addr</code> or
<code>ip</code> mount option. <a
href="https://redirect.github.com/moby/moby/pull/47185">moby/moby#47185</a></li>
<li>Improve error message related to extended attributes that can't be
set due to improperly namespaced attribute names. <a
href="https://redirect.github.com/moby/moby/pull/47178">moby/moby#47178</a></li>
<li>Swarm: Fixed <code>start_interval</code> not being passed to the
container config. <a
href="https://redirect.github.com/moby/moby/pull/47163">moby/moby#47163</a></li>
</ul>
<h3>Packaging updates</h3>
<ul>
<li>Upgrade Compose to <code>2.24.2</code>. <a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/981">docker/docker-ce-packaging#981</a></li>
</ul>
<h2>v25.0.0</h2>
<h2>25.0.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%3A25.0.0">docker/cli,
25.0.0 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.0">moby/moby,
25.0.0 milestone</a></li>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v25.0.0/docs/deprecated.md">Deprecated
Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v25.0.0/docs/api/version-history.md">API
version history</a>.</li>
</ul>
<h3>New</h3>
<ul>
<li>Add OpenTelemetry tracing. <a
href="https://redirect.github.com/moby/moby/pull/45652">moby/moby#45652</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45579">moby/moby#45579</a></li>
<li>Add support for CDI devices under Linux. <a
href="https://redirect.github.com/moby/moby/pull/45134">moby/moby#45134</a>,
<a
href="https://redirect.github.com/docker/cli/pull/4510">docker/cli#4510</a>,
<a
href="https://redirect.github.com/moby/moby/pull/46004">moby/moby#46004</a></li>
<li>Add an additional interval to be used by healthchecks during the
container start period. <a
href="https://redirect.github.com/moby/moby/pull/40894">moby/moby#40894</a>,
<a
href="https://redirect.github.com/docker/cli/pull/4405">docker/cli#4405</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45965">moby/moby#45965</a></li>
<li>Add a <code>--log-format</code> flag to <code>dockerd</code> to
control the logging format: text (default) or JSON. <a
href="https://redirect.github.com/moby/moby/pull/45737">moby/moby#45737</a></li>
<li>Add support for recursive read-only mounts. <a
href="https://redirect.github.com/moby/moby/pull/45278">moby/moby#45278</a>,
<a
href="https://redirect.github.com/moby/moby/pull/46037">moby/moby#46037</a></li>
<li>Add support for filtering images based on timestamp with
<code>docker image ls --filter=until=&lt;timestamp&gt;</code>. <a
href="https://redirect.github.com/moby/moby/pull/46577">moby/moby#46577</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>API: Fix error message for invalid policies at
<code>ValidateRestartPolicy</code>. <a
href="https://redirect.github.com/moby/moby/pull/46352">moby/moby#46352</a></li>
<li>API: Update <code>/info</code> endpoint to use singleflight. <a
href="https://redirect.github.com/moby/moby/pull/45847">moby/moby#45847</a></li>
<li>Add an error message for when specifying a Dockerfile filename with
<code>-f</code>, and also using <code>stdin</code>. <a
href="https://redirect.github.com/docker/cli/pull/4346">docker/cli#4346</a></li>
<li>Add support for <code>mac-address</code> and
<code>link-local-ip</code> fields in <code>--network</code> long format.
<a
href="https://redirect.github.com/docker/cli/pull/4419">docker/cli#4419</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/71fa3ab079ec13d17257f86fa92db8d7f24802f1"><code>71fa3ab</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47196">#47196</a>
from akerouanton/25.0-fix-multiple-rename-error</li>
<li><a
href="https://github.com/moby/moby/commit/5295e88ceb662387a55a4e1a171c895433961040"><code>5295e88</code></a>
daemon: rename: don't reload endpoint from datastore</li>
<li><a
href="https://github.com/moby/moby/commit/6eef840b8afa2419ef98dd201bc490b8bc25afab"><code>6eef840</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47191">#47191</a>
from vvoland/volume-cifs-resolve-optout-25</li>
<li><a
href="https://github.com/moby/moby/commit/e2ab4718c805634e59ff0213a3abf8142095a653"><code>e2ab471</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47182">#47182</a>
from akerouanton/25.0-fix-aliases-on-default-bridge</li>
<li><a
href="https://github.com/moby/moby/commit/3de920a0b1025bf486a756f766ecf42b1487f07d"><code>3de920a</code></a>
volume/local: Fix cifs url containing spaces</li>
<li><a
href="https://github.com/moby/moby/commit/a445aa95e56498e4c99d17f15521aab8fa6690eb"><code>a445aa9</code></a>
volume/local: Add tests for parsing nfs/cifs mounts</li>
<li><a
href="https://github.com/moby/moby/commit/cb77e48229a84f7a4ee9cddcc8725fd0f6a4e07f"><code>cb77e48</code></a>
volume/local: Break early if <code>addr</code> was specified</li>
<li><a
href="https://github.com/moby/moby/commit/e8801fbe26509544dc7d43bc46be94ce3add5dfc"><code>e8801fb</code></a>
daemon: only add short cid to aliases for custom networks</li>
<li><a
href="https://github.com/moby/moby/commit/613b6a12c175dbe8c2d7a184eb0ff236adc78d77"><code>613b6a1</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47192">#47192</a>
from thaJeztah/25.0_backport_fix_gateway_ip</li>
<li><a
href="https://github.com/moby/moby/commit/1b6738369f90005e97ccfaf9df5f6f5a76f7c356"><code>1b67383</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47189">#47189</a>
from vvoland/c8d-prefer-default-platform-snapshot-25</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v24.0.7...v25.0.1">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=24.0.7+incompatible&new-version=25.0.1+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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 7f0c86e commit b16f6ae
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 @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/docker/cli v24.0.7+incompatible
github.com/docker/docker v24.0.7+incompatible
github.com/docker/docker v25.0.1+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.20.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,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 v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1xfI36MSkFg=
github.com/docker/cli v24.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v25.0.1+incompatible h1:k5TYd5rIVQRSqcTwCID+cyVA0yRg86+Pcrz1ls0/frA=
github.com/docker/docker v25.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
Expand Down

0 comments on commit b16f6ae

Please sign in to comment.