- Notifications
You must be signed in to change notification settings - Fork3
Commit42d45ae
authored
chore(deps): bump github.com/docker/docker from 27.4.0+incompatible to 27.5.0+incompatible (#165)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from27.4.0+incompatible to 27.5.0+incompatible.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/docker/docker/releases">github.com/docker/docker'sreleases</a>.</em></p><blockquote><h2>v27.5.0</h2><h2>27.5.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%3A27.5.0">docker/cli,27.5.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.5.0">moby/moby,27.5.0 milestone</a></li></ul><h3>Bugfixes and enhancements</h3><ul><li>containerd image store: Fix passing a build context via tarball tothe <code>/build</code> endpoint. <ahref="https://redirect.github.com/moby/moby/pull/49194">moby/moby#49194</a></li><li>Builder garbage collection policies without a<code>keepStorage</code> value now inherit the<code>defaultKeepStorage</code> limit as intended. <ahref="https://redirect.github.com/moby/moby/pull/49137">moby/moby#49137</a></li><li>Preserve network labels during daemon startup. <ahref="https://redirect.github.com/moby/moby/pull/49200">moby/moby#49200</a></li><li>Fix a potential race condition error when deleting a container. <ahref="https://redirect.github.com/moby/moby/pull/49239">moby/moby#49239</a></li></ul><h3>Go SDK</h3><ul><li><code>pkg/sysinfo</code>: deprecate <code>NumCPU</code>. Thisutility has the same behavior as <code>runtime.NumCPU</code>. <ahref="https://redirect.github.com/moby/moby/pull/49247">moby/moby#49247</a></li><li><code>pkg/fileutils</code>: deprecate <code>GetTotalUsedFds</code>:this function is only used internally and will be removed in the nextrelease. <ahref="https://redirect.github.com/moby/moby/pull/49209">moby/moby#49209</a></li><li><code>pkg/ioutils</code>: deprecate <code>BytesPipe</code>,<code>NewBytesPipe</code>, <code>ErrClosed</code>,<code>WriteCounter</code>, <code>NewWriteCounter</code>,<code>NewReaderErrWrapper</code>, <code>NopFlusher</code>,<code>NopWriter</code>, <code>NopWriteCloser</code>. They were only usedinternally and will be removed in the next release. <ahref="https://redirect.github.com/moby/moby/pull/49246">moby/moby#49246</a>,<ahref="https://redirect.github.com/moby/moby/pull/49255">moby/moby#49255</a></li><li><code>pkg/reexec</code>: This package is deprecated and moved to aseparate module. Use <code>github.com/moby/sys/reexec</code> instead. <ahref="https://redirect.github.com/moby/moby/pull/49135">moby/moby#49135</a></li></ul><h3>Packaging updates</h3><ul><li>Update containerd to <ahref="https://github.com/containerd/containerd/releases/tag/v1.7.25">v1.7.25</a><ahref="https://redirect.github.com/moby/moby/pull/49253">moby/moby#49253</a></li><li>Update <code>runc</code> to <ahref="https://github.com/opencontainers/runc/releases/tag/v1.2.4">v1.2.4</a><ahref="https://redirect.github.com/moby/moby/pull/49243">moby/moby#49243</a></li><li>Update BuildKit to <ahref="https://github.com/moby/buildkit/releases/tag/v0.18.2">v0.18.2</a><ahref="https://redirect.github.com/moby/moby/pull/48949">moby/moby#48949</a></li><li>Update Compose to <ahref="https://github.com/docker/compose/releases/tag/v2.32.2">v2.32.2</a><ahref="https://redirect.github.com/docker/docker-ce-packaging/pull/1140">docker/docker-ce-packaging#1140</a></li></ul><h2>v27.5.0-rc.2</h2><h2>27.5.0-rc.2</h2><p>This is a pre-release of the upcoming 27.5.0 release.</p><p>Pre-releases are intended for testing new releases: <strong>onlyinstall in a test environment!</strong></p><pre lang="bash"><code>curl -fsSLhttps://get.docker.com -oget-docker.shsudo CHANNEL=test sh get-docker.sh</code></pre><h3>Known issues:</h3><ul><li>There is no changelog yet; an overview of pull requests included inthis release can be found on GitHub:<ul><li>docker cli: <ahref="https://github.com/docker/cli/pulls?q=is%3Apr+milestone%3A27.5.0+is%3Amerged">allpull requests for 27.5.0</a> / <ahref="https://github.com/docker/cli/pulls?q=is%3Apr+milestone%3A27.5.0+label%3Aimpact%2Fchangelog+is%3Amerged">all"changelog" pull requests for 27.5.0</a></li><li>docker engine: <ahref="https://github.com/moby/moby/pulls?q=is%3Apr+milestone%3A27.5.0+is%3Amerged">allpull requests for 27.5.0</a> / <ahref="https://github.com/moby/moby/pulls?q=is%3Apr+milestone%3A27.5.0+label%3Aimpact%2Fchangelog+is%3Amerged">all"changelog" pull requests for 27.5.0</a></li></ul></li><li>There are no packages available yet for the s390x and ppc64learchitectures</li></ul><p>Bugs and regressions can be reported in these issue trackers:</p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/38b84dce32c45732606fe09ffebef8b29a783644"><code>38b84dc</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49255">#49255</a>from thaJeztah/27.x_backport_ioutils_more_deprecations</li><li><ahref="https://github.com/moby/moby/commit/ae821132d3b5342112b1c8505ce12f05562c2cd4"><code>ae82113</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49253">#49253</a>from thaJeztah/27.x_backport_bump_containerd_binary...</li><li><ahref="https://github.com/moby/moby/commit/8a2fd51c84e9ce58b7dec29e1b86844ac4b5b3a6"><code>8a2fd51</code></a>pkg/ioutils: deprecate NopWriteCloser</li><li><ahref="https://github.com/moby/moby/commit/cf37b661dd227efff5271c1b5fcc613dc21ef5a7"><code>cf37b66</code></a>pkg/ioutils: deprecate NopWriter</li><li><ahref="https://github.com/moby/moby/commit/c83f65882947c39b8b6c36065b522b7b6c84656e"><code>c83f658</code></a>Dockerfile: update containerd to v1.7.25</li><li><ahref="https://github.com/moby/moby/commit/931be8ef77582bed66786d7a26b0362d62d35444"><code>931be8e</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49246">#49246</a>from thaJeztah/27.x_backport_ioutils_deprecations</li><li><ahref="https://github.com/moby/moby/commit/2e1aee3326f1de072679d5fbb3a0d2f7e7d7d7cb"><code>2e1aee3</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49249">#49249</a>from robmry/backport-27.x/fix_unit_tests_for_nftabl...</li><li><ahref="https://github.com/moby/moby/commit/f53d72e0be380a948cd2bc9f909922dc2f95338a"><code>f53d72e</code></a>Fix unit tests for an nftables host</li><li><ahref="https://github.com/moby/moby/commit/55f705597c1e2b16883f2feae29b03f4dcfc0b0f"><code>55f7055</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49243">#49243</a>from thaJeztah/27.x_backport_bump_runc_binary_1.2.4</li><li><ahref="https://github.com/moby/moby/commit/36ad318a2dbb7624efa8f2e933b33d4ada10d01b"><code>36ad318</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49247">#49247</a>from thaJeztah/27.x_backport_deprecate_runtime_numcpu</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v27.4.0...v27.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 parent250720b commit42d45ae
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - | |
| 110 | + | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
|
0 commit comments
Comments
(0)