[PR #5861] [MERGED] build(deps): bump the dependencies group with 5 updates #2607

Closed
opened 2026-03-01 22:37:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/5861
Author: @dependabot[bot]
Created: 7/1/2025
Status: Merged
Merged: 7/1/2025
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/dependencies-7fa9883dd6


📝 Commits (2)

  • 2dcd96f build(deps): bump the dependencies group with 5 updates
  • 947cf91 Merge branch 'master' into dependabot/go_modules/dependencies-7fa9883dd6

📊 Changes

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

View changed files

📝 go.mod (+6 -6)
📝 go.sum (+12 -12)

📄 Description

Bumps the dependencies group with 5 updates:

Package From To
github.com/docker/cli 28.2.2+incompatible 28.3.0+incompatible
github.com/docker/docker 28.2.2+incompatible 28.3.0+incompatible
github.com/go-git/go-git/v5 5.16.0 5.16.2
go.etcd.io/bbolt 1.4.0 1.4.2
golang.org/x/term 0.31.0 0.32.0

Updates github.com/docker/cli from 28.2.2+incompatible to 28.3.0+incompatible

Commits
  • 38b7060 Merge pull request #6148 from thaJeztah/vendor_rc2
  • 2d46d16 vendor: github.com/docker/docker v28.3.0-rc.2
  • f03fb6c Merge pull request #6146 from thaJeztah/bump_docker
  • 5bb0d7f vendor: github.com/docker/docker 265f70964794 (v28.3.0-rc.2)
  • 575d4af vendor: github.com/docker/docker v28.3.0-rc.1
  • 4b202b9 Merge pull request #6141 from thaJeztah/login_no_tty
  • 80d1959 Merge pull request #6144 from thaJeztah/rm_top_level_remove
  • 19a5c5c remove undocumented top-level "docker remove" command
  • c882686 prevent login prompt on registry operations with no TTY attached
  • 747cb44 Merge pull request #6140 from vvoland/image-tree-used
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 28.2.2+incompatible to 28.3.0+incompatible

Release notes

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

28.3.0

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

New

Bug fixes and enhancements

  • Ensure that the state of the container in the daemon database (used by /containers/json API) is up to date when the container is stopped using the /containers/{id}/stop API (before response of API). moby/moby#50136
  • Fix docker image inspect inspect omitting empty fields. moby/moby#50135
  • Fix docker images --tree not marking images as in-use when the containerd image store is disabled. docker/cli#6140
  • Fix docker pull/push hang in non-interactive when authentication is required caused by prompting for login credentials. docker/cli#6141
  • Fix a potential resource leak when a node leaves a Swarm. moby/moby#50115
  • Fix a regression where a login prompt on docker pull would show Docker Hub-specific hints when logging in on other registries. docker/cli#6135
  • Fix an issue where all new tasks in the Swarm could get stuck in the PENDING state forever after scaling up a service with placement preferences. moby/moby#50211
  • Remove an undocumented, hidden, top-level docker remove command that was accidentally introduced in Docker 23.0. docker/cli#6144
  • Validate registry-mirrors configuration as part of dockerd --validate and improve error messages for invalid mirrors. moby/moby#50240
  • dockerd-rootless-setuptool.sh: Fix the script from silently returning with no error message when subuid/subgid system requirements are not satisfied. moby/moby#50059
  • containerd image store: Fix docker push not creating a tag on the remote repository. moby/moby#50199
  • containerd image store: Improve handling of errors returned by the token server during docker pull/push. moby/moby#50176

Packaging updates

Networking

  • Revert Swarm related changes added in 28.2.x builds, due to a regression reported in moby/moby#50129. moby/moby#50169
    • Revert: Fix an issue where docker network inspect --verbose could sometimes crash the daemon (moby/moby#49937).
    • Revert: Fix an issue where the load-balancer IP address for an overlay network would not be released in certain cases if the Swarm was lacking an ingress network (moby/moby#49948).
    • Revert: Improve the reliability of NetworkDB in busy clusters and lossy networks (moby/moby#49932).
    • Revert: Improvements to the reliability and convergence speed of NetworkDB (moby/moby#49939).
  • Fix an issue that could cause container startup to fail, or lead to failed UDP port mappings, when some container ports are mapped to 0.0.0.0 and others are mapped to specific host addresses. moby/moby#50054
  • The network inspect response for an overlay network now reports that EnableIPv4 is true. moby/moby#50147
  • Windows: Improve daemon startup time in cases where the host has networks of type "Mirrored". moby/moby#50155
  • Windows: Make sure docker system prune and docker network prune only remove networks created by Docker. moby/moby#50154

... (truncated)

Commits
  • 265f709 Merge pull request #50247 from vvoland/50245-28.x
  • b2a9318 docs: cut api docs for v1.51
  • b3e2e22 Merge pull request #50244 from vvoland/50177-28.x
  • c571cd8 Merge pull request #50243 from vvoland/50238-28.x
  • 8c713c1 gha: lower timeouts on "build" and "merge" steps
  • 539c115 Merge pull request #50240 from thaJeztah/28.x_backport_validate_mirrors
  • 8e7ea47 vendor: update buildkit to v0.23.1
  • 222baf4 vendor: github.com/moby/buildkit v0.23.0
  • 1627e82 Merge pull request #50241 from thaJeztah/28.x_backport_update_cgroups
  • 4070ebd Merge pull request #50242 from thaJeztah/28.x_backport_fix_event_ordering
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.16.2

What's Changed

Full Changelog: https://github.com/go-git/go-git/compare/v5.16.1...v5.16.2

v5.16.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.16.0...v5.16.1

Commits
  • ed8216c Merge pull request #1567 from kane8n/backport-to-v5-patricsss/fix-1455
  • 4f35eba Merge pull request #1484 from patricsss/patricsss/fix-1455
  • fd1a836 Merge pull request #1561 from kane8n/backport-to-v5-fix-sparse-checkout-status
  • c3c8410 Merge pull request #1492 from onee-only/fix-sparse-checkout-status
  • See full diff in compare view

Updates go.etcd.io/bbolt from 1.4.0 to 1.4.2

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.4.2

See the CHANGELOG/v1.4.2 for more details.

v1.4.1

See the CHANGELOG/v1.4.1 for more details.

Commits
  • dca4b1d Update version to 1.4.2
  • 25e37c0 Merge pull request #1005 from ahrtr/20250626_meta_1.4
  • f32b06c Protect meta page when it's being written
  • b8ccd81 Merge pull request #1003 from Elbehery/20250625_1.4-use-temmplate-for-cross-b...
  • 61713a0 Add template to cross arch build tests
  • 992a56a Merge pull request #1000 from Elbehery/20250625_1.4-use-qemu-github-workflow
  • 0dcb047 chore(CI): Add QEMU to CI Workflow
  • 682819c Merge pull request #990 from ahrtr/20250615_maxMapSize_1.4
  • 2d2c8e4 Fix maxMapSize typo in aix, android and solaris
  • 2855a18 Merge pull request #985 from hwdef/release14-bump-go-12310
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.31.0 to 0.32.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 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/5861 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/dependencies-7fa9883dd6` --- ### 📝 Commits (2) - [`2dcd96f`](https://github.com/nektos/act/commit/2dcd96f9c572f31982387f9c512231ed9be6830e) build(deps): bump the dependencies group with 5 updates - [`947cf91`](https://github.com/nektos/act/commit/947cf91168674818140e9c71fadf954627f2fd7a) Merge branch 'master' into dependabot/go_modules/dependencies-7fa9883dd6 ### 📊 Changes **2 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -6) 📝 `go.sum` (+12 -12) </details> ### 📄 Description Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `28.2.2+incompatible` | `28.3.0+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `28.2.2+incompatible` | `28.3.0+incompatible` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.16.0` | `5.16.2` | | [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.4.0` | `1.4.2` | | [golang.org/x/term](https://github.com/golang/term) | `0.31.0` | `0.32.0` | Updates `github.com/docker/cli` from 28.2.2+incompatible to 28.3.0+incompatible <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/38b7060a218775811da953650d8df7d492653f8f"><code>38b7060</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6148">#6148</a> from thaJeztah/vendor_rc2</li> <li><a href="https://github.com/docker/cli/commit/2d46d162c18762e4bc396b629b4a6a26bf19219f"><code>2d46d16</code></a> vendor: github.com/docker/docker v28.3.0-rc.2</li> <li><a href="https://github.com/docker/cli/commit/f03fb6c40bbfa46694fe18c274bf6ad2233cb17a"><code>f03fb6c</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6146">#6146</a> from thaJeztah/bump_docker</li> <li><a href="https://github.com/docker/cli/commit/5bb0d7f70cc7ab97c7772b2cebcc1182be61def0"><code>5bb0d7f</code></a> vendor: github.com/docker/docker 265f70964794 (v28.3.0-rc.2)</li> <li><a href="https://github.com/docker/cli/commit/575d4af72fadd7ffc2ca73359a7afce189c8432b"><code>575d4af</code></a> vendor: github.com/docker/docker v28.3.0-rc.1</li> <li><a href="https://github.com/docker/cli/commit/4b202b9e2bfab797bd135f29319a3ac0d266403f"><code>4b202b9</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6141">#6141</a> from thaJeztah/login_no_tty</li> <li><a href="https://github.com/docker/cli/commit/80d1959ee32c05667bbc2a7d01db3265a64c0e09"><code>80d1959</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6144">#6144</a> from thaJeztah/rm_top_level_remove</li> <li><a href="https://github.com/docker/cli/commit/19a5c5c714f9237e028f90841811348a48378249"><code>19a5c5c</code></a> remove undocumented top-level &quot;docker remove&quot; command</li> <li><a href="https://github.com/docker/cli/commit/c88268681ea152b571ced68381d2c5f105c7f459"><code>c882686</code></a> prevent login prompt on registry operations with no TTY attached</li> <li><a href="https://github.com/docker/cli/commit/747cb4448fdc7e1ce44c4fe39c9e50f0e7eee00b"><code>747cb44</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6140">#6140</a> from vvoland/image-tree-used</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v28.2.2...v28.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/docker` from 28.2.2+incompatible to 28.3.0+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>28.3.0</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%3A28.3.0">docker/cli, 28.3.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.3.0">moby/moby, 28.3.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.3.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.3.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>New</h3> <ul> <li>Add support for AMD GPUs in <code>docker run --gpus</code>. <a href="https://redirect.github.com/moby/moby/pull/49952">moby/moby#49952</a></li> <li>Use <code>DOCKER_AUTH_CONFIG</code> as a credential store. <a href="https://redirect.github.com/docker/cli/pull/6008">docker/cli#6008</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Ensure that the state of the container in the daemon database (used by <a href="https://docs.docker.com/reference/api/engine/version/v1.49/#tag/Container/operation/ContainerList">/containers/json</a> API) is up to date when the container is stopped using the <a href="https://docs.docker.com/reference/api/engine/version/v1.49/#tag/Container/operation/ContainerStop">/containers/{id}/stop</a> API (before response of API). <a href="https://redirect.github.com/moby/moby/pull/50136">moby/moby#50136</a></li> <li>Fix <code>docker image inspect inspect</code> omitting empty fields. <a href="https://redirect.github.com/moby/moby/pull/50135">moby/moby#50135</a></li> <li>Fix <code>docker images --tree</code> not marking images as in-use when the containerd image store is disabled. <a href="https://redirect.github.com/docker/cli/pull/6140">docker/cli#6140</a></li> <li>Fix <code>docker pull/push</code> hang in non-interactive when authentication is required caused by prompting for login credentials. <a href="https://redirect.github.com/docker/cli/pull/6141">docker/cli#6141</a></li> <li>Fix a potential resource leak when a node leaves a Swarm. <a href="https://redirect.github.com/moby/moby/pull/50115">moby/moby#50115</a></li> <li>Fix a regression where a login prompt on <code>docker pull</code> would show Docker Hub-specific hints when logging in on other registries. <a href="https://redirect.github.com/docker/cli/pull/6135">docker/cli#6135</a></li> <li>Fix an issue where all new tasks in the Swarm could get stuck in the PENDING state forever after scaling up a service with placement preferences. <a href="https://redirect.github.com/moby/moby/pull/50211">moby/moby#50211</a></li> <li>Remove an undocumented, hidden, top-level <code>docker remove</code> command that was accidentally introduced in Docker 23.0. <a href="https://redirect.github.com/docker/cli/pull/6144">docker/cli#6144</a></li> <li>Validate registry-mirrors configuration as part of <code>dockerd --validate</code> and improve error messages for invalid mirrors. <a href="https://redirect.github.com/moby/moby/pull/50240">moby/moby#50240</a></li> <li><code>dockerd-rootless-setuptool.sh</code>: Fix the script from silently returning with no error message when subuid/subgid system requirements are not satisfied. <a href="https://redirect.github.com/moby/moby/pull/50059">moby/moby#50059</a></li> <li>containerd image store: Fix <code>docker push</code> not creating a tag on the remote repository. <a href="https://redirect.github.com/moby/moby/pull/50199">moby/moby#50199</a></li> <li>containerd image store: Improve handling of errors returned by the token server during <code>docker pull/push</code>. <a href="https://redirect.github.com/moby/moby/pull/50176">moby/moby#50176</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Allow customizing containerd service name for OpenRC. <a href="https://redirect.github.com/moby/moby/pull/50156">moby/moby#50156</a></li> <li>Update BuildKit to <a href="https://github.com/moby/buildkit/releases/tag/v0.23.1">v0.23.1</a>. <a href="https://redirect.github.com/moby/moby/pull/50243">moby/moby#50243</a></li> <li>Update Buildx to <a href="https://github.com/docker/buildx/releases/tag/v0.25.0">v0.25.0</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1217">docker/docker-ce-packaging#1217</a></li> <li>Update Compose to <a href="https://github.com/docker/compose/releases/tag/v2.37.2">v2.37.2</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1219">docker/docker-ce-packaging#1219</a></li> <li>Update Docker Model CLI plugin to <a href="https://github.com/docker/model-cli/releases/tag/v0.1.30">v0.1.30</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1218">docker/docker-ce-packaging#1218</a></li> <li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.24.4">1.24.4</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1213">docker/docker-ce-packaging#1213</a>, <a href="https://redirect.github.com/moby/moby/pull/50153">moby/moby#50153</a>, <a href="https://redirect.github.com/docker/cli/pull/6124">docker/cli#6124</a></li> </ul> <h3>Networking</h3> <ul> <li>Revert Swarm related changes added in 28.2.x builds, due to a regression reported in <a href="https://redirect.github.com/moby/moby/issues/50129">moby/moby#50129</a>. <a href="https://redirect.github.com/moby/moby/pull/50169">moby/moby#50169</a> <ul> <li>Revert: Fix an issue where <code>docker network inspect --verbose</code> could sometimes crash the daemon (<a href="https://redirect.github.com/moby/moby/pull/49937">moby/moby#49937</a>).</li> <li>Revert: Fix an issue where the load-balancer IP address for an overlay network would not be released in certain cases if the Swarm was lacking an ingress network (<a href="https://redirect.github.com/moby/moby/pull/49948">moby/moby#49948</a>).</li> <li>Revert: Improve the reliability of NetworkDB in busy clusters and lossy networks (<a href="https://redirect.github.com/moby/moby/pull/49932">moby/moby#49932</a>).</li> <li>Revert: Improvements to the reliability and convergence speed of NetworkDB (<a href="https://redirect.github.com/moby/moby/pull/49939">moby/moby#49939</a>).</li> </ul> </li> <li>Fix an issue that could cause container startup to fail, or lead to failed UDP port mappings, when some container ports are mapped to <code>0.0.0.0</code> and others are mapped to specific host addresses. <a href="https://redirect.github.com/moby/moby/pull/50054">moby/moby#50054</a></li> <li>The <code>network inspect</code> response for an overlay network now reports that <code>EnableIPv4</code> is true. <a href="https://redirect.github.com/moby/moby/pull/50147">moby/moby#50147</a></li> <li>Windows: Improve daemon startup time in cases where the host has networks of type <code>&quot;Mirrored&quot;</code>. <a href="https://redirect.github.com/moby/moby/pull/50155">moby/moby#50155</a></li> <li>Windows: Make sure <code>docker system prune</code> and <code>docker network prune</code> only remove networks created by Docker. <a href="https://redirect.github.com/moby/moby/pull/50154">moby/moby#50154</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/265f709647947fb5a1adf7e4f96f2113dcc377bd"><code>265f709</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50247">#50247</a> from vvoland/50245-28.x</li> <li><a href="https://github.com/moby/moby/commit/b2a9318a1e70deabdf9cda8c08caabd492b6b581"><code>b2a9318</code></a> docs: cut api docs for v1.51</li> <li><a href="https://github.com/moby/moby/commit/b3e2e22b2adee0cff0a20134559074b9481ba2ba"><code>b3e2e22</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50244">#50244</a> from vvoland/50177-28.x</li> <li><a href="https://github.com/moby/moby/commit/c571cd85133c8e25ce9c9b7eb3a1c8c54f88346e"><code>c571cd8</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50243">#50243</a> from vvoland/50238-28.x</li> <li><a href="https://github.com/moby/moby/commit/8c713c1af4ad61a9faf8b55e7710b8a17e081275"><code>8c713c1</code></a> gha: lower timeouts on &quot;build&quot; and &quot;merge&quot; steps</li> <li><a href="https://github.com/moby/moby/commit/539c115023eb01f1dd65b019cd5d50dd36d34188"><code>539c115</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50240">#50240</a> from thaJeztah/28.x_backport_validate_mirrors</li> <li><a href="https://github.com/moby/moby/commit/8e7ea470cf0720f1988fe9a0af6342d550d86cc3"><code>8e7ea47</code></a> vendor: update buildkit to v0.23.1</li> <li><a href="https://github.com/moby/moby/commit/222baf4ccbcb216fe812ad0300d02dfec3f28a70"><code>222baf4</code></a> vendor: github.com/moby/buildkit v0.23.0</li> <li><a href="https://github.com/moby/moby/commit/1627e828d7e5566ead2c69f63d661ef47f96e61a"><code>1627e82</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50241">#50241</a> from thaJeztah/28.x_backport_update_cgroups</li> <li><a href="https://github.com/moby/moby/commit/4070ebda88cb8f6448d0725633dc40394e563705"><code>4070ebd</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50242">#50242</a> from thaJeztah/28.x_backport_fix_event_ordering</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v28.2.2...v28.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-git/go-git/v5` from 5.16.0 to 5.16.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's releases</a>.</em></p> <blockquote> <h2>v5.16.2</h2> <h2>What's Changed</h2> <ul> <li>utils: fix diff so subpaths work for sparse checkouts, fixes 1455 to releases/v5.x by <a href="https://github.com/kane8n"><code>@​kane8n</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1567">go-git/go-git#1567</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.16.1...v5.16.2">https://github.com/go-git/go-git/compare/v5.16.1...v5.16.2</a></p> <h2>v5.16.1</h2> <h2>What's Changed</h2> <ul> <li>utils: merkletrie, Fix diff on sparse-checkout index. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/1406">#1406</a> to releases/v5.x by <a href="https://github.com/kane8n"><code>@​kane8n</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1561">go-git/go-git#1561</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kane8n"><code>@​kane8n</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/1561">go-git/go-git#1561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.16.0...v5.16.1">https://github.com/go-git/go-git/compare/v5.16.0...v5.16.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-git/commit/ed8216c4a2c3fdb7e4e31ce242bf7847356623c9"><code>ed8216c</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1567">#1567</a> from kane8n/backport-to-v5-patricsss/fix-1455</li> <li><a href="https://github.com/go-git/go-git/commit/4f35ebab20f1034df1df943044903e7044e6cdf4"><code>4f35eba</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1484">#1484</a> from patricsss/patricsss/fix-1455</li> <li><a href="https://github.com/go-git/go-git/commit/fd1a83688236df0299d5cd677f04dccad073500c"><code>fd1a836</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1561">#1561</a> from kane8n/backport-to-v5-fix-sparse-checkout-status</li> <li><a href="https://github.com/go-git/go-git/commit/c3c841090facce33faa2c80ca475ee673442b4a5"><code>c3c8410</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1492">#1492</a> from onee-only/fix-sparse-checkout-status</li> <li>See full diff in <a href="https://github.com/go-git/go-git/compare/v5.16.0...v5.16.2">compare view</a></li> </ul> </details> <br /> Updates `go.etcd.io/bbolt` from 1.4.0 to 1.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/etcd-io/bbolt/releases">go.etcd.io/bbolt's releases</a>.</em></p> <blockquote> <h2>v1.4.2</h2> <p>See the <a href="https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.4.md#v1422025-06-27">CHANGELOG/v1.4.2</a> for more details.</p> <h2>v1.4.1</h2> <p>See the <a href="https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.4.md#v1412025-06-10">CHANGELOG/v1.4.1</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etcd-io/bbolt/commit/dca4b1df8e6a770203c4c44117635c0c84140e24"><code>dca4b1d</code></a> Update version to 1.4.2</li> <li><a href="https://github.com/etcd-io/bbolt/commit/25e37c0f5fd8d721117099e3ff9f7ff1c58e3b04"><code>25e37c0</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1005">#1005</a> from ahrtr/20250626_meta_1.4</li> <li><a href="https://github.com/etcd-io/bbolt/commit/f32b06c40dbc54526b7f21467b0a8bfbc2716af4"><code>f32b06c</code></a> Protect meta page when it's being written</li> <li><a href="https://github.com/etcd-io/bbolt/commit/b8ccd810a46689efc55a81a6c607975f60583845"><code>b8ccd81</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1003">#1003</a> from Elbehery/20250625_1.4-use-temmplate-for-cross-b...</li> <li><a href="https://github.com/etcd-io/bbolt/commit/61713a01a64681444f751830f55cd6f3385a7419"><code>61713a0</code></a> Add template to cross arch build tests</li> <li><a href="https://github.com/etcd-io/bbolt/commit/992a56a8907fab0055068ab5265dc0ffa6a37fe1"><code>992a56a</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1000">#1000</a> from Elbehery/20250625_1.4-use-qemu-github-workflow</li> <li><a href="https://github.com/etcd-io/bbolt/commit/0dcb047707ddf01c2edcc1dbc6e023068fe7b39e"><code>0dcb047</code></a> chore(CI): Add QEMU to CI Workflow</li> <li><a href="https://github.com/etcd-io/bbolt/commit/682819c24063edd2b981d1b836bd620c4f2d954f"><code>682819c</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/990">#990</a> from ahrtr/20250615_maxMapSize_1.4</li> <li><a href="https://github.com/etcd-io/bbolt/commit/2d2c8e49b4b8870214aec9caafc33a1e3aee1e42"><code>2d2c8e4</code></a> Fix maxMapSize typo in aix, android and solaris</li> <li><a href="https://github.com/etcd-io/bbolt/commit/2855a1857aafd0a2f317cf957626a6aaa0be5006"><code>2855a18</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/985">#985</a> from hwdef/release14-bump-go-12310</li> <li>Additional commits viewable in <a href="https://github.com/etcd-io/bbolt/compare/v1.4.0...v1.4.2">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.31.0 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/2ec7864a3e7b8faa620696c32a0738119e2477e1"><code>2ec7864</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/a809085bff595080269599dbe788dd7fdf616ab4"><code>a809085</code></a> term: support pluggable history</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.31.0...v0.32.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 22:37:24 +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#2607
No description provided.