Skip to content

Commit

Permalink
build(deps): bump github.com/docker/cli from 20.10.18+incompatible to…
Browse files Browse the repository at this point in the history
… 20.10.19+incompatible (#644)

Bumps [github.com/docker/cli](https://github.com/docker/cli) from
20.10.18+incompatible to 20.10.19+incompatible.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/cli/commit/d85ef845332936556fa43722fc2feb25ef94f39b"><code>d85ef84</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/cli/issues/3813">#3813</a>
from thaJeztah/20.10_bump_engine</li>
<li><a
href="https://github.com/docker/cli/commit/d1f9546dc3cdb22c08df77f7d3c3af9bd696016a"><code>d1f9546</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/cli/issues/3814">#3814</a>
from thaJeztah/20.10_backport_zsh_completion</li>
<li><a
href="https://github.com/docker/cli/commit/1ea8d69d6f08c7535344228a5ee7589b3df55480"><code>1ea8d69</code></a>
feat(docker): add context argument completion</li>
<li><a
href="https://github.com/docker/cli/commit/e82aa8574116c2ec5995b10e1416fda1ff1e8f9a"><code>e82aa85</code></a>
[20.10] vendor: github.com/docker/docker v20.10.18</li>
<li><a
href="https://github.com/docker/cli/commit/e9176b36cc734b29e8282bbcb07c1a96b9f65289"><code>e9176b3</code></a>
[20.10] vendor: github.com/containerd/continuity v0.3.0</li>
<li><a
href="https://github.com/docker/cli/commit/a39f3fbdfd4ea0f6a627e8313e21673892d9df2d"><code>a39f3fb</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/cli/issues/3807">#3807</a>
from thaJeztah/20.10_backport_deprecate_override_ker...</li>
<li><a
href="https://github.com/docker/cli/commit/2fa0c6253a165333a45a86c1b212cdbe8e6c1ce3"><code>2fa0c62</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/cli/issues/3809">#3809</a>
from thaJeztah/20.10_backport_docs_update_confusing_...</li>
<li><a
href="https://github.com/docker/cli/commit/bc6ff39e42b7e85b3fd0fc9c0d0d82b25548a119"><code>bc6ff39</code></a>
docs/reference: run.md update confusing example name</li>
<li><a
href="https://github.com/docker/cli/commit/3fa7a8654fbc046bbe7a1781827fcdc5b69016a2"><code>3fa7a86</code></a>
docs: update deprecation status for
&quot;overlay2.override_kernel_check&quot;</li>
<li><a
href="https://github.com/docker/cli/commit/18e275c52e5b4166547c694b5aeca52a533cb77d"><code>18e275c</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/cli/issues/3800">#3800</a>
from thaJeztah/20.10_bump_go_1.18.7</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/cli/compare/v20.10.18...v20.10.19">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=20.10.18+incompatible&new-version=20.10.19+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 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>
  • Loading branch information
dependabot[bot] authored Oct 17, 2022
1 parent 7a4e375 commit 7ad6709
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 @@ -3,7 +3,7 @@ module oras.land/oras
go 1.19

require (
github.com/docker/cli v20.10.18+incompatible
github.com/docker/cli v20.10.19+incompatible
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
github.com/need-being/go-tree v0.1.0
github.com/opencontainers/go-digest v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7h
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/cli v20.10.18+incompatible h1:f/GQLsVpo10VvToRay2IraVA1wHz9KktZyjev3SIVDU=
github.com/docker/cli v20.10.18+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v20.10.19+incompatible h1:VKVBUb0KY/bx0FUCrCiNCL8wqgy8VxQli1dtNTn38AE=
github.com/docker/cli v20.10.19+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v20.10.17+incompatible h1:JYCuMrWaVNophQTOrMMoSwudOVEfcegoZZrleKc1xwE=
github.com/docker/docker v20.10.17+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.6.4 h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o=
Expand Down

0 comments on commit 7ad6709

Please sign in to comment.