- Notifications
You must be signed in to change notification settings - Fork1k
Commit5fdc418
authored
chore: bump github.com/moby/moby from 28.4.0+incompatible to 28.5.0+incompatible (#20177)
Bumps [github.com/moby/moby](https://github.com/moby/moby) from28.4.0+incompatible to 28.5.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.5.0</h2><h1>28.5.0</h1><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.5.0">docker/cli,28.5.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.0">moby/moby,28.5.0 milestone</a></li><li>Deprecated and removed features, see <ahref="https://github.com/docker/cli/blob/v28.5.0/docs/deprecated.md">DeprecatedFeatures</a>.</li><li>Changes to the Engine API, see <ahref="https://github.com/moby/moby/blob/v28.5.0/docs/api/version-history.md">APIversion history</a>.</li></ul><h3>Bug fixes and enhancements</h3><ul><li>Don't print warnings in <code>docker info</code> for broken symlinksin CLI-plugin directories. <ahref="https://redirect.github.com/docker/cli/pull/6476">docker/cli#6476</a></li><li>Fix a panic during <code>stats</code> on empty event<code>Actor.ID</code>. <ahref="https://redirect.github.com/docker/cli/pull/6471">docker/cli#6471</a></li></ul><h3>Packaging updates</h3><ul><li>Remove support for legacy CBC cipher suites. <ahref="https://redirect.github.com/docker/cli/pull/6474">docker/cli#6474</a></li><li>Update Buildkit to <ahref="https://github.com/moby/buildkit/releases/tag/v0.25.0">v0.25.0</a>.<ahref="https://redirect.github.com/moby/moby/pull/51075">moby/moby#51075</a></li><li>Update Dockerfile syntax to <ahref="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.19.0">v1.19.0</a>.<ahref="https://redirect.github.com/moby/moby/pull/51075">moby/moby#51075</a></li></ul><h3>Networking</h3><ul><li>Eliminated harmless warning about deletion of<code>endpoint_count</code> from the data store. <ahref="https://redirect.github.com/moby/moby/pull/51064">moby/moby#51064</a></li><li>Fix a bug causing IPAM plugins to not be loaded on Windows. <ahref="https://redirect.github.com/moby/moby/pull/51035">moby/moby#51035</a></li></ul><h3>API</h3><ul><li>Deprecate support for kernel memory TCP accounting(<code>KernelMemoryTCP</code>). <ahref="https://redirect.github.com/moby/moby/pull/51067">moby/moby#51067</a></li><li>Fix <code>GET containers/{name}/checkpoints</code> returning<code>null</code> instead of empty JSON array when there are nocheckpoints. <ahref="https://redirect.github.com/moby/moby/pull/51052">moby/moby#51052</a></li></ul><h3>Go SDK</h3><ul><li>cli-plugins/plugin: Run: allow customizing the CLI. <ahref="https://redirect.github.com/docker/cli/pull/6481">docker/cli#6481</a></li><li>cli/command: add <code>WithUserAgent</code> option. <ahref="https://redirect.github.com/docker/cli/pull/6477">docker/cli#6477</a></li></ul><h3>Deprecations</h3><ul><li>Go-SDK: cli/command: deprecate <code>DockerCli.Apply</code>. Thismethod is no longer used and will be removed in the next release ifthere are no remaining uses. <ahref="https://redirect.github.com/docker/cli/pull/6497">docker/cli#6497</a></li><li>Go-SDK: cli/command: deprecate<code>DockerCli.ContentTrustEnabled</code>. This method is no longerused and will be removed in the next release. <ahref="https://redirect.github.com/docker/cli/pull/6495">docker/cli#6495</a></li><li>Go-SDK: cli/command: deprecate<code>DockerCli.DefaultVersion</code>. This method is no longer used andwill be removed in the next release. <ahref="https://redirect.github.com/docker/cli/pull/6491">docker/cli#6491</a></li><li>Go-SDK: cli/command: deprecate <code>ResolveDefaultContext</code>utility. <ahref="https://redirect.github.com/docker/cli/pull/6529">docker/cli#6529</a></li><li>Go-SDK: cli/command: deprecate <code>WithContentTrustFromEnv</code>,<code>WithContentTrust</code> options. These options were usedinternally, and will be removed in the next release.. <ahref="https://redirect.github.com/docker/cli/pull/6489">docker/cli#6489</a></li><li>Go-SDK: cli/manifest/store: deprecate <code>IsNotFound()</code>. <ahref="https://redirect.github.com/docker/cli/pull/6514">docker/cli#6514</a></li><li>Go-SDK: templates: deprecate NewParse() function. <ahref="https://redirect.github.com/docker/cli/pull/6469">docker/cli#6469</a></li></ul><h2>v28.5.0-rc.1</h2><h2>28.5.0-rc.1</h2><p>For a full list of pull requests and changes in this release, referto the relevant GitHub milestones:</p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/cd048300a48700294339c9c91d2dcc691cb8f63b"><code>cd04830</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/51075">#51075</a>from vvoland/51074-28.x</li><li><ahref="https://github.com/moby/moby/commit/e29d6be7a5126c4677a974cac3b9610e5157c780"><code>e29d6be</code></a>vendor: github.com/moby/buildkit v0.25.0</li><li><ahref="https://github.com/moby/moby/commit/9b4369035bed7dfdc3799484159ca4ed09e04e8e"><code>9b43690</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/51069">#51069</a>from thaJeztah/28.x_backport_docs_rm_deprecated_vir...</li><li><ahref="https://github.com/moby/moby/commit/4f3572596b4db81e89aa69cbee8741591d77ad47"><code>4f35725</code></a>api: swagger: remove VirtualSize fields for API > v1.43</li><li><ahref="https://github.com/moby/moby/commit/79f310d4bc0272183fdd9fed87b0a6881c185ca2"><code>79f310d</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/51067">#51067</a>from austinvazquez/cherry-pick-deprecate-kernel-mem...</li><li><ahref="https://github.com/moby/moby/commit/deb4bbbfe09dfea5289d6a410d3c73d8a49a13ac"><code>deb4bbb</code></a>api: deprecate <code>KernelMemoryTCP</code> support</li><li><ahref="https://github.com/moby/moby/commit/423a7fd6af43765bb80d5ab94fcd60c7daa64033"><code>423a7fd</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/51064">#51064</a>from thaJeztah/28.x_backport_fix_epcnt_warning</li><li><ahref="https://github.com/moby/moby/commit/fbf2fe8b7dc2cc532ef7de136f95016f7f56b267"><code>fbf2fe8</code></a>Eliminate warning about endpoint count store delete</li><li><ahref="https://github.com/moby/moby/commit/252a1ebe7effbc4e7e2272154332111d1fc916b2"><code>252a1eb</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/51061">#51061</a>from thaJeztah/28.x_backport_rm_email_example</li><li><ahref="https://github.com/moby/moby/commit/2c15eb6617efb30cb828ce1a7133df6aa1689314"><code>2c15eb6</code></a>api/docs: remove email field from example auth</li><li>Additional commits viewable in <ahref="https://github.com/moby/moby/compare/v28.4.0...v28.5.0">compareview</a></li></ul></details><br />[](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 parenta7c9e62 commit5fdc418
2 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1586 | 1586 |
| |
1587 | 1587 |
| |
1588 | 1588 |
| |
1589 |
| - | |
1590 |
| - | |
| 1589 | + | |
| 1590 | + | |
1591 | 1591 |
| |
1592 | 1592 |
| |
1593 | 1593 |
| |
|
0 commit comments
Comments
(0)