Skip to content

Commit

Permalink
Bump github.com/docker/cli from 24.0.5+incompatible to 24.0.6+incompa…
Browse files Browse the repository at this point in the history
…tible (#6766)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 6, 2023
1 parent aadc764 commit aafc731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/cppforlife/go-cli-ui v0.0.0-20220622150351-995494831c6c
github.com/disintegration/imaging v1.6.2
github.com/distribution/distribution v2.8.2+incompatible
github.com/docker/cli v24.0.5+incompatible
github.com/docker/cli v24.0.6+incompatible
github.com/fluxcd/helm-controller/api v0.32.2
github.com/fluxcd/pkg/apis/meta v1.0.0
github.com/fluxcd/pkg/oci v0.23.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ github.com/distribution/distribution v2.8.2+incompatible h1:k9+4DKdOG+quPFZXT/mU
github.com/distribution/distribution v2.8.2+incompatible/go.mod h1:EgLm2NgWtdKgzF9NpMzUKgzmR7AMmb0VQi2B+ZzDRjc=
github.com/distribution/distribution/v3 v3.0.0-20230223072852-e5d5810851d1 h1:OtfRoaZ54jKZ7jl9WuxqekousLR9T63iJf0y2EdC2S4=
github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=
github.com/docker/cli v24.0.5+incompatible h1:WeBimjvS0eKdH4Ygx+ihVq1Q++xg36M/rMi4aXAvodc=
github.com/docker/cli v24.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY=
github.com/docker/cli v24.0.6+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v23.0.6+incompatible h1:aBD4np894vatVX99UTx/GyOUOK4uEcROwA3+bQhEcoU=
Expand Down

0 comments on commit aafc731

Please sign in to comment.