Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible #9150

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

Bumps github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v27.2.0

27.2.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

  • CLI: Add support for device-code flow login when authenticating to the official registry. docker/cli#5349
  • containerd image store: docker image ls now supports --tree flag that shows a multiplatform-aware image list. This is experimental and may change at any time without any backwards compatibility. docker/cli#5353

API

  • GET /images/json response now includes Manifests 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 manifests query parameter to true.

[!WARNING]

This is experimental and may change at any time without any backward compatibility.

Bug fixes and enhancements

  • 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. docker/cli#5351
  • Fix an issue that prevented network creation with a --ip-range ending on a 64-bit boundary. moby/moby#48326
  • CLI: IPv6 addresses shown by docker ps in port bindings are now bracketed. docker/cli#5365
  • containerd image store: Fix early error exit from docker load in cases where unpacking the image would fail. moby/moby#48376
  • containerd image store: Fix the previous image not being persisted as dangling after docker pull. moby/moby#48380

Packaging updates

v27.2.0-rc.1

27.2.0-rc.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • 3ab5c7d Merge pull request #48383 from vvoland/48382-27.x
  • 875e8ae vendor: github.com/containerd/containerd v1.7.21
  • 1900e4d Dockerfile: update containerd binary to v1.7.21 (static binaries and CI only)
  • cd7746d Merge pull request #48380 from vvoland/48374-27.x
  • 2a13a38 Merge pull request #48376 from vvoland/48293-27.x
  • 9fd71f5 Merge pull request #48378 from corhere/backport-27.x/dockerd-manpage
  • ecd2b6f c8d/image: Add hostPlatformMatcher
  • d5b0342 man: support bringing your own go-md2man
  • 56c5c23 man: build dockerd man pages using make
  • 77b2eb5 Removed all mentions of "please" from docs and messages
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.1.2+incompatible to 27.2.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.1.2...v27.2.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 28, 2024 16:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 28, 2024
@ryanfoxtyler ryanfoxtyler merged commit 7d07cf2 into main Aug 28, 2024
14 checks passed
@ryanfoxtyler ryanfoxtyler deleted the dependabot/go_modules/github.com/docker/docker-27.2.0incompatible branch August 28, 2024 20:00
harshil-goel pushed a commit that referenced this pull request Oct 7, 2024
…o 27.2.0+incompatible (#9150)

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 &quot;please&quot; 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)

You can trigger a rebase of this PR 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Fox-Tyler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

1 participant