Skip to content

Commit

Permalink
chore(deps): Bump github.com/docker/cli from 27.1.2+incompatible to 2…
Browse files Browse the repository at this point in the history
…7.2.0+incompatible (#177)

Bumps [github.com/docker/cli](https://github.com/docker/cli) from
27.1.2+incompatible to 27.2.0+incompatible.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/cli/commit/3ab42569583b58dbc6f167d842d5a3dd5972065f"><code>3ab4256</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5374">#5374</a> from
vvoland/vendor-docker</li>
<li><a
href="https://github.com/docker/cli/commit/88a49df2979c08793619d5575e9f107c825498e5"><code>88a49df</code></a>
vendor: github.com/docker/docker 3ab5c7d0036c (v27.2.0-dev)</li>
<li><a
href="https://github.com/docker/cli/commit/5d17c29eb294a4bf1fcaccf0a46e2ebfc7a1d831"><code>5d17c29</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5372">#5372</a> from
thaJeztah/27.x_backport_fix_linting_issues</li>
<li><a
href="https://github.com/docker/cli/commit/64b9e4cd166fd3ddcf6b8ed1b3ce43f6be45f1a4"><code>64b9e4c</code></a>
cli: rename args that collided with builtins (predeclard)</li>
<li><a
href="https://github.com/docker/cli/commit/4b71d0d1af6d82985c003df67d25584307286666"><code>4b71d0d</code></a>
e2e/global: fix n-constant format string in call (govet)</li>
<li><a
href="https://github.com/docker/cli/commit/002cfcde853e381db36737d63ec8e4efb866ffe3"><code>002cfcd</code></a>
cli/command: fix n-constant format string in call (govet)</li>
<li><a
href="https://github.com/docker/cli/commit/d8af7812b596abc25b3bb7c64a1ad0afaaa58ab6"><code>d8af781</code></a>
cli/command/system: remove redundant nil-check (gosimple)</li>
<li><a
href="https://github.com/docker/cli/commit/f042ddb5c9d7ba3b5e1352178cc59111bfd4e8f6"><code>f042ddb</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5371">#5371</a> from
vvoland/vendor-docker</li>
<li><a
href="https://github.com/docker/cli/commit/8e94ed15e62f09948da3689fce9e4b7928ad6a2a"><code>8e94ed1</code></a>
vendor: github.com/docker/docker b27de4ef1634 (v27.2.0-dev)</li>
<li><a
href="https://github.com/docker/cli/commit/7a82aeeebaa16e53450df8bd09fc746766fe99e3"><code>7a82aee</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5368">#5368</a> from
dvdksn/27x_5360</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/cli/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/cli&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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent fca8471 commit 7bf0bc3
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 @@ -6,7 +6,7 @@ toolchain go1.22.6

require (
github.com/chainguard-dev/clog v1.5.0
github.com/docker/cli v27.1.2+incompatible
github.com/docker/cli v27.2.0+incompatible
github.com/docker/go-connections v0.5.0
github.com/google/go-containerregistry v0.20.2
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
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/cli v27.2.0+incompatible h1:yHD1QEB1/0vr5eBNpu8tncu8gWxg8EydFPOSKHzXSMM=
github.com/docker/cli v27.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
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=
Expand Down

0 comments on commit 7bf0bc3

Please sign in to comment.