Skip to content

Commit 5d7435e

Browse files
chore(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.5.1+incompatible (#268)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.3.3+incompatible to 28.5.1+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>v28.5.1</h2> <h2>28.5.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%3A28.5.1">docker/cli, 28.5.1 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.1">moby/moby, 28.5.1 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.5.1/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.5.1/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Update BuildKit to v0.25.1. <a href="https://redirect.github.com/moby/moby/pull/51137">moby/moby#51137</a></li> <li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.24.8">1.24.8</a>. <a href="https://redirect.github.com/moby/moby/pull/51133">moby/moby#51133</a>, <a href="https://redirect.github.com/docker/cli/pull/6541">docker/cli#6541</a></li> </ul> <h3>Deprecations</h3> <ul> <li>api/types/image: InspectResponse: deprecate <code>Parent</code> and <code>DockerVersion</code> fields. <a href="https://redirect.github.com/moby/moby/pull/51105">moby/moby#51105</a></li> <li>api/types/plugin: deprecate <code>Config.DockerVersion</code> field. <a href="https://redirect.github.com/moby/moby/pull/51110">moby/moby#51110</a></li> </ul> <h2>v28.5.0</h2> <h1>28.5.0</h1> <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%3A28.5.0">docker/cli, 28.5.0 milestone</a></li> <li><a href="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 <a href="https://github.com/docker/cli/blob/v28.5.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.5.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Don't print warnings in <code>docker info</code> for broken symlinks in CLI-plugin directories. <a href="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>. <a href="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. <a href="https://redirect.github.com/docker/cli/pull/6474">docker/cli#6474</a></li> <li>Update Buildkit to <a href="https://github.com/moby/buildkit/releases/tag/v0.25.0">v0.25.0</a>. <a href="https://redirect.github.com/moby/moby/pull/51075">moby/moby#51075</a></li> <li>Update Dockerfile syntax to <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.19.0">v1.19.0</a>. <a href="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. <a href="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. <a href="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>). <a href="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 no checkpoints. <a href="https://redirect.github.com/moby/moby/pull/51052">moby/moby#51052</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/f8215cc266744ef195a50a70d427c345da2acdbb"><code>f8215cc</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51137">#51137</a> from austinvazquez/cherry-pick-vendor-buildkit-0.25...</li> <li><a href="https://github.com/moby/moby/commit/40a856a5939fb22379e18314cefa23c8092e3b01"><code>40a856a</code></a> hack: add patch to buildkit tests</li> <li><a href="https://github.com/moby/moby/commit/5d1c3119f28133069df20c3c657c9ca36bfbc283"><code>5d1c311</code></a> vendor: update buildkit to v0.25.1</li> <li><a href="https://github.com/moby/moby/commit/90506c114468a548133b8d619e6c72eb2c7d9197"><code>90506c1</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51133">#51133</a> from vvoland/51132-28.x</li> <li><a href="https://github.com/moby/moby/commit/17db0cd834dffc9d8832eb757f852274c2caadb1"><code>17db0cd</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51128">#51128</a> from thaJeztah/28.x_backport_gcpolicy-invalid-calcu...</li> <li><a href="https://github.com/moby/moby/commit/f7c40ea34425cdf4b142604740a9dbe9ccaf5639"><code>f7c40ea</code></a> update to go1.24.8</li> <li><a href="https://github.com/moby/moby/commit/dccf7c889c88f6814d7336f93fcf825dc8048f2a"><code>dccf7c8</code></a> builder: use proper percentage calculations for default gc policy</li> <li><a href="https://github.com/moby/moby/commit/0f040aa194369a660d60e0c424460d90a64d799b"><code>0f040aa</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51126">#51126</a> from vvoland/51124-28.x</li> <li><a href="https://github.com/moby/moby/commit/5b1a039e6f162795442c1f20b4bff8ccd26b8f48"><code>5b1a039</code></a> ci: fix cache for go modules</li> <li><a href="https://github.com/moby/moby/commit/8fa4bd5e0d071f9e9c6ae47af9ae1f805bc0a2f9"><code>8fa4bd5</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51121">#51121</a> from crazy-max/28.x_ci-caches-fixes</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v28.3.3...v28.5.1">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=28.3.3+incompatible&new-version=28.5.1+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>
1 parent fe1630d commit 5d7435e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.6
55
require (
66
cdr.dev/slog v1.6.2-0.20250703074222-9df5e0a6c145
77
github.com/coder/coder/v2 v2.27.3
8-
github.com/docker/docker v28.3.3+incompatible
8+
github.com/docker/docker v28.5.1+incompatible
99
github.com/docker/go-connections v0.6.0
1010
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/terraform-plugin-docs v0.24.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WA
139139
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
140140
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
141141
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
142-
github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI=
143-
github.com/docker/docker v28.3.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
142+
github.com/docker/docker v28.5.1+incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM=
143+
github.com/docker/docker v28.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
144144
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
145145
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
146146
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

0 commit comments

Comments
 (0)