[PR #2317] [MERGED] build(deps): bump github.com/docker/docker from 26.1.0+incompatible to 26.1.1+incompatible #2390

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3e931c4 build(deps): bump github.com/docker/docker

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/docker/docker from 26.1.0+incompatible to 26.1.1+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v26.1.1

26.1.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix docker run -d printing an context canceled spurious error when OTEL is configured. docker/cli#5044
  • Experimental environment variable DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1 will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. moby/moby#47775
  • Resolve an issue preventing container creation on hosts with a read-only /proc/sys/net filesystem. If IPv6 cannot be disabled on an interface due to this, either disable IPv6 by default on the host or ensure /proc/sys/net is read-write. Otherwise, start dockerd with DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1 to bypass the error. moby/moby#47769

[!NOTE] The DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE is added as a temporary fix and will be phased out in a future major release after simplifying the IPv6 enablement process.

Packaging updates

Commits
  • ac2de55 Merge pull request #47775 from vvoland/v26.1-47771
  • 9a2b531 Merge pull request #47774 from vvoland/v26.1-47769
  • 2f5bbbe Option to avoid deleting the kernel_ll address from bridges.
  • 4061808 Allow for a read-only "/proc/sys/net".
  • 21da192 Merge pull request #47767 from austinvazquez/cherry-pick-eeec716e332e5c058dfe...
  • 2c91196 Update containerd to v1.7.16
  • a9a8787 Merge pull request #47762 from tonistiigi/26.1-update-buildkit-v0.13.2
  • c9689ec vendor: update buildkit to v0.13.2
  • See full diff 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/2317 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/docker-26.1.1incompatible` --- ### 📝 Commits (1) - [`3e931c4`](https://github.com/nektos/act/commit/3e931c4570eed3bf3c2e3323f5fcf4589a31015d) build(deps): bump github.com/docker/docker ### 📊 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/docker](https://github.com/docker/docker) from 26.1.0+incompatible to 26.1.1+incompatible. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v26.1.1</h2> <h2>26.1.1</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A26.1.1">docker/cli, 26.1.1 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.1.1">moby/moby, 26.1.1 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v26.1.1/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v26.1.1/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Fix <code>docker run -d</code> printing an <code>context canceled</code> spurious error when OTEL is configured. <a href="https://redirect.github.com/docker/cli/pull/5044">docker/cli#5044</a></li> <li>Experimental environment variable <code>DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1</code> will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. <a href="https://redirect.github.com/moby/moby/pull/47775">moby/moby#47775</a></li> <li>Resolve an issue preventing container creation on hosts with a read-only <code>/proc/sys/net</code> filesystem. If IPv6 cannot be disabled on an interface due to this, either disable IPv6 by default on the host or ensure <code>/proc/sys/net</code> is read-write. Otherwise, start dockerd with <code>DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1</code> to bypass the error. <a href="https://redirect.github.com/moby/moby/pull/47769">moby/moby#47769</a></li> </ul> <blockquote> <p>[!NOTE] The <code>DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE</code> is added as a temporary fix and will be phased out in a future major release after simplifying the IPv6 enablement process.</p> </blockquote> <h3>Packaging updates</h3> <ul> <li>Update BuildKit to <a href="https://github.com/moby/buildkit/releases/tag/v0.13.2">v0.13.2</a>. <a href="https://redirect.github.com/moby/moby/pull/47762">moby/moby#47762</a></li> <li>Update Compose to <a href="https://github.com/docker/compose/releases/tag/v2.27.0">v2.27.0</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1017">docker/docker-ce-packages#1017</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/ac2de55998d4a977bee136e84cd983ec46855670"><code>ac2de55</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47775">#47775</a> from vvoland/v26.1-47771</li> <li><a href="https://github.com/moby/moby/commit/9a2b5311275d20f7af8e6bae6e34d97dded91ae4"><code>9a2b531</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47774">#47774</a> from vvoland/v26.1-47769</li> <li><a href="https://github.com/moby/moby/commit/2f5bbbe16b5d248610f6ef75835cab81a9cb9dda"><code>2f5bbbe</code></a> Option to avoid deleting the kernel_ll address from bridges.</li> <li><a href="https://github.com/moby/moby/commit/40618081f19da23449652b14feea04c6427e6bfe"><code>4061808</code></a> Allow for a read-only &quot;/proc/sys/net&quot;.</li> <li><a href="https://github.com/moby/moby/commit/21da192ae4cc9ca068f8d3494d2991593b048afd"><code>21da192</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47767">#47767</a> from austinvazquez/cherry-pick-eeec716e332e5c058dfe...</li> <li><a href="https://github.com/moby/moby/commit/2c9119692177ef7a77b1e2282f4249646c6dc1cb"><code>2c91196</code></a> Update containerd to v1.7.16</li> <li><a href="https://github.com/moby/moby/commit/a9a8787c93999523b97c37cb17acf50fe251685f"><code>a9a8787</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47762">#47762</a> from tonistiigi/26.1-update-buildkit-v0.13.2</li> <li><a href="https://github.com/moby/moby/commit/c9689eccf5f73b424e3c468306aec93d1965c85c"><code>c9689ec</code></a> vendor: update buildkit to v0.13.2</li> <li>See full diff in <a href="https://github.com/docker/docker/compare/v26.1.0...v26.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=26.1.0+incompatible&new-version=26.1.1+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:14 +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#2390
No description provided.