[PR #5935] [MERGED] build(deps): bump the dependencies group across 1 directory with 10 updates #2625

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/5935
Author: @dependabot[bot]
Created: 9/21/2025
Status: Merged
Merged: 9/21/2025
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/dependencies-3d8c39bc62


📝 Commits (1)

  • 232a099 build(deps): bump the dependencies group across 1 directory with 10 updates

📊 Changes

2 files changed (+34 additions, -57 deletions)

View changed files

📝 go.mod (+12 -13)
📝 go.sum (+22 -44)

📄 Description

Bumps the dependencies group with 9 updates in the / directory:

Package From To
github.com/docker/cli 28.3.0+incompatible 28.4.0+incompatible
github.com/docker/docker 28.3.0+incompatible 28.4.0+incompatible
github.com/docker/go-connections 0.5.0 0.6.0
github.com/spf13/cobra 1.9.1 1.10.1
github.com/stretchr/testify 1.10.0 1.11.1
go.etcd.io/bbolt 1.4.2 1.4.3
golang.org/x/term 0.32.0 0.35.0
github.com/golang-jwt/jwt/v5 5.2.2 5.3.0
google.golang.org/protobuf 1.36.6 1.36.9

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

Commits
  • d8eb465 Merge pull request #6424 from vvoland/update-docker
  • a83e3df vendor: github.com/docker/docker v28.4.0-dev (249d679a6baf)
  • ff5ea75 Merge pull request #6422 from vvoland/6421-28.x
  • c1d14ae Merge pull request #6423 from vvoland/update-docker
  • 18adfd5 vendor: github.com/docker/docker v28.4.0-rc.2
  • 6e20b9d update to go1.24.7
  • 3cadbd8 Merge pull request #6420 from thaJeztah/28.x_backport_complete_pull
  • b3df920 add completion for docker image pull
  • b89b069 Merge pull request #6416 from vvoland/update-docker
  • 9deb5e9 vendor: github.com/docker/docker v28.4.0-rc.2-dev (5d5332b00c76)
  • Additional commits viewable in compare view

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

Release notes

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

v28.4.0

28.4.0

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

New

  • Allow Docker CLI to set the GODEBUG environment variable when the key-value pair ("GODEBUG":"...") exists inside the docker context metadata. docker/cli#6399

Bug fixes and enhancements

  • Add shell completion for docker pull and docker image pull. docker/cli#6420
  • Fix a regression in v28.3.3 that could cause a panic on docker push if the client did not send an X-Registry-Auth header. moby/moby#50738
  • Windows: Potentially fix an issue with "access denied" error when pulling images. moby/moby#50871
  • containerd image store: Fix docker history failing with snapshot X does not exist when calling on a non-native image that was built locally. moby/moby#50875
  • containerd image store: Fix docker image prune to emit correct untag and delete events and list only the deleted images root digests instead of every blob. moby/moby#50837
  • Remove interactive login prompt from docker push and docker pull after a failure caused by missing authentication. docker/cli#6256

Packaging updates

Networking

  • Fix an issue that could cause slow container restart on live-restore. moby/moby#50829

API

Go SDK

Deprecations

  • Deprecate special handling for quoted values for the --tlscacert, --tlscert, and --tlskey command-line flags. docker/cli#6291
  • Mark legacy links env vars (DOCKER_KEEP_DEPRECATED_LEGACY_LINKS_ENV_VARS) as deprecated in v28.4 and set for removal in v30.0. docker/cli#6309
  • Go-SDK: Deprecate field NetworkSettingsBase.Bridge, struct NetworkSettingsBase, all the fields of DefaultNetworkSettings, and struct DefaultNetworkSettings. moby/moby#50839
  • Go-SDK: api/types: build.CacheDiskUsage, container.DiskUsage, images.DiskUsage and volumes.DiskUsage are now deprecated and will be removed in the next major release. moby/moby#50768
  • Go-SDK: cli-plugins/manager: deprecate ReexecEnvvar. docker/cli#6411
  • Go-SDK: cli-plugins/manager: deprecate annotation aliases (CommandAnnotationPlugin, CommandAnnotationPluginVendor, CommandAnnotationPluginVersion, CommandAnnotationPluginInvalid, CommandAnnotationPluginCommandPath) in favor of their equivalent in cli-plugins/manager/metadata. docker/cli#6298

... (truncated)

Commits
  • 249d679 Merge pull request #50890 from vvoland/50889-28.x
  • d664cfe update to go1.24.7
  • b384cd2 Merge pull request #50888 from vvoland/50885-28.x
  • c1ce88e vendor: update buildkit to v0.24.0
  • 4a34e8e Merge pull request #50875 from vvoland/50867-28.x
  • cfa70d0 gha/arm64: Setup qemu
  • d70382e integration/internal: Print Buildkit logs
  • 687b206 c8d/history: Fix non-native platforms
  • e4224f8 integration/internal: Handle Buildkit in GetImageIDFromBody
  • 5d5332b Merge pull request #50871 from vvoland/50870-28.x
  • Additional commits viewable in compare view

Updates github.com/docker/go-connections from 0.5.0 to 0.6.0

Commits
  • 42faf79 Merge pull request #138 from thaJeztah/sockets_move_unix_options
  • 9ffab7e sockets: make NewUnixSocket, WithChown, WithChmod unix-only
  • 6bb1d15 Merge pull request #135 from thaJeztah/rename_test_files
  • b6c843d sockets: rename files to be considered test files
  • 80898b6 Merge pull request #133 from thaJeztah/deprecate_socket_dialpipe
  • a4399e5 socket: deprecate DialPipe
  • b071e04 Merge pull request #128 from thaJeztah/remove_old_cyphers
  • 578bfde Merge pull request #132 from thaJeztah/optimize_ParsePortSpec
  • deccd71 tlsconfig: align client and server defaults, remove weak CBC ciphers
  • 30b91c8 nat: ParsePortSpec: combine some conditions
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.9.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.6 to 1.0.9

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.9

What's Changed

Full Changelog: https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9

v1.0.8

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8

v1.0.7

What's Changed

New Contributors

... (truncated)

Commits
  • 1043857 Merge pull request #446 from spf13/fix-backwards-compat
  • 7412009 fix: Restore ParseErrorsWhitelist name for now
  • b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty
  • 40abc49 Merge pull request #443 from spf13/silence-errhelp
  • 1bf832c Use errors.Is instead of equality check
  • d25dd24 Reset args on re-parse even if empty
  • 094909d Merge pull request #365 from vaguecoder/str2str-sorted
  • ccb49e5 Print Default Values of String-to-String in Sorted Order
  • b55ffb6 fix: Don't print ErrHelp in ParseAll
  • 7c651d1 Merge pull request #407 from tmc/fix-errhelp
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

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

Release notes

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

v1.4.3

See the CHANGELOG/v1.4.3 for more details.

Commits
  • 68e6b96 Update version to v1.4.3
  • 599de69 Merge pull request #1058 from ahrtr/20250818_writeto_1.4
  • 8fd1b83 Update (*Tx)WriteTo to reuse the already opened file if WriteFlag not set
  • 76cd3d4 Merge pull request #1049 from hwdef/release14-bump-go-12312
  • af33d7d Bump Go to 1.23.12
  • 60b43b8 Merge pull request #1050 from Elbehery/20250811_bump_windows_timeout
  • 79638fd [release-1.4]:chore(test): bump_windows_test_timeout
  • 804e170 Merge pull request #1046 from ahrtr/20250809_hugesize_test_1.4
  • 0307cfd Fix test case TestDB_HugeValue for 32 bit systems
  • 4c57e50 Merge pull request #1024 from hwdef/bump-go-12311-release-14
  • Additional commits viewable in compare view

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

Commits
  • 1a11b45 go.mod: update golang.org/x dependencies
  • d862cd5 all: upgrade go directive to at least 1.24.0 [generated]
  • a35244d go.mod: update golang.org/x dependencies
  • 4f53e0c term: allow multi-line bracketed paste to not create single line with verbati...
  • 27f29d8 term: remove duplicate flag and add comment on windows
  • 30da5dd go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.3.0

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.0

This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.

What's Changed

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0

v5.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3

Commits

Updates google.golang.org/protobuf from 1.36.6 to 1.36.9

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/5935 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/21/2025 **Status:** ✅ Merged **Merged:** 9/21/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/dependencies-3d8c39bc62` --- ### 📝 Commits (1) - [`232a099`](https://github.com/nektos/act/commit/232a099b805459cb2376d5f2ab20352587d6c169) build(deps): bump the dependencies group across 1 directory with 10 updates ### 📊 Changes **2 files changed** (+34 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+12 -13) 📝 `go.sum` (+22 -44) </details> ### 📄 Description Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `28.3.0+incompatible` | `28.4.0+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `28.3.0+incompatible` | `28.4.0+incompatible` | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.4.2` | `1.4.3` | | [golang.org/x/term](https://github.com/golang/term) | `0.32.0` | `0.35.0` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` | | google.golang.org/protobuf | `1.36.6` | `1.36.9` | Updates `github.com/docker/cli` from 28.3.0+incompatible to 28.4.0+incompatible <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/d8eb465f86cfceeb57f8582e373d41a558d35503"><code>d8eb465</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6424">#6424</a> from vvoland/update-docker</li> <li><a href="https://github.com/docker/cli/commit/a83e3df40b6a685f91a28e35c1692d97d0203763"><code>a83e3df</code></a> vendor: github.com/docker/docker v28.4.0-dev (249d679a6baf)</li> <li><a href="https://github.com/docker/cli/commit/ff5ea757b4679aefd98fee60ffba523a7c26af81"><code>ff5ea75</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6422">#6422</a> from vvoland/6421-28.x</li> <li><a href="https://github.com/docker/cli/commit/c1d14aef3c67d123c2d2da055ec5a11b7af0dab7"><code>c1d14ae</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6423">#6423</a> from vvoland/update-docker</li> <li><a href="https://github.com/docker/cli/commit/18adfd54a946aa638bea1cc2688a209974d1c375"><code>18adfd5</code></a> vendor: github.com/docker/docker v28.4.0-rc.2</li> <li><a href="https://github.com/docker/cli/commit/6e20b9d93c07e827bceb772b5e4ae4d09830d985"><code>6e20b9d</code></a> update to go1.24.7</li> <li><a href="https://github.com/docker/cli/commit/3cadbd82c52f1c29927509e4b0c1aae5d1b06b3e"><code>3cadbd8</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6420">#6420</a> from thaJeztah/28.x_backport_complete_pull</li> <li><a href="https://github.com/docker/cli/commit/b3df92053dd94fb66999010986b62dff335c71d0"><code>b3df920</code></a> add completion for docker image pull</li> <li><a href="https://github.com/docker/cli/commit/b89b0690826393104e533db1ced050dd5b32a0a2"><code>b89b069</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6416">#6416</a> from vvoland/update-docker</li> <li><a href="https://github.com/docker/cli/commit/9deb5e9cd307492548776923f0b9e8be04bce567"><code>9deb5e9</code></a> vendor: github.com/docker/docker v28.4.0-rc.2-dev (5d5332b00c76)</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v28.3.0...v28.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/docker` from 28.3.0+incompatible to 28.4.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>v28.4.0</h2> <h2>28.4.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.4.0">docker/cli, 28.4.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.4.0">moby/moby, 28.4.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.4.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.4.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>New</h3> <ul> <li>Allow Docker CLI to set the <code>GODEBUG</code> environment variable when the key-value pair (<code>&quot;GODEBUG&quot;:&quot;...&quot;</code>) exists inside the docker context metadata. <a href="https://redirect.github.com/docker/cli/pull/6399">docker/cli#6399</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Add shell completion for <code>docker pull</code> and <code>docker image pull</code>. <a href="https://redirect.github.com/docker/cli/pull/6420">docker/cli#6420</a></li> <li>Fix a regression in v28.3.3 that could cause a panic on <code>docker push</code> if the client did not send an <code>X-Registry-Auth</code> header. <a href="https://redirect.github.com/moby/moby/pull/50738">moby/moby#50738</a></li> <li>Windows: Potentially fix an issue with &quot;access denied&quot; error when pulling images. <a href="https://redirect.github.com/moby/moby/pull/50871">moby/moby#50871</a></li> <li>containerd image store: Fix <code>docker history</code> failing with <code>snapshot X does not exist</code> when calling on a non-native image that was built locally. <a href="https://redirect.github.com/moby/moby/pull/50875">moby/moby#50875</a></li> <li>containerd image store: Fix <code>docker image prune</code> to emit correct <code>untag</code> and <code>delete</code> events and list only the deleted images root digests instead of every blob. <a href="https://redirect.github.com/moby/moby/pull/50837">moby/moby#50837</a></li> <li>Remove interactive login prompt from <code>docker push</code> and <code>docker pull</code> after a failure caused by missing authentication. <a href="https://redirect.github.com/docker/cli/pull/6256">docker/cli#6256</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Update BuildKit to <a href="https://github.com/moby/buildkit/releases/tag/v0.24.0">v0.24.0</a>. <a href="https://redirect.github.com/moby/moby/pull/50888">moby#50888</a></li> <li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.24.6">1.24.7</a>. <a href="https://redirect.github.com/moby/moby/pull/50889">moby/moby#50889</a>, <a href="https://redirect.github.com/docker/cli/pull/6422">docker/cli#6422</a></li> <li>Update <code>runc</code> to <a href="https://github.com/opencontainers/runc/releases/tag/v1.3.0">v1.3.0</a>. <a href="https://redirect.github.com/moby/moby/pull/50699">moby/moby#50699</a></li> <li>Update containerd (static binaries only) to <a href="https://github.com/containerd/containerd/releases/tag/v1.7.28">v1.7.28</a>. <a href="https://redirect.github.com/moby/moby/pull/50700">moby/moby#50700</a></li> </ul> <h3>Networking</h3> <ul> <li>Fix an issue that could cause slow container restart on live-restore. <a href="https://redirect.github.com/moby/moby/pull/50829">moby/moby#50829</a></li> </ul> <h3>API</h3> <ul> <li>Update deprecation message for <code>AuthConfig.Email</code> field. <a href="https://redirect.github.com/moby/moby/pull/50797">moby/moby#50797</a></li> </ul> <h3>Go SDK</h3> <ul> <li>Deprecate profiles package which got migrated to <a href="https://github.com/moby/profiles">github.com/moby/profiles</a>. <a href="https://redirect.github.com/moby/moby/pull/50513">moby/moby#50513</a></li> </ul> <h3>Deprecations</h3> <ul> <li>Deprecate special handling for quoted values for the <code>--tlscacert</code>, <code>--tlscert</code>, and <code>--tlskey</code> command-line flags. <a href="https://redirect.github.com/docker/cli/pull/6291">docker/cli#6291</a></li> <li>Mark legacy links env vars (<code>DOCKER_KEEP_DEPRECATED_LEGACY_LINKS_ENV_VARS</code>) as deprecated in v28.4 and set for removal in v30.0. <a href="https://redirect.github.com/docker/cli/pull/6309">docker/cli#6309</a></li> <li>Go-SDK: Deprecate field <code>NetworkSettingsBase.Bridge</code>, struct <code>NetworkSettingsBase</code>, all the fields of <code>DefaultNetworkSettings</code>, and struct <code>DefaultNetworkSettings</code>. <a href="https://redirect.github.com/moby/moby/pull/50839">moby/moby#50839</a></li> <li>Go-SDK: api/types: <code>build.CacheDiskUsage</code>, <code>container.DiskUsage</code>, <code>images.DiskUsage</code> and <code>volumes.DiskUsage</code> are now deprecated and will be removed in the next major release. <a href="https://redirect.github.com/moby/moby/pull/50768">moby/moby#50768</a></li> <li>Go-SDK: cli-plugins/manager: deprecate <code>ReexecEnvvar</code>. <a href="https://redirect.github.com/docker/cli/pull/6411">docker/cli#6411</a></li> <li>Go-SDK: cli-plugins/manager: deprecate annotation aliases (<code>CommandAnnotationPlugin</code>, <code>CommandAnnotationPluginVendor</code>, <code>CommandAnnotationPluginVersion</code>, <code>CommandAnnotationPluginInvalid</code>, <code>CommandAnnotationPluginCommandPath</code>) in favor of their equivalent in <code>cli-plugins/manager/metadata</code>. <a href="https://redirect.github.com/docker/cli/pull/6298">docker/cli#6298</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/249d679a6baf8a32bb6d72d6ac5cc7ab9c90b4ea"><code>249d679</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50890">#50890</a> from vvoland/50889-28.x</li> <li><a href="https://github.com/moby/moby/commit/d664cfe1390eb623963dfc6f2d8bf02e6875ca60"><code>d664cfe</code></a> update to go1.24.7</li> <li><a href="https://github.com/moby/moby/commit/b384cd2a45f543ceac77526e58761ab49494c8c5"><code>b384cd2</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50888">#50888</a> from vvoland/50885-28.x</li> <li><a href="https://github.com/moby/moby/commit/c1ce88e7f8bba7760fddbb131f2a3e8d1f0069c4"><code>c1ce88e</code></a> vendor: update buildkit to v0.24.0</li> <li><a href="https://github.com/moby/moby/commit/4a34e8e9f69367e4adc830d0562c8a36d1cb855e"><code>4a34e8e</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50875">#50875</a> from vvoland/50867-28.x</li> <li><a href="https://github.com/moby/moby/commit/cfa70d073ec486c561dd2024050f66d5192a5a34"><code>cfa70d0</code></a> gha/arm64: Setup qemu</li> <li><a href="https://github.com/moby/moby/commit/d70382e4424e19cf65d9837a6d8ed8fcb9a5f566"><code>d70382e</code></a> integration/internal: Print Buildkit logs</li> <li><a href="https://github.com/moby/moby/commit/687b206c6b642608f0d61bda090a4169311dca0d"><code>687b206</code></a> c8d/history: Fix non-native platforms</li> <li><a href="https://github.com/moby/moby/commit/e4224f86c085c609303cdd72fef39384237af430"><code>e4224f8</code></a> integration/internal: Handle Buildkit in GetImageIDFromBody</li> <li><a href="https://github.com/moby/moby/commit/5d5332b00c7618f3ad1ab4eda4ac4102c4a9fa8c"><code>5d5332b</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50871">#50871</a> from vvoland/50870-28.x</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v28.3.0...v28.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/go-connections/commit/42faf792bde28c414a060127d6351769408a675f"><code>42faf79</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/138">#138</a> from thaJeztah/sockets_move_unix_options</li> <li><a href="https://github.com/docker/go-connections/commit/9ffab7e3fa034452a2f6b81509f49c7f22e9dc5e"><code>9ffab7e</code></a> sockets: make NewUnixSocket, WithChown, WithChmod unix-only</li> <li><a href="https://github.com/docker/go-connections/commit/6bb1d155460587c6eb5548ce350f5c03fcb3563f"><code>6bb1d15</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/135">#135</a> from thaJeztah/rename_test_files</li> <li><a href="https://github.com/docker/go-connections/commit/b6c843daa949fbbae3a5193c6c007f85de74d5d5"><code>b6c843d</code></a> sockets: rename files to be considered test files</li> <li><a href="https://github.com/docker/go-connections/commit/80898b6033e4983d38d62925db5292076af05c15"><code>80898b6</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/133">#133</a> from thaJeztah/deprecate_socket_dialpipe</li> <li><a href="https://github.com/docker/go-connections/commit/a4399e5c713c31c811393c819a35dbe95bb7b74b"><code>a4399e5</code></a> socket: deprecate DialPipe</li> <li><a href="https://github.com/docker/go-connections/commit/b071e04318669a6f5eeff43d4d85659f9d8cbb2a"><code>b071e04</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/128">#128</a> from thaJeztah/remove_old_cyphers</li> <li><a href="https://github.com/docker/go-connections/commit/578bfdec32637ef34a9c5c8a021f507dd9215825"><code>578bfde</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/132">#132</a> from thaJeztah/optimize_ParsePortSpec</li> <li><a href="https://github.com/docker/go-connections/commit/deccd714a238eb4932687dd734aab7b1e0771495"><code>deccd71</code></a> tlsconfig: align client and server defaults, remove weak CBC ciphers</li> <li><a href="https://github.com/docker/go-connections/commit/30b91c802c92abaf1b4643c95006a0576998c2ae"><code>30b91c8</code></a> nat: ParsePortSpec: combine some conditions</li> <li>Additional commits viewable in <a href="https://github.com/docker/go-connections/compare/v0.5.0...v0.6.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.10.1</h2> <h3>🐛 Fix</h3> <ul> <li>chore: upgrade pflags v1.0.9 by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2305">spf13/cobra#2305</a></li> </ul> <p>v1.0.9 of pflags brought back <code>ParseErrorsWhitelist</code> and marked it as deprecated</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1">https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1</a></p> <h2>v1.10.0</h2> <h2>What's Changed</h2> <h3>🚨 Attention!</h3> <ul> <li>Bump pflag to 1.0.8 by <a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2303">spf13/cobra#2303</a></li> </ul> <p>This version of <code>pflag</code> carried a breaking change: it renamed <code>ParseErrorsWhitelist</code> to <code>ParseErrorsAllowlist</code> which can break builds if both <code>pflag</code> and <code>cobra</code> are dependencies in your project.</p> <ul> <li>If you use both <code>pflag and </code>cobra<code>, upgrade </code>pflag<code>to 1.0.8 and</code>cobra<code>to</code>1.10.0`</li> <li><strong><em>or</em></strong> use the newer, fixed version of <code>pflag</code> v1.0.9 which keeps the deprecated <code>ParseErrorsWhitelist</code></li> </ul> <p>More details can be found here: <a href="https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515">spf13/cobra#2303</a></p> <h3>✨ Features</h3> <ul> <li>Flow context to command in SetHelpFunc by <a href="https://github.com/Frassle"><code>@​Frassle</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2241">spf13/cobra#2241</a></li> <li>The default ShellCompDirective can be customized for a command and its subcommands by <a href="https://github.com/albers"><code>@​albers</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2238">spf13/cobra#2238</a></li> </ul> <h3>🐛 Fix</h3> <ul> <li>Upgrade golangci-lint to v2, address findings by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2279">spf13/cobra#2279</a></li> </ul> <h3>🪠 Testing</h3> <ul> <li>Test with Go 1.24 by <a href="https://github.com/harryzcy"><code>@​harryzcy</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2236">spf13/cobra#2236</a></li> <li>chore: Rm GitHub Action PR size labeler by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2256">spf13/cobra#2256</a></li> </ul> <h3>📝 Docs</h3> <ul> <li>Remove traling curlybrace by <a href="https://github.com/yedayak"><code>@​yedayak</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2237">spf13/cobra#2237</a></li> <li>Update command.go by <a href="https://github.com/styee"><code>@​styee</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2248">spf13/cobra#2248</a></li> <li>feat: Add security policy by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2253">spf13/cobra#2253</a></li> <li>Update Readme (Warp) by <a href="https://github.com/ericdachen"><code>@​ericdachen</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2267">spf13/cobra#2267</a></li> <li>Add Periscope to the list of projects using Cobra by <a href="https://github.com/anishathalye"><code>@​anishathalye</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2299">spf13/cobra#2299</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/harryzcy"><code>@​harryzcy</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2236">spf13/cobra#2236</a></li> <li><a href="https://github.com/yedayak"><code>@​yedayak</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2237">spf13/cobra#2237</a></li> <li><a href="https://github.com/Frassle"><code>@​Frassle</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2241">spf13/cobra#2241</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388"><code>7da941c</code></a> chore: Bump pflag to v1.0.9 (<a href="https://redirect.github.com/spf13/cobra/issues/2305">#2305</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a"><code>51d6751</code></a> Bump pflag to 1.0.8 (<a href="https://redirect.github.com/spf13/cobra/issues/2303">#2303</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea"><code>3f3b818</code></a> Update README.md with new logo</li> <li><a href="https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a"><code>dcaf42e</code></a> Add Periscope to the list of projects using Cobra (<a href="https://redirect.github.com/spf13/cobra/issues/2299">#2299</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06"><code>6dec1ae</code></a> The default ShellCompDirective can be customized for a command and its subcom...</li> <li><a href="https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce"><code>c8289c1</code></a> chore(golangci-lint): add some exclusion presets</li> <li><a href="https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932"><code>4af7b64</code></a> refactor: apply golangci-lint autofixes, work around false positives</li> <li><a href="https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e"><code>75790e4</code></a> chore(golangci-lint): upgrade to v2</li> <li><a href="https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22"><code>db3ddb5</code></a> Adding sponsorship to README.md</li> <li><a href="https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a"><code>67171d6</code></a> putting sponsorship below header</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/pflag/releases">github.com/spf13/pflag's releases</a>.</em></p> <blockquote> <h2>v1.0.9</h2> <h2>What's Changed</h2> <ul> <li>fix: Restore ParseErrorsWhitelist name for now by <a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/446">spf13/pflag#446</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9">https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9</a></p> <h2>v1.0.8</h2> <h2>:warning: Breaking Change</h2> <p>This version, while only a patch bump, includes a (very minor) breaking change: the <code>flag.ParseErrorsWhitelist</code> struct and corresponding <code>FlagSet.parseErrorsWhitelist</code> field have been renamed to <code>ParseErrorsAllowlist</code>.</p> <p>This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.</p> <p>The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.</p> <h2>What's Changed</h2> <ul> <li>Remove Redundant &quot;Unknown-Flag&quot; Error by <a href="https://github.com/vaguecoder"><code>@​vaguecoder</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/364">spf13/pflag#364</a></li> <li>Switching from whitelist to Allowlist terminology by <a href="https://github.com/dubrie"><code>@​dubrie</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/261">spf13/pflag#261</a></li> <li>Omit zero time.Time default from usage line by <a href="https://github.com/mologie"><code>@​mologie</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/438">spf13/pflag#438</a></li> <li>implement CopyToGoFlagSet by <a href="https://github.com/pohly"><code>@​pohly</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/330">spf13/pflag#330</a></li> <li>flag: Emulate stdlib behavior and do not print ErrHelp by <a href="https://github.com/tmc"><code>@​tmc</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/407">spf13/pflag#407</a></li> <li>Print Default Values of String-to-String in Sorted Order by <a href="https://github.com/vaguecoder"><code>@​vaguecoder</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/365">spf13/pflag#365</a></li> <li>fix: Don't print ErrHelp in ParseAll by <a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/443">spf13/pflag#443</a></li> <li>Reset args on re-parse even if empty by <a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/444">spf13/pflag#444</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vaguecoder"><code>@​vaguecoder</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/364">spf13/pflag#364</a></li> <li><a href="https://github.com/dubrie"><code>@​dubrie</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/261">spf13/pflag#261</a></li> <li><a href="https://github.com/mologie"><code>@​mologie</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/438">spf13/pflag#438</a></li> <li><a href="https://github.com/pohly"><code>@​pohly</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/330">spf13/pflag#330</a></li> <li><a href="https://github.com/tmc"><code>@​tmc</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/407">spf13/pflag#407</a></li> <li><a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/443">spf13/pflag#443</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8">https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8</a></p> <h2>v1.0.7</h2> <h2>What's Changed</h2> <ul> <li>Fix defaultIsZeroValue check for generic Value types by <a href="https://github.com/MidnightRocket"><code>@​MidnightRocket</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li> <li>feat: Use structs for errors returned by pflag. by <a href="https://github.com/eth-p"><code>@​eth-p</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/425">spf13/pflag#425</a></li> <li>Fix typos by <a href="https://github.com/co63oc"><code>@​co63oc</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/428">spf13/pflag#428</a></li> <li>fix <a href="https://redirect.github.com/spf13/pflag/issues/423">#423</a> : Add helper function and some documentation to parse shorthand go test flags. by <a href="https://github.com/valdar"><code>@​valdar</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/424">spf13/pflag#424</a></li> <li>add support equivalent to golang flag.TextVar(), also fixes the test failure as described in <a href="https://redirect.github.com/spf13/pflag/issues/368">#368</a> by <a href="https://github.com/hujun-open"><code>@​hujun-open</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/418">spf13/pflag#418</a></li> <li>add support for Func() and BoolFunc() <a href="https://redirect.github.com/spf13/pflag/issues/426">#426</a> by <a href="https://github.com/LeGEC"><code>@​LeGEC</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/429">spf13/pflag#429</a></li> <li>fix: correct argument length check in FlagSet.Parse by <a href="https://github.com/ShawnJeffersonWang"><code>@​ShawnJeffersonWang</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/409">spf13/pflag#409</a></li> <li>fix usage message for func flags, fix arguments order by <a href="https://github.com/LeGEC"><code>@​LeGEC</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/431">spf13/pflag#431</a></li> <li>Add support for time.Time flags by <a href="https://github.com/max-frank"><code>@​max-frank</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/348">spf13/pflag#348</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MidnightRocket"><code>@​MidnightRocket</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/pflag/commit/10438578954bba2527fe5cae3684d4532b064bbe"><code>1043857</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/446">#446</a> from spf13/fix-backwards-compat</li> <li><a href="https://github.com/spf13/pflag/commit/7412009ab0f29ad89cbc6625911a58c0618cf31e"><code>7412009</code></a> fix: Restore ParseErrorsWhitelist name for now</li> <li><a href="https://github.com/spf13/pflag/commit/b9c16fa5ec31cd7339621b8d208bf4f2769486c4"><code>b9c16fa</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/444">#444</a> from spf13/reset-args-even-if-empty</li> <li><a href="https://github.com/spf13/pflag/commit/40abc492254e0920cbb9fb31d6fe7184e746ad31"><code>40abc49</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/443">#443</a> from spf13/silence-errhelp</li> <li><a href="https://github.com/spf13/pflag/commit/1bf832c6fec8a35a8c1d61e5fb14f5ce404197ef"><code>1bf832c</code></a> Use errors.Is instead of equality check</li> <li><a href="https://github.com/spf13/pflag/commit/d25dd242b134a8ca037812921a93cac978b86fd5"><code>d25dd24</code></a> Reset args on re-parse even if empty</li> <li><a href="https://github.com/spf13/pflag/commit/094909dbe8ce782026dd7c254622b06ec385b640"><code>094909d</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/365">#365</a> from vaguecoder/str2str-sorted</li> <li><a href="https://github.com/spf13/pflag/commit/ccb49e5fea9f96c72827c71454198b28bf11ef49"><code>ccb49e5</code></a> Print Default Values of String-to-String in Sorted Order</li> <li><a href="https://github.com/spf13/pflag/commit/b55ffb6b7ca272b5085317ae58e4631a0f90199d"><code>b55ffb6</code></a> fix: Don't print ErrHelp in ParseAll</li> <li><a href="https://github.com/spf13/pflag/commit/7c651d1d398142c3056ff45df14f2019bad2146d"><code>7c651d1</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/407">#407</a> from tmc/fix-errhelp</li> <li>Additional commits viewable in <a href="https://github.com/spf13/pflag/compare/v1.0.6...v1.0.9">compare view</a></li> </ul> </details> <br /> Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stretchr/testify/releases">github.com/stretchr/testify's releases</a>.</em></p> <blockquote> <h2>v1.11.1</h2> <p>This release fixes <a href="https://redirect.github.com/stretchr/testify/issues/1785">#1785</a> introduced in v1.11.0 where expected argument values implementing the stringer interface (<code>String() string</code>) with a method which mutates their value, when passed to mock.Mock.On (<code>m.On(&quot;Method&quot;, &lt;expected&gt;).Return()</code>) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.</p> <h2>What's Changed</h2> <ul> <li>Backport <a href="https://redirect.github.com/stretchr/testify/issues/1786">#1786</a> to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by <a href="https://github.com/brackendawson"><code>@​brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1788">stretchr/testify#1788</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1">https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1</a></p> <h2>v1.11.0</h2> <h2>What's Changed</h2> <h3>Functional Changes</h3> <p>v1.11.0 Includes a number of performance improvements.</p> <ul> <li>Call stack perf change for CallerInfo by <a href="https://github.com/mikeauclair"><code>@​mikeauclair</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1614">stretchr/testify#1614</a></li> <li>Lazily render mock diff output on successful match by <a href="https://github.com/mikeauclair"><code>@​mikeauclair</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1615">stretchr/testify#1615</a></li> <li>assert: check early in Eventually, EventuallyWithT, and Never by <a href="https://github.com/cszczepaniak"><code>@​cszczepaniak</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1427">stretchr/testify#1427</a></li> <li>assert: add IsNotType by <a href="https://github.com/bartventer"><code>@​bartventer</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1730">stretchr/testify#1730</a></li> <li>assert.JSONEq: shortcut if same strings by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1754">stretchr/testify#1754</a></li> <li>assert.YAMLEq: shortcut if same strings by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1755">stretchr/testify#1755</a></li> <li>assert: faster and simpler isEmpty using reflect.Value.IsZero by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1761">stretchr/testify#1761</a></li> <li>suite: faster methods filtering (internal refactor) by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1758">stretchr/testify#1758</a></li> </ul> <h3>Fixes</h3> <ul> <li>assert.ErrorAs: log target type by <a href="https://github.com/craig65535"><code>@​craig65535</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1345">stretchr/testify#1345</a></li> <li>Fix failure message formatting for Positive and Negative asserts in <a href="https://redirect.github.com/stretchr/testify/pull/1062">stretchr/testify#1062</a></li> <li>Improve ErrorIs message when error is nil but an error was expected by <a href="https://github.com/tsioftas"><code>@​tsioftas</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1681">stretchr/testify#1681</a></li> <li>fix Subset/NotSubset when calling with mixed input types by <a href="https://github.com/siliconbrain"><code>@​siliconbrain</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1729">stretchr/testify#1729</a></li> <li>Improve ErrorAs failure message when error is nil by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1734">stretchr/testify#1734</a></li> <li>mock.AssertNumberOfCalls: improve error msg by <a href="https://github.com/3scalation"><code>@​3scalation</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1743">stretchr/testify#1743</a></li> </ul> <h3>Documentation, Build &amp; CI</h3> <ul> <li>docs: Fix typo in README by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1688">stretchr/testify#1688</a></li> <li>Replace deprecated io/ioutil with io and os by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1684">stretchr/testify#1684</a></li> <li>Document consequences of calling t.FailNow() by <a href="https://github.com/greg0ire"><code>@​greg0ire</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1710">stretchr/testify#1710</a></li> <li>chore: update docs for Unset <a href="https://redirect.github.com/stretchr/testify/issues/1621">#1621</a> by <a href="https://github.com/techfg"><code>@​techfg</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1709">stretchr/testify#1709</a></li> <li>README: apply gofmt to examples by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1687">stretchr/testify#1687</a></li> <li>refactor: use %q and %T to simplify fmt.Sprintf by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1674">stretchr/testify#1674</a></li> <li>Propose Christophe Colombier (ccoVeille) as approver by <a href="https://github.com/brackendawson"><code>@​brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1716">stretchr/testify#1716</a></li> <li>Update documentation for the Error function in assert or require package by <a href="https://github.com/architagr"><code>@​architagr</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1675">stretchr/testify#1675</a></li> <li>assert: remove deprecated build constraints by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1671">stretchr/testify#1671</a></li> <li>assert: apply gofumpt to internal test suite by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1739">stretchr/testify#1739</a></li> <li>CI: fix shebang in .ci.*.sh scripts by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1746">stretchr/testify#1746</a></li> <li>assert,require: enable parallel testing on (almost) all top tests by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1747">stretchr/testify#1747</a></li> <li>suite.Passed: add one more status test report by <a href="https://github.com/Ararsa-Derese"><code>@​Ararsa-Derese</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1706">stretchr/testify#1706</a></li> <li>Add Helper() method in internal mocks and assert.CollectT by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1423">stretchr/testify#1423</a></li> <li>assert.Same/NotSame: improve usage of Sprintf by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1742">stretchr/testify#1742</a></li> <li>mock: enable parallel testing on internal testsuite by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1756">stretchr/testify#1756</a></li> <li>suite: cleanup use of 'testing' internals at runtime by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1751">stretchr/testify#1751</a></li> <li>assert: check test failure message for Empty and NotEmpty by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1745">stretchr/testify#1745</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d"><code>2a57335</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1788">#1788</a> from brackendawson/1785-backport-1.11</li> <li><a href="https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100"><code>af8c912</code></a> Backport <a href="https://redirect.github.com/stretchr/testify/issues/1786">#1786</a> to release/1.11</li> <li><a href="https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4"><code>b7801fb</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1778">#1778</a> from stretchr/dependabot/github_actions/actions/chec...</li> <li><a href="https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b"><code>69831f3</code></a> build(deps): bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c"><code>a53be35</code></a> Improve captureTestingT helper</li> <li><a href="https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687"><code>aafb604</code></a> mock: improve formatting of error message</li> <li><a href="https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef"><code>7218e03</code></a> improve error msg</li> <li><a href="https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9"><code>929a212</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1758">#1758</a> from stretchr/dolmen/suite-faster-method-filtering</li> <li><a href="https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2"><code>bc7459e</code></a> suite: faster filtering of methods (-testify.m)</li> <li><a href="https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1"><code>7d37b5c</code></a> suite: refactor methodFilter</li> <li>Additional commits viewable in <a href="https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1">compare view</a></li> </ul> </details> <br /> Updates `go.etcd.io/bbolt` from 1.4.2 to 1.4.3 <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.3</h2> <p>See the <a href="https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.4.md#v1432025-08-19">CHANGELOG/v1.4.3</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etcd-io/bbolt/commit/68e6b96e6b74ebc396ac1aa7186c92e616960bd1"><code>68e6b96</code></a> Update version to v1.4.3</li> <li><a href="https://github.com/etcd-io/bbolt/commit/599de69b93e15d16f9b2a46c3e1b6819d5ca9890"><code>599de69</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1058">#1058</a> from ahrtr/20250818_writeto_1.4</li> <li><a href="https://github.com/etcd-io/bbolt/commit/8fd1b83bf70c9ae0f8aeedc8560dc6e9381a9dea"><code>8fd1b83</code></a> Update (*Tx)WriteTo to reuse the already opened file if WriteFlag not set</li> <li><a href="https://github.com/etcd-io/bbolt/commit/76cd3d49f2412b69e462a9a839448038a9e20409"><code>76cd3d4</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1049">#1049</a> from hwdef/release14-bump-go-12312</li> <li><a href="https://github.com/etcd-io/bbolt/commit/af33d7d4708aada6929f01efa4209497835f45ec"><code>af33d7d</code></a> Bump Go to 1.23.12</li> <li><a href="https://github.com/etcd-io/bbolt/commit/60b43b81831cece156e24dda2b772f1565a6ff31"><code>60b43b8</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1050">#1050</a> from Elbehery/20250811_bump_windows_timeout</li> <li><a href="https://github.com/etcd-io/bbolt/commit/79638fd413e2c0e4b33f1c04b53de28c684be445"><code>79638fd</code></a> [release-1.4]:chore(test): bump_windows_test_timeout</li> <li><a href="https://github.com/etcd-io/bbolt/commit/804e1709676dcf57e5aa35fa011f3757c91ffb6d"><code>804e170</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1046">#1046</a> from ahrtr/20250809_hugesize_test_1.4</li> <li><a href="https://github.com/etcd-io/bbolt/commit/0307cfd51edc3f6757a8a5a4896eeb9f1907646c"><code>0307cfd</code></a> Fix test case TestDB_HugeValue for 32 bit systems</li> <li><a href="https://github.com/etcd-io/bbolt/commit/4c57e50812d1759c2ebab0ddb92e6b37a93af09a"><code>4c57e50</code></a> Merge pull request <a href="https://redirect.github.com/etcd-io/bbolt/issues/1024">#1024</a> from hwdef/bump-go-12311-release-14</li> <li>Additional commits viewable in <a href="https://github.com/etcd-io/bbolt/compare/v1.4.2...v1.4.3">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.32.0 to 0.35.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/1a11b45a6fdc76d25c81fa21867a34052ba8fbd1"><code>1a11b45</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/d862cd548e11aa25b32848fd8a08ab1a178f30fa"><code>d862cd5</code></a> all: upgrade go directive to at least 1.24.0 [generated]</li> <li><a href="https://github.com/golang/term/commit/a35244d18d7756b12deca31a518c0fa1327d050a"><code>a35244d</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/4f53e0cd3924d70667107169374a480bfd208348"><code>4f53e0c</code></a> term: allow multi-line bracketed paste to not create single line with verbati...</li> <li><a href="https://github.com/golang/term/commit/27f29d8328742b97c08c2186027d32cdc438345c"><code>27f29d8</code></a> term: remove duplicate flag and add comment on windows</li> <li><a href="https://github.com/golang/term/commit/30da5dd58fc835bf6704fa7464ac3d23202d8685"><code>30da5dd</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.32.0...v0.35.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v5's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <p>This release is almost identical to to <code>v5.2.3</code> but now correctly indicates Go 1.21 as minimum requirement.</p> <h2>What's Changed</h2> <ul> <li>Create CODEOWNERS by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/449">golang-jwt/jwt#449</a></li> <li>Bump Go version to indicate correct minimum requirement by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/452">golang-jwt/jwt#452</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0">https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0</a></p> <h2>v5.2.3</h2> <h2>What's Changed</h2> <ul> <li>Bump GitHub workflows and Go versions by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/438">golang-jwt/jwt#438</a></li> <li>Implementing validation of multiple audiences by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/433">golang-jwt/jwt#433</a></li> <li>Bump golangci/golangci-lint-action from 7 to 8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/440">golang-jwt/jwt#440</a></li> <li>replaced interface{} to any by <a href="https://github.com/aachex"><code>@​aachex</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/445">golang-jwt/jwt#445</a></li> <li>Fix bug in validation of multiple audiences by <a href="https://github.com/sfinnman-cotn"><code>@​sfinnman-cotn</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/441">golang-jwt/jwt#441</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/aachex"><code>@​aachex</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/445">golang-jwt/jwt#445</a></li> <li><a href="https://github.com/sfinnman-cotn"><code>@​sfinnman-cotn</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/441">golang-jwt/jwt#441</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3">https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a"><code>e9547a1</code></a> Bump Go version to indicate correct minimum requirement (<a href="https://redirect.github.com/golang-jwt/jwt/issues/452">#452</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831"><code>3839817</code></a> Create CODEOWNERS (<a href="https://redirect.github.com/golang-jwt/jwt/issues/449">#449</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad"><code>d83e545</code></a> Fix bug in validation of multiple audiences (<a href="https://redirect.github.com/golang-jwt/jwt/issues/441">#441</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66"><code>75740f1</code></a> replaced interface{} to any (<a href="https://redirect.github.com/golang-jwt/jwt/issues/445">#445</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f"><code>048854f</code></a> Bump golangci/golangci-lint-action from 7 to 8 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/440">#440</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7"><code>497a38e</code></a> Implementing validation of multiple audiences (<a href="https://redirect.github.com/golang-jwt/jwt/issues/433">#433</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4"><code>12384ea</code></a> Bump GitHub workflows and Go versions (<a href="https://redirect.github.com/golang-jwt/jwt/issues/438">#438</a>)</li> <li>See full diff in <a href="https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.9 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:29 +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#2625
No description provided.