build(deps): bump the dependencies group with 5 updates#5889
build(deps): bump the dependencies group with 5 updates#5889dependabot[bot] wants to merge 2 commits intomasterfrom
Conversation
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `28.3.0+incompatible` | `28.3.3+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `28.3.0+incompatible` | `28.3.3+incompatible` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` | | [golang.org/x/term](https://github.com/golang/term) | `0.32.0` | `0.33.0` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` | Updates `github.com/docker/cli` from 28.3.0+incompatible to 28.3.3+incompatible - [Commits](docker/cli@v28.3.0...v28.3.3) Updates `github.com/docker/docker` from 28.3.0+incompatible to 28.3.3+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.3.0...v28.3.3) Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.6...v1.0.7) Updates `golang.org/x/term` from 0.32.0 to 0.33.0 - [Commits](golang/term@v0.32.0...v0.33.0) Updates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v5.2.2...v5.3.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.3.3+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/docker/docker dependency-version: 28.3.3+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/term dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/golang-jwt/jwt/v5 dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5889 +/- ##
==========================================
+ Coverage 74.65% 74.78% +0.13%
==========================================
Files 73 73
Lines 11139 11190 +51
==========================================
+ Hits 8316 8369 +53
+ Misses 2186 2185 -1
+ Partials 637 636 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks. You may have to fix your CI before adding the pull request to the queue again. |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |

Bumps the dependencies group with 5 updates:
28.3.0+incompatible28.3.3+incompatible28.3.0+incompatible28.3.3+incompatible1.0.61.0.70.32.00.33.05.2.25.3.0Updates
github.com/docker/clifrom 28.3.0+incompatible to 28.3.3+incompatibleCommits
980b856Merge pull request #6183 from thaJeztah/diff_simplify9c25614Merge pull request #6181 from thaJeztah/fork_readCloserWrapperbc01f84Merge pull request #6182 from thaJeztah/fork_longpathea2a0c3Merge pull request #6177 from thaJeztah/rm_aliases3d98579cli/command: remove some redundant import-aliasesf5f3b02Merge pull request #6178 from thaJeztah/bump_dev_tools143f361Merge pull request #6179 from thaJeztah/bump_gotestsumd7181e4Merge pull request #6185 from thaJeztah/alpine_doc8b6436eDockerfile: document ALPINE_VERSION build-arg7d574b8Merge pull request #6180 from thaJeztah/truncate_idUpdates
github.com/docker/dockerfrom 28.3.0+incompatible to 28.3.3+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
bea959cMerge pull request #50506 from robmry/backport-28.x/fix_firewalld_reload3e9ff78bridge: Reapply endpoint iptables rules on firewalld reload29ed80abridge: Trigger firewalld reload during bridge integration testsda489a1Merge pull request #50478 from thaJeztah/28.x_backport_gha_bump_bkf173e45Merge pull request #50480 from austinvazquez/cherry-pick-ea29dffaa541289591aa...e4b1f89daemon/server: remove compatibility with API v1.4 auth-config on push0c9e14dhack/buildkit-ref: temporarily bump BuildKit to head of v0.23 branchbf6d688Merge pull request #50471 from austinvazquez/cherry-pick-b1ce0c89f0214cc6711c...4205776client: always send (empty) body on pushe77ff99Merge pull request #50354 from vvoland/50353-28.xUpdates
github.com/spf13/pflagfrom 1.0.6 to 1.0.7Release notes
Sourced from github.com/spf13/pflag's releases.
Commits
f9cbdd9Merge pull request #348 from max-frank/add-time-flag-supporte3be2ebReduce duplication by forwarding to sibling functions7cc25e3Don't exportTimeValue(yet)d15848dRemove unnecessary time test stderr dev null redirectc5ce22eUse time.Time for expectations in time flag tests1992c5aAdd support for time.Time flags1c62fb2Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags1a4b5b2fix discrepancy in order of arguments for Func() and BoolFunc() #4334730aa0fix help message for Func and BoolFunc flags #430f4c97c2minor: fix typos in commentsUpdates
golang.org/x/termfrom 0.32.0 to 0.33.0Commits
30da5ddgo.mod: update golang.org/x dependenciesUpdates
github.com/golang-jwt/jwt/v5from 5.2.2 to 5.3.0Release notes
Sourced from github.com/golang-jwt/jwt/v5's releases.
Commits
e9547a1Bump Go version to indicate correct minimum requirement (#452)3839817Create CODEOWNERS (#449)d83e545Fix bug in validation of multiple audiences (#441)75740f1replaced interface{} to any (#445)048854fBump golangci/golangci-lint-action from 7 to 8 (#440)497a38eImplementing validation of multiple audiences (#433)12384eaBump GitHub workflows and Go versions (#438)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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