Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd59a4c5

Browse files
chore: bump github.com/moby/moby from 28.3.0+incompatible to 28.4.0+incompatible (#19733)
Bumps [github.com/moby/moby](https://github.com/moby/moby) from28.3.0+incompatible to 28.4.0+incompatible.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/moby/moby/releases">github.com/moby/moby'sreleases</a>.</em></p><blockquote><h2>v28.4.0</h2><h2>28.4.0</h2><p>For a full list of pull requests and changes in this release, referto the relevant GitHub milestones:</p><ul><li><ahref="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.4.0">docker/cli,28.4.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.4.0">moby/moby,28.4.0 milestone</a></li><li>Deprecated and removed features, see <ahref="https://github.com/docker/cli/blob/v28.4.0/docs/deprecated.md">DeprecatedFeatures</a>.</li><li>Changes to the Engine API, see <ahref="https://github.com/moby/moby/blob/v28.4.0/docs/api/version-history.md">APIversion history</a>.</li></ul><h3>New</h3><ul><li>Allow Docker CLI to set the <code>GODEBUG</code> environmentvariable when the key-value pair(<code>&quot;GODEBUG&quot;:&quot;...&quot;</code>) exists inside thedocker context metadata. <ahref="https://redirect.github.com/docker/cli/pull/6399">docker/cli#6399</a></li></ul><h3>Bug fixes and enhancements</h3><ul><li>Add shell completion for <code>docker pull</code> and <code>dockerimage pull</code>. <ahref="https://redirect.github.com/docker/cli/pull/6420">docker/cli#6420</a></li><li>Fix a regression in v28.3.3 that could cause a panic on <code>dockerpush</code> if the client did not send an <code>X-Registry-Auth</code>header. <ahref="https://redirect.github.com/moby/moby/pull/50738">moby/moby#50738</a></li><li>Windows: Potentially fix an issue with &quot;access denied&quot;error when pulling images. <ahref="https://redirect.github.com/moby/moby/pull/50871">moby/moby#50871</a></li><li>containerd image store: Fix <code>docker history</code> failing with<code>snapshot X does not exist</code> when calling on a non-nativeimage that was built locally. <ahref="https://redirect.github.com/moby/moby/pull/50875">moby/moby#50875</a></li><li>containerd image store: Fix <code>docker image prune</code> to emitcorrect <code>untag</code> and <code>delete</code> events and list onlythe deleted images root digests instead of every blob. <ahref="https://redirect.github.com/moby/moby/pull/50837">moby/moby#50837</a></li><li>Remove interactive login prompt from <code>docker push</code> and<code>docker pull</code> after a failure caused by missingauthentication. <ahref="https://redirect.github.com/docker/cli/pull/6256">docker/cli#6256</a></li></ul><h3>Packaging updates</h3><ul><li>Update BuildKit to <ahref="https://github.com/moby/buildkit/releases/tag/v0.24.0">v0.24.0</a>.<ahref="https://redirect.github.com/moby/moby/pull/50888">moby#50888</a></li><li>Update Go runtime to <ahref="https://go.dev/doc/devel/release#go1.24.6">1.24.7</a>. <ahref="https://redirect.github.com/moby/moby/pull/50889">moby/moby#50889</a>,<ahref="https://redirect.github.com/docker/cli/pull/6422">docker/cli#6422</a></li><li>Update <code>runc</code> to <ahref="https://github.com/opencontainers/runc/releases/tag/v1.3.0">v1.3.0</a>.<ahref="https://redirect.github.com/moby/moby/pull/50699">moby/moby#50699</a></li><li>Update containerd (static binaries only) to <ahref="https://github.com/containerd/containerd/releases/tag/v1.7.28">v1.7.28</a>.<ahref="https://redirect.github.com/moby/moby/pull/50700">moby/moby#50700</a></li></ul><h3>Networking</h3><ul><li>Fix an issue that could cause slow container restart onlive-restore. <ahref="https://redirect.github.com/moby/moby/pull/50829">moby/moby#50829</a></li></ul><h3>API</h3><ul><li>Update deprecation message for <code>AuthConfig.Email</code> field.<ahref="https://redirect.github.com/moby/moby/pull/50797">moby/moby#50797</a></li></ul><h3>Go SDK</h3><ul><li>Deprecate profiles package which got migrated to <ahref="https://github.com/moby/profiles">github.com/moby/profiles</a>. <ahref="https://redirect.github.com/moby/moby/pull/50513">moby/moby#50513</a></li></ul><h3>Deprecations</h3><ul><li>Deprecate special handling for quoted values for the<code>--tlscacert</code>, <code>--tlscert</code>, and<code>--tlskey</code> command-line flags. <ahref="https://redirect.github.com/docker/cli/pull/6291">docker/cli#6291</a></li><li>Mark legacy links env vars(<code>DOCKER_KEEP_DEPRECATED_LEGACY_LINKS_ENV_VARS</code>) asdeprecated in v28.4 and set for removal in v30.0. <ahref="https://redirect.github.com/docker/cli/pull/6309">docker/cli#6309</a></li><li>Go-SDK: Deprecate field <code>NetworkSettingsBase.Bridge</code>,struct <code>NetworkSettingsBase</code>, all the fields of<code>DefaultNetworkSettings</code>, and struct<code>DefaultNetworkSettings</code>. <ahref="https://redirect.github.com/moby/moby/pull/50839">moby/moby#50839</a></li><li>Go-SDK: api/types: <code>build.CacheDiskUsage</code>,<code>container.DiskUsage</code>, <code>images.DiskUsage</code> and<code>volumes.DiskUsage</code> are now deprecated and will be removed inthe next major release. <ahref="https://redirect.github.com/moby/moby/pull/50768">moby/moby#50768</a></li><li>Go-SDK: cli-plugins/manager: deprecate <code>ReexecEnvvar</code>. <ahref="https://redirect.github.com/docker/cli/pull/6411">docker/cli#6411</a></li><li>Go-SDK: cli-plugins/manager: deprecate annotation aliases(<code>CommandAnnotationPlugin</code>,<code>CommandAnnotationPluginVendor</code>,<code>CommandAnnotationPluginVersion</code>,<code>CommandAnnotationPluginInvalid</code>,<code>CommandAnnotationPluginCommandPath</code>) in favor of theirequivalent in <code>cli-plugins/manager/metadata</code>. <ahref="https://redirect.github.com/docker/cli/pull/6298">docker/cli#6298</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/249d679a6baf8a32bb6d72d6ac5cc7ab9c90b4ea"><code>249d679</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/50890">#50890</a>from vvoland/50889-28.x</li><li><ahref="https://github.com/moby/moby/commit/d664cfe1390eb623963dfc6f2d8bf02e6875ca60"><code>d664cfe</code></a>update to go1.24.7</li><li><ahref="https://github.com/moby/moby/commit/b384cd2a45f543ceac77526e58761ab49494c8c5"><code>b384cd2</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/50888">#50888</a>from vvoland/50885-28.x</li><li><ahref="https://github.com/moby/moby/commit/c1ce88e7f8bba7760fddbb131f2a3e8d1f0069c4"><code>c1ce88e</code></a>vendor: update buildkit to v0.24.0</li><li><ahref="https://github.com/moby/moby/commit/4a34e8e9f69367e4adc830d0562c8a36d1cb855e"><code>4a34e8e</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/50875">#50875</a>from vvoland/50867-28.x</li><li><ahref="https://github.com/moby/moby/commit/cfa70d073ec486c561dd2024050f66d5192a5a34"><code>cfa70d0</code></a>gha/arm64: Setup qemu</li><li><ahref="https://github.com/moby/moby/commit/d70382e4424e19cf65d9837a6d8ed8fcb9a5f566"><code>d70382e</code></a>integration/internal: Print Buildkit logs</li><li><ahref="https://github.com/moby/moby/commit/687b206c6b642608f0d61bda090a4169311dca0d"><code>687b206</code></a>c8d/history: Fix non-native platforms</li><li><ahref="https://github.com/moby/moby/commit/e4224f86c085c609303cdd72fef39384237af430"><code>e4224f8</code></a>integration/internal: Handle Buildkit in GetImageIDFromBody</li><li><ahref="https://github.com/moby/moby/commit/5d5332b00c7618f3ad1ab4eda4ac4102c4a9fa8c"><code>5d5332b</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/50871">#50871</a>from vvoland/50870-28.x</li><li>Additional commits viewable in <ahref="https://github.com/moby/moby/compare/v28.3.0...v28.4.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/moby/moby&package-manager=go_modules&previous-version=28.3.0+incompatible&new-version=28.4.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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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>
1 parent855dc77 commitd59a4c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ require (
154154
github.com/mattn/go-isattyv0.0.20
155155
github.com/mitchellh/go-wordwrapv1.0.1
156156
github.com/mitchellh/mapstructurev1.5.1-0.20231216201459-8508981c8b6c
157-
github.com/moby/mobyv28.3.0+incompatible
157+
github.com/moby/mobyv28.4.0+incompatible
158158
github.com/mocktools/go-smtp-mock/v2v2.5.0
159159
github.com/muesli/termenvv0.16.0
160160
github.com/natefinch/atomicv1.0.1

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,8 +1571,8 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N
15711571
github.com/moby/docker-image-specv1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
15721572
github.com/moby/go-archivev0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=
15731573
github.com/moby/go-archivev0.1.0/go.mod h1:G9B+YoujNohJmrIYFBpSd54GTUB4lt9S+xVQvsJyFuo=
1574-
github.com/moby/mobyv28.3.0+incompatible h1:BnZpCciB9dCnfNC+MerxqsHV4I6/gLiZIzzbRFJIhUY=
1575-
github.com/moby/mobyv28.3.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
1574+
github.com/moby/mobyv28.4.0+incompatible h1:Rhu/o+7EaHGx0MV3KOouThtr3hY33m3aKyA6GDR2QmQ=
1575+
github.com/moby/mobyv28.4.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
15761576
github.com/moby/patternmatcherv0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=
15771577
github.com/moby/patternmatcherv0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
15781578
github.com/moby/sys/sequentialv0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp