Skip to content

Commit

Permalink
chore(deps): Bump github.com/docker/docker from 27.1.2+incompatible t…
Browse files Browse the repository at this point in the history
…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 &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)

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
dependabot[bot] authored Aug 28, 2024
1 parent 947be95 commit 583ace2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ require (
github.com/hashicorp/terraform-plugin-testing v1.10.0
github.com/samber/slog-multi v1.2.0
github.com/stretchr/testify v1.9.0
golang.org/x/sync v0.8.0
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0
k8s.io/client-go v0.31.0
Expand Down Expand Up @@ -88,6 +87,7 @@ require (
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
Expand Down Expand Up @@ -115,7 +115,7 @@ require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/docker/docker v27.1.2+incompatible
github.com/docker/docker v27.2.0+incompatible
github.com/fatih/color v1.16.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/cli v27.1.2+incompatible h1:nYviRv5Y+YAKx3dFrTvS1ErkyVVunKOhoweCTE1BsnI=
github.com/docker/cli v27.1.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v27.1.2+incompatible h1:AhGzR1xaQIy53qCkxARaFluI00WPGtXn0AJuoQsVYTY=
github.com/docker/docker v27.1.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.2.0+incompatible h1:Rk9nIVdfH3+Vz4cyI/uhbINhEZ/oLmc+CBXmH6fbNk4=
github.com/docker/docker v27.2.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo=
github.com/docker/docker-credential-helpers v0.8.1/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
Expand Down

0 comments on commit 583ace2

Please sign in to comment.