Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/docker/docker from 27.1.2+incompatible t…
…o 27.2.0+incompatible (#178) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.1.2+incompatible to 27.2.0+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>v27.2.0</h2> <h2>27.2.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%3A27.2.0">docker/cli, 27.2.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.2.0">moby/moby, 27.2.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.2.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.2.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>New</h3> <ul> <li>CLI: Add support for device-code flow login when authenticating to the official registry. <a href="https://redirect.github.com/docker/cli/pull/5349">docker/cli#5349</a></li> <li>containerd image store: <code>docker image ls</code> now supports <code>--tree</code> flag that shows a multiplatform-aware image list. This is experimental and may change at any time without any backwards compatibility. <a href="https://redirect.github.com/docker/cli/pull/5353">docker/cli#5353</a></li> </ul> <h3>API</h3> <ul> <li><code>GET /images/json</code> response now includes <code>Manifests</code> field, which contains information about the sub-manifests included in the image index. This includes things like platform-specific manifests and build attestations. The new field will only be populated if the request also sets the <code>manifests</code> query parameter to <code>true</code>.</li> </ul> <blockquote> <p>[!WARNING]</p> <p>This is experimental and may change at any time without any backward compatibility.</p> </blockquote> <h3>Bug fixes and enhancements</h3> <ul> <li>CLI: Fix issue with remote contexts over SSH where the CLI would allocate a pseudoterminal when connecting to the remote host, which causes issues in rare situations. <a href="https://redirect.github.com/docker/cli/pull/5351">docker/cli#5351</a></li> <li>Fix an issue that prevented network creation with a <code>--ip-range</code> ending on a 64-bit boundary. <a href="https://redirect.github.com/moby/moby/pull/48326">moby/moby#48326</a></li> <li>CLI: IPv6 addresses shown by <code>docker ps</code> in port bindings are now bracketed. <a href="https://redirect.github.com/docker/cli/pull/5365">docker/cli#5365</a></li> <li>containerd image store: Fix early error exit from <code>docker load</code> in cases where unpacking the image would fail. <a href="https://redirect.github.com/moby/moby/pull/48376">moby/moby#48376</a></li> <li>containerd image store: Fix the previous image not being persisted as dangling after <code>docker pull</code>. <a href="https://redirect.github.com/moby/moby/pull/48380">moby/moby#48380</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Update BuildKit to <a href="https://github.com/moby/buildkit/releases/tag/v0.15.2">v0.15.2</a>. <a href="https://redirect.github.com/moby/moby/pull/48341">moby/moby#48341</a></li> <li>Update Compose to <a href="https://github.com/docker/compose/releases/tag/v2.29.2">v2.29.2</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1050">docker/docker-ce-packaging#1050</a></li> <li>The canonical source for the dockerd(8) man page has been moved back to the same source tree as dockerd itself. <a href="https://redirect.github.com/moby/moby/pull/48378">moby/moby#48378</a></li> <li>Update containerd to <a href="https://github.com/containerd/containerd/releases/tag/v1.7.21">v1.7.21</a>. <a href="https://redirect.github.com/moby/moby/pull/48383">moby/moby#48383</a>, <a href="https://redirect.github.com/docker/containerd-packaging/pull/389">docker/containerd-packaging#389</a></li> </ul> <h2>v27.2.0-rc.1</h2> <h2>27.2.0-rc.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%3A27.2.0">docker/cli, 27.2.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.2.0">moby/moby, 27.2.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.2.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.2.0/docs/api/version-history.md">API version history</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/3ab5c7d0036ca8fc43141e83b167456ec79828aa"><code>3ab5c7d</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48383">#48383</a> from vvoland/48382-27.x</li> <li><a href="https://github.com/moby/moby/commit/875e8aeef2bf468332e5d4c71f98c54fa39cc971"><code>875e8ae</code></a> vendor: github.com/containerd/containerd v1.7.21</li> <li><a href="https://github.com/moby/moby/commit/1900e4d8eb8c53bfaa56a399ed00df341f48d7e8"><code>1900e4d</code></a> Dockerfile: update containerd binary to v1.7.21 (static binaries and CI only)</li> <li><a href="https://github.com/moby/moby/commit/cd7746d30b122b2584b72109df17f6c698a16f2e"><code>cd7746d</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48380">#48380</a> from vvoland/48374-27.x</li> <li><a href="https://github.com/moby/moby/commit/2a13a384b8c040c5882dfc3a20007b4c9e5b64c0"><code>2a13a38</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48376">#48376</a> from vvoland/48293-27.x</li> <li><a href="https://github.com/moby/moby/commit/9fd71f5d0e84a19aa2154eac4a834757ab666d26"><code>9fd71f5</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48378">#48378</a> from corhere/backport-27.x/dockerd-manpage</li> <li><a href="https://github.com/moby/moby/commit/ecd2b6ff09567c05c1293baf59157cd5306f7942"><code>ecd2b6f</code></a> c8d/image: Add <code>hostPlatformMatcher</code></li> <li><a href="https://github.com/moby/moby/commit/d5b03423d1e4812cd78b101c33163bf81a5a0b8f"><code>d5b0342</code></a> man: support bringing your own go-md2man</li> <li><a href="https://github.com/moby/moby/commit/56c5c23114c8ec22027427dcbf6a0905835e71e9"><code>56c5c23</code></a> man: build dockerd man pages using make</li> <li><a href="https://github.com/moby/moby/commit/77b2eb57342b192d0e0711a0ffb710cadc64c386"><code>77b2eb5</code></a> Removed all mentions of "please" from docs and messages</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v27.1.2...v27.2.0">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=27.1.2+incompatible&new-version=27.2.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 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