Skip to content

Commit 21bb893

Browse files
build(deps): Bump github.com/docker/cli from 24.0.5+incompatible to 24.0.6+incompatible (runfinch#560)
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 24.0.5+incompatible to 24.0.6+incompatible. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/ed223bc820ee9bb7005a333013b86203a9e1bc23"><code>ed223bc</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4544">#4544</a> from thaJeztah/24.0_backport_fix_events_json_format</li> <li><a href="https://github.com/docker/cli/commit/fab55e13ce34c5bb520c6e0a80f9bc8533e83794"><code>fab55e1</code></a> cli/command/system: fix &quot;docker events&quot; not supporting --format=json</li> <li><a href="https://github.com/docker/cli/commit/2fcff1754470bb85593cd03e6b0567fe63353b32"><code>2fcff17</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4537">#4537</a> from thaJeztah/24.0_backort_docs_fixes</li> <li><a href="https://github.com/docker/cli/commit/b74d8e1a5318e898f01aca4a2e59901a17c52cfa"><code>b74d8e1</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4538">#4538</a> from thaJeztah/24.0_backport_history_test</li> <li><a href="https://github.com/docker/cli/commit/3789f8a39edd4cfe279b3fc40e9dc92dbd33eed4"><code>3789f8a</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4542">#4542</a> from thaJeztah/24.0_backport_manifest_deref</li> <li><a href="https://github.com/docker/cli/commit/d3485b9e9fee277585db3c3b364e70cf01da4cd3"><code>d3485b9</code></a> cli/registry: client.iterateEndpoints: remove check for APIVersion1</li> <li><a href="https://github.com/docker/cli/commit/613380299f746b46cfb8d8fa197eb75bbe90a05e"><code>6133802</code></a> cli/registry: fix client.pullManifestList not de-referencing manifest</li> <li><a href="https://github.com/docker/cli/commit/b83959e001558470b52d33d2dcf8a10e85e020a3"><code>b83959e</code></a> force TestNewHistoryCommandSuccess to use UTC timezone</li> <li><a href="https://github.com/docker/cli/commit/28a08a22b914497e0965583907c9dcc2c7afd7ad"><code>28a08a2</code></a> un-skip history test and fix golden mismatches</li> <li><a href="https://github.com/docker/cli/commit/8e0393932b65db9737f3d485db32f59700be8191"><code>8e03939</code></a> update cli-docs-tool to v0.6.0</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v24.0.5...v24.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/cli&package-manager=go_modules&previous-version=24.0.5+incompatible&new-version=24.0.6+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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c02413f commit 21bb893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/runfinch/finch
33
go 1.20
44

55
require (
6-
github.com/docker/cli v24.0.5+incompatible
6+
github.com/docker/cli v24.0.6+incompatible
77
github.com/docker/docker v24.0.6+incompatible
88
github.com/golang/mock v1.6.0
99
github.com/google/go-licenses v1.6.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
9494
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9595
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
9696
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
97-
github.com/docker/cli v24.0.5+incompatible h1:WeBimjvS0eKdH4Ygx+ihVq1Q++xg36M/rMi4aXAvodc=
98-
github.com/docker/cli v24.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
97+
github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY=
98+
github.com/docker/cli v24.0.6+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
9999
github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE=
100100
github.com/docker/docker v24.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
101101
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=

0 commit comments

Comments
 (0)