[PR #1901] [CLOSED] build(deps): bump github.com/docker/cli from 24.0.2+incompatible to 24.0.4+incompatible #2182

Closed
opened 2026-03-01 21:54:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1901
Author: @dependabot[bot]
Created: 7/10/2023
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/docker/cli-24.0.4incompatible


📝 Commits (2)

  • bc0afde build(deps): bump github.com/docker/cli
  • 3c6ae18 fix: updates to support newer version of docker sdk

📊 Changes

5 files changed (+22 additions, -20 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+5 -5)
📝 pkg/container/docker_auth.go (+8 -8)
📝 pkg/container/docker_pull.go (+2 -1)
📝 pkg/container/docker_volume.go (+5 -4)

📄 Description

Bumps github.com/docker/cli from 24.0.2+incompatible to 24.0.4+incompatible.

Commits
  • 3713ee1 Merge pull request #4395 from thaJeztah/24.0_backport_fix-connhelper-docker-e...
  • 2d5f041 commandconn: return original error while closing
  • 520e360 commandconn: don't return error if command closed successfully
  • fad718c Merge pull request #4393 from thaJeztah/24.0_backport_debug_relax
  • cd68c8f docker info: fix condition for printing debug information
  • 05fabe6 Merge pull request #4368 from thaJeztah/24.0_backport_update_buildx_0.11
  • 0a2dcdb Merge pull request #4381 from thaJeztah/24.0_backport_update-link-overlay-driver
  • a78fd6c docs: update link location for the overlay driver
  • ddb9220 Merge pull request #4375 from dvdksn/24.0_backport_fix-staticip-example
  • 9cd335d docs: fix static ip example, network needs a subnet
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1901 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/cli-24.0.4incompatible` --- ### 📝 Commits (2) - [`bc0afde`](https://github.com/nektos/act/commit/bc0afde089f02554391d7b5710fac14e223e17f4) build(deps): bump github.com/docker/cli - [`3c6ae18`](https://github.com/nektos/act/commit/3c6ae1817ea385988767c0bb48dfdfac6faa89ce) fix: updates to support newer version of docker sdk ### 📊 Changes **5 files changed** (+22 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+5 -5) 📝 `pkg/container/docker_auth.go` (+8 -8) 📝 `pkg/container/docker_pull.go` (+2 -1) 📝 `pkg/container/docker_volume.go` (+5 -4) </details> ### 📄 Description Bumps [github.com/docker/cli](https://github.com/docker/cli) from 24.0.2+incompatible to 24.0.4+incompatible. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/3713ee1eea0447bcfe27378ad247c7e245406f04"><code>3713ee1</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4395">#4395</a> from thaJeztah/24.0_backport_fix-connhelper-docker-e...</li> <li><a href="https://github.com/docker/cli/commit/2d5f041bde4edae1a9fb42b0c072c83e8d23c9d8"><code>2d5f041</code></a> commandconn: return original error while closing</li> <li><a href="https://github.com/docker/cli/commit/520e3600ee9bd98fb9587124cbbb29469dbe09f8"><code>520e360</code></a> commandconn: don't return error if command closed successfully</li> <li><a href="https://github.com/docker/cli/commit/fad718c7eab2fed05cf61f3fca2fc6f60209085e"><code>fad718c</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4393">#4393</a> from thaJeztah/24.0_backport_debug_relax</li> <li><a href="https://github.com/docker/cli/commit/cd68c8f003861fc71bb81e8c07d424d3ccfc37ac"><code>cd68c8f</code></a> docker info: fix condition for printing debug information</li> <li><a href="https://github.com/docker/cli/commit/05fabe63bac316548836a9ff16416412191ed000"><code>05fabe6</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4368">#4368</a> from thaJeztah/24.0_backport_update_buildx_0.11</li> <li><a href="https://github.com/docker/cli/commit/0a2dcdb446b454539b5c11e373efc2e771338673"><code>0a2dcdb</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4381">#4381</a> from thaJeztah/24.0_backport_update-link-overlay-driver</li> <li><a href="https://github.com/docker/cli/commit/a78fd6ca69bb0d09a7b9d2f7c8d93cdda6021aa6"><code>a78fd6c</code></a> docs: update link location for the overlay driver</li> <li><a href="https://github.com/docker/cli/commit/ddb9220abf148a381669df1b5a50eefbf299f579"><code>ddb9220</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4375">#4375</a> from dvdksn/24.0_backport_fix-staticip-example</li> <li><a href="https://github.com/docker/cli/commit/9cd335d44b20c4b8d9c89a398f14f8d294d87a58"><code>9cd335d</code></a> docs: fix static ip example, network needs a subnet</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v24.0.2...v24.0.4">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.2+incompatible&new-version=24.0.4+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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2182
No description provided.