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

chore(deps): Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.2+incompatible #1844

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2023

Bumps github.com/docker/docker from 24.0.0+incompatible to 24.0.2+incompatible.

Release notes

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

v24.0.2

24.0.2

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

Bug fixes and enhancements

  • Fix a panic during build when referencing locally tagged images. moby/buildkit#3899, moby/moby#45582
  • Fix builds potentially failing with exit code: 4294967295 when performing many concurrent build stages. moby/moby#45620
  • Fix DNS resolution on Windows ignoring etc/hosts (%WINDIR%\System32\Drivers\etc\hosts), including resolution of localhost. moby/moby#45562
  • Apply a workaround for a containerd bug that causes concurrent docker exec commands to take significantly longer than expected. moby/moby#45625
  • containerd image store: Fix an issue where the image Created field would contain an incorrect value. moby/moby#45623
  • containerd image store: Adjust the output of image pull progress so that the output has the same format regardless of whether the containerd image store is enabled. moby/moby#45602
  • containerd image store: Switching between the default and containerd image store now requires a daemon restart. moby/moby#45616

v24.0.1

24.0.1

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

Removed

  • Remove CLI completions for storage drivers removed in the 24.0 major release. docker/cli#4302

Bug fixes and enhancements

  • Fix an issue where DNS query NXDOMAIN replies from external servers were forwarded to the client as SERVFAIL. moby/moby#45573
  • Fix an issue where docker pull --platform would report No such image regarding another tag pointing to the same image. moby/moby#45562
  • Fix an issue where insecure registry configuration would be forgotten during config reload. moby/moby#45571
  • containerd-storage: Fix an issue where images which have no layers would not be listed in docker images -a moby/moby#45588
  • API: Fix an issue where GET /images/{id}/json would return null instead of empty RepoTags and RepoDigests. moby/moby#45564
  • API: Fix an issue where POST /commit did not accept an empty request body. moby/moby#45568

Packaging updates

Commits
  • 659604f Merge pull request #45625 from thaJeztah/24.0_backport_serialize_exec_starts_...
  • 6660133 Merge pull request #45582 from thaJeztah/24.0_backport_vendor_buildkit_0.11.7...
  • 67b3563 Merge pull request #45623 from vvoland/c8d-inspect-created-time-24
  • 7a4ea19 libcontainerd: work around exec start bug in c8d
  • ae6e933 vendor: github.com/moby/buildkit v0.11.7-0.20230525183624-798ad6b0ce9f
  • 0d9acd2 c8d/inspect: Fill Created time if available
  • 37bc639 Merge pull request #45620 from thaJeztah/24.0_backport_update_go_runc_v1.1.0
  • 04eccf8 vendor: github.com/containerd/go-runc v1.1.0
  • 2472277 Merge pull request #45616 from thaJeztah/24.0_backport_lock_in_snapshotter_se...
  • 9d8acb7 Merge pull request #45612 from vvoland/dangling-image-repotagsdigests-test-24
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.0+incompatible to 24.0.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.0...v24.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 26, 2023
@MSevey MSevey requested a review from a team May 26, 2023 12:06
@github-actions github-actions bot added the bot item was created by a bot label May 26, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 26, 2023

Codecov Report

Merging #1844 (3a872b0) into main (1ecde6d) will not change coverage.
The diff coverage is n/a.

❗ Current head 3a872b0 differs from pull request most recent head 4f1ff9c. Consider uploading reports for the commit 4f1ff9c to get more accurate results

@@           Coverage Diff           @@
##             main    #1844   +/-   ##
=======================================
  Coverage   21.82%   21.82%           
=======================================
  Files         116      116           
  Lines       13247    13247           
=======================================
  Hits         2891     2891           
  Misses      10065    10065           
  Partials      291      291           

@rootulp rootulp enabled auto-merge (squash) May 31, 2023 16:14
@MSevey MSevey requested a review from a team May 31, 2023 16:24
@rootulp rootulp merged commit 348f795 into main Jun 1, 2023
18 checks passed
@rootulp rootulp deleted the dependabot/go_modules/github.com/docker/docker-24.0.2incompatible branch June 1, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants