-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
build(deps): bump the dependencies group across 1 directory with 5 updates #4986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…dates Bumps the dependencies group with 4 updates in the / directory: [github.com/docker/cli](https://github.com/docker/cli), [github.com/docker/docker](https://github.com/docker/docker), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [dario.cat/mergo](https://github.com/imdario/mergo). Updates `github.com/docker/cli` from 28.0.4+incompatible to 28.2.2+incompatible - [Commits](docker/cli@v28.0.4...v28.2.2) Updates `github.com/docker/docker` from 28.0.4+incompatible to 28.2.2+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.0.4...v28.2.2) Updates `github.com/go-git/go-git/v5` from 5.14.0 to 5.16.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.14.0...v5.16.0) Updates `golang.org/x/term` from 0.30.0 to 0.31.0 - [Commits](golang/term@v0.30.0...v0.31.0) Updates `dario.cat/mergo` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](darccio/mergo@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.2.2+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/docker/docker dependency-version: 28.2.2+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/term dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dario.cat/mergo dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4986 +/- ##
==========================================
+ Coverage 74.65% 74.70% +0.05%
==========================================
Files 73 73
Lines 11139 11158 +19
==========================================
+ Hits 8316 8336 +20
Misses 2186 2186
+ Partials 637 636 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* do not use deprecated types / functions
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Bumps the dependencies group with 4 updates in the / directory: github.com/docker/cli, github.com/docker/docker, github.com/go-git/go-git/v5 and dario.cat/mergo.
Updates
github.com/docker/cli
from 28.0.4+incompatible to 28.2.2+incompatibleCommits
e6534b4
Merge pull request #6116 from vvoland/vendor-docker5c3128e
vendor: github.com/docker/docker v28.2.2-dev (45873be4ae3f)879ac3f
Merge pull request #6110 from thaJeztah/bump_engine92fa1e1
vendor: github.com/docker/docker 0e2cc22d36ae (v28.2-dev)4bec3a6
Merge pull request #6114 from thaJeztah/deprecate_non_compliant_registriesa007d1a
Merge pull request #6113 from thaJeztah/config_suppress_errbbfbd54
docs: deprecated: fallback for non-OCI-compliant registries is removed2d21e1f
cli/config/configfile: explicitly ignore errorbc9be0b
Merge pull request #6112 from thaJeztah/bump_tools3fe7dc5
Dockerfile: update compose to v2.36.2Updates
github.com/docker/docker
from 28.0.4+incompatible to 28.2.2+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
45873be
Merge pull request #50105 from jsternberg/revert-build-dangling7994426
Revert "containerd: images overridden by a build are kept dangling"f144264
Merge pull request #50090 from corhere/libn/overlay-netip768cfae
Merge pull request #50050 from robmry/nftables_internal_dnsd3289dd
Add nftables NAT rules for internal DNS resolver7a0bf74
Merge pull request #50038 from ctalledo/fix-for-50037b43afbf
Merge pull request #50098 from robmry/remove_docker-user_return_rulec299ba3
Update worker.Platforms() in builder-next worker.0e2cc22
Merge pull request #50049 from robmry/nftables_env_var_enablee37efd4
Merge pull request #50068 from mmorel-35/github.com/containerd/errdefsUpdates
github.com/go-git/go-git/v5
from 5.14.0 to 5.16.0Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
6d4a5c6
Merge pull request #1515 from pjbgf/regrebeedd6b
plumbing: transport, Reintroduce SetHostKeyCallback. Fix #1514763ce2e
Merge pull request #1510 from hiddeco/mtls-support5320e1b
plumbing: surface transport configuration errors9bbc93b
plumbing: fix unintended pointer mutation in testf3783f4
plumbing: support mTLS for HTTPS protocol6f444d3
Merge pull request #1505 from pjbgf/bump9996069
v5: Bump dependencies768fda7
Merge pull request #1482 from Javier-varez/add-cert-auth-support-v5.xba9d693
plumbing: support setting custom host key algorithms along with host key call...Updates
golang.org/x/term
from 0.30.0 to 0.31.0Commits
5d2308b
go.mod: update golang.org/x dependenciese770ddd
x/term: disabling auto-completion around GetPassword()Updates
dario.cat/mergo
from 1.0.1 to 1.0.2Release notes
Sourced from dario.cat/mergo's releases.
Commits
7b33b2b
refactor: migrate from YAML to JSON for test data and update related functions229a214
chore(.well-known): add funding manifest URLs file6be20c6
chore(SECURITY.md): update supported versions to reflect current versioning9007623
chore(README) : remove kubernetes from the list of users2b1eb9c
Update FUNDING.yml2ceb994
Create FUNDING.jsonDependabot 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