[PR #2358] [MERGED] build(deps): bump github.com/docker/cli from 26.1.3+incompatible to 26.1.4+incompatible #2410

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2358
Author: @dependabot[bot]
Created: 6/10/2024
Status: Merged
Merged: 6/10/2024
Merged by: @mergify[bot]

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


📝 Commits (1)

  • d549f44 build(deps): bump github.com/docker/cli

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/docker/cli from 26.1.3+incompatible to 26.1.4+incompatible.

Commits
  • 5650f9b Merge pull request #5116 from thaJeztah/26.1_update_engine
  • e8bc27d vendor: github.com/docker/docker de5c9cf0b96e (v26.1.4-dev)
  • 2acb9c2 vendor: github.com/containerd/containerd v1.7.18
  • 230d4d0 vendor: github.com/containerd/containerd v1.7.17
  • 6d47c06 vendor: tags.cncf.io/container-device-interface v0.7.2
  • a6d757c vendor: github.com/Microsoft/hcsshim v0.11.5
  • c463d96 vendor: github.com/opencontainers/image-spec v1.1.0
  • a61a0c3 Merge pull request #5118 from thaJeztah/26.1_backport_bump_go1.21.11
  • 0576b3d update to go1.21.11
  • 60b13f1 Dockerfile: update ALPINE_VERSION to 3.20
  • 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 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)

🔄 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/2358 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/10/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/cli-26.1.4incompatible` --- ### 📝 Commits (1) - [`d549f44`](https://github.com/nektos/act/commit/d549f441ba179510ae569e1966db2360b1dfb269) build(deps): bump github.com/docker/cli ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/docker/cli](https://github.com/docker/cli) from 26.1.3+incompatible to 26.1.4+incompatible. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/5650f9b10226d75e8e9a490a31cc3e5b846e0034"><code>5650f9b</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5116">#5116</a> from thaJeztah/26.1_update_engine</li> <li><a href="https://github.com/docker/cli/commit/e8bc27d4ca542fadc5b541a7b4befa39c7122cc5"><code>e8bc27d</code></a> vendor: github.com/docker/docker de5c9cf0b96e (v26.1.4-dev)</li> <li><a href="https://github.com/docker/cli/commit/2acb9c2e8f60ba8293a0dba14ef875a7eff48204"><code>2acb9c2</code></a> vendor: github.com/containerd/containerd v1.7.18</li> <li><a href="https://github.com/docker/cli/commit/230d4d0bab6795f488290a8635d8c5ee9cbc0af0"><code>230d4d0</code></a> vendor: github.com/containerd/containerd v1.7.17</li> <li><a href="https://github.com/docker/cli/commit/6d47c06b0d3c08f4322ba5e6b4b74e360b89e34e"><code>6d47c06</code></a> vendor: tags.cncf.io/container-device-interface v0.7.2</li> <li><a href="https://github.com/docker/cli/commit/a6d757c0e3dc5d4eb6d3b4f747a5f58580c35d5c"><code>a6d757c</code></a> vendor: github.com/Microsoft/hcsshim v0.11.5</li> <li><a href="https://github.com/docker/cli/commit/c463d968fc4f0439937ae26593f378a7b376402f"><code>c463d96</code></a> vendor: github.com/opencontainers/image-spec v1.1.0</li> <li><a href="https://github.com/docker/cli/commit/a61a0c3ac91243b194f39be9fcaa20e9aae61ef5"><code>a61a0c3</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5118">#5118</a> from thaJeztah/26.1_backport_bump_go1.21.11</li> <li><a href="https://github.com/docker/cli/commit/0576b3dad7c4fd31f5b8c28dd776ea0107237d12"><code>0576b3d</code></a> update to go1.21.11</li> <li><a href="https://github.com/docker/cli/commit/60b13f1f809a4c87300deade43ef1e8e5d4ec15e"><code>60b13f1</code></a> Dockerfile: update ALPINE_VERSION to 3.20</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v26.1.3...v26.1.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=26.1.3+incompatible&new-version=26.1.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:19 +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#2410
No description provided.