Commit d14e503
authored
build(deps): bump github.com/docker/cli from 29.2.0+incompatible to 29.2.1+incompatible (#1101)
Bumps [github.com/docker/cli](https://github.com/docker/cli) from
29.2.0+incompatible to 29.2.1+incompatible.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/cli/commit/a5c7197d720daef7d8b9e6174ee78c0743cea166"><code>a5c7197</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/6772">#6772</a> from
thaJeztah/cleanup_testfile</li>
<li><a
href="https://github.com/docker/cli/commit/435384fa29cdc36ee3fac0c2afdff2eafb1a26c3"><code>435384f</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/6773">#6773</a> from
thaJeztah/improve_mountopts</li>
<li><a
href="https://github.com/docker/cli/commit/df3e9237d74c47f6dc07b88cf4ce81615f8870cf"><code>df3e923</code></a>
opts: MountOpt: extract utility functions and don't set empty
values</li>
<li><a
href="https://github.com/docker/cli/commit/d781df8b530c8b6703e123b43f1c3b793854f736"><code>d781df8</code></a>
opts: MountOpt: extract validation to a separate function</li>
<li><a
href="https://github.com/docker/cli/commit/f35fb0f5a6f0319e36fe055e016222b56fc6eb95"><code>f35fb0f</code></a>
cli/command: TestGetDefaultAuthConfig: cleanup test file</li>
<li><a
href="https://github.com/docker/cli/commit/fe1af9206c8863b72d99ce6e4c93ef2e5b9b2ccd"><code>fe1af92</code></a>
opts: MountOpt: improve validation of boolean values</li>
<li><a
href="https://github.com/docker/cli/commit/5de99e6726d959973aa5148180a493d24420da4e"><code>5de99e6</code></a>
opts: MountOpt: improve validation for whitespace in values</li>
<li><a
href="https://github.com/docker/cli/commit/9620e4178d9a6eb05a374ed821ea0c8d47015eb4"><code>9620e41</code></a>
opts: MountOpt: improve validation for whitespace in options</li>
<li><a
href="https://github.com/docker/cli/commit/e888a6e009591ce1b50afa74d941aaabaeff0047"><code>e888a6e</code></a>
opts: remove outdated comment</li>
<li><a
href="https://github.com/docker/cli/commit/b22f1aef483a3c3ff234521a3873e66badcf89f0"><code>b22f1ae</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/6771">#6771</a> from
thaJeztah/allow_empty_target</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/cli/compare/v29.2.0...v29.2.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 ec2625f commit d14e503
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments