Skip to content
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

build(deps): bump the docker-dependencies group with 2 updates #319

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the docker-dependencies group with 2 updates: github.com/docker/cli and github.com/docker/docker.

Updates github.com/docker/cli from 24.0.7+incompatible to 25.0.2+incompatible

Commits
  • 29cf629 Merge pull request #4819 from dvdksn/25.0_backport_docs_host-gateway-ip_daemo...
  • 4caf4de docs: update host-gateway-ip to use daemon.json instead of cli flag
  • 950ecd4 Merge pull request #4815 from thaJeztah/25.0_backport_update_compose
  • 6ab4781 Dockerfile: update docker compose to v2.24.2
  • e8852e8 Merge pull request #4806 from thaJeztah/25.0_backport_socket-eof-return
  • 4e097c6 socket: return from loop after EOF
  • 01f9332 Merge pull request #4803 from thaJeztah/25.0_backport_update_engine
  • 4cd8d5c Merge pull request #4804 from dvdksn/backport_25.0_docs_fix_cli_broken_alias_...
  • 21c1284 docs: move base command to docker.md
  • 22e1f2c docs: fix broken links to alias pages
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 24.0.7+incompatible to 25.0.2+incompatible

Release notes

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

v25.0.2

25.0.2

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

Security

This release contains security fixes for the following CVEs affecting Docker Engine and its components.

CVE Component Fix version Severity
CVE-2024-21626 runc 1.1.12 High, CVSS 8.6
CVE-2024-23651 BuildKit 1.12.5 High, CVSS 8.7
CVE-2024-23652 BuildKit 1.12.5 High, CVSS 8.7
CVE-2024-23653 BuildKit 1.12.5 High, CVSS 7.7
CVE-2024-23650 BuildKit 1.12.5 Medium, CVSS 5.5
CVE-2024-24557 Docker Engine 25.0.2 Medium, CVSS 6.9

The potential impacts of the above vulnerabilities include:

  • Unauthorized access to the host filesystem
  • Compromising the integrity of the build cache
  • In the case of CVE-2024-21626, a scenario that could lead to full container escape

For more information about the security issues addressed in this release, refer to the blog post. For details about each vulnerability, see the relevant security advisory:

Packaging updates

v25.0.1

25.0.1

... (truncated)

Commits
  • fce6e0c Merge pull request from GHSA-xw73-rw38-6vjc
  • d838e68 Merge pull request #47269 from thaJeztah/25.0_backport_bump_runc_binary_1.1.12
  • fa0d415 Merge pull request #47280 from thaJeztah/25.0_backport_bump_containerd_binary...
  • 06e22dc Merge pull request #47275 from vvoland/vendor-bk-0.12.5-25
  • b73ee94 Merge pull request #47274 from thaJeztah/25.0_backport_bump_runc_1.1.12
  • fd6a419 update containerd binary to v1.7.13
  • 13ce918 vendor: github.com/moby/buildkit v0.12.5
  • 4b63c47 vendor: github.com/opencontainers/runc v1.1.12
  • 4edb71b update runc binary to v1.1.12
  • 667bc3f Merge pull request #47265 from vvoland/ci-fix-makeps1-templatefail-25
  • Additional commits viewable in compare view

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

Bumps the docker-dependencies group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/docker/docker](https://github.com/docker/docker).


Updates `github.com/docker/cli` from 24.0.7+incompatible to 25.0.2+incompatible
- [Commits](docker/cli@v24.0.7...v25.0.2)

Updates `github.com/docker/docker` from 24.0.7+incompatible to 25.0.2+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.7...v25.0.2)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker-dependencies
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/docker-dependencies-bcab0730ab branch from 2388f34 to 0aa1340 Compare February 2, 2024 07:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2024

Superseded by #321.

@dependabot dependabot bot closed this Feb 7, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/docker-dependencies-bcab0730ab branch February 7, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants