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 github.com/docker/docker from 24.0.0+incompatible to 24.0.1+incompatible #413

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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
  • 463850e Merge pull request #45588 from vvoland/c8d-layerless-24
  • 47a3dad c8d/list: Show layerless images
  • a0bc3eb Merge pull request #45571 from thaJeztah/24.0_backport_fix_insecure_registrie...
  • 922b6aa Merge pull request #45568 from corhere/backport-24.0/fix-empty-container-decode
  • 0e605cf Merge pull request #45573 from thaJeztah/24.0_backport_fix_dns_servfail
  • 878c417 Merge pull request #45560 from crazy-max/24.0_backport_fix-worker-id
  • 654e80a Merge pull request #45570 from crazy-max/24.0_backport_ci-bin-image-distribute
  • 0869b08 libnetwork: just forward the external DNS response
  • 3467ba6 reorder load funcs to match newServiceConfig()'s order
  • f9b886c add mirror to daemon reload test for insecure registries
  • 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.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.0...v24.0.1)

---
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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 22, 2023
@KevinLiAWS KevinLiAWS enabled auto-merge (squash) May 22, 2023 17:10
@KevinLiAWS KevinLiAWS merged commit bb1cab2 into main May 22, 2023
12 checks passed
@KevinLiAWS KevinLiAWS deleted the dependabot/go_modules/github.com/docker/docker-24.0.1incompatible branch May 22, 2023 17:48
vsiravar pushed a commit that referenced this pull request Jun 2, 2023
🤖 I have created a release *beep* *boop*
---


## [0.6.2](v0.6.1...v0.6.2)
(2023-06-02)


### Bug Fixes

* sort volume args in DOCKER_COMPAT mode
([#417](#417))
([6a8ca1a](6a8ca1a))
* Stop lima process in postinstall and uninstall
([#438](#438))
([975c4ee](975c4ee))


### Build System or External Dependencies

* **deps:** Bump github.com/docker/docker from 23.0.6+incompatible to
24.0.0+incompatible
([#406](#406))
([25aa324](25aa324))
* **deps:** Bump github.com/docker/docker from 24.0.0+incompatible to
24.0.1+incompatible
([#413](#413))
([bb1cab2](bb1cab2))
* **deps:** Bump github.com/docker/docker from 24.0.1+incompatible to
24.0.2+incompatible
([#419](#419))
([f6f8aeb](f6f8aeb))
* **deps:** Bump github.com/lima-vm/lima from 0.15.1 to 0.16.0
([#428](#428))
([6a67f0c](6a67f0c))
* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.7
([#432](#432))
([0a381f1](0a381f1))
* **deps:** Bump github.com/onsi/gomega from 1.27.6 to 1.27.7
([#409](#409))
([80513c7](80513c7))
* **deps:** Bump github.com/runfinch/common-tests from 0.6.5 to 0.7.0
([#420](#420))
([ac18046](ac18046))
* **deps:** Bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5
([#437](#437))
([8635294](8635294))
* **deps:** Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1
([#405](#405))
([05b6b2e](05b6b2e))
* **deps:** Bump github.com/sirupsen/logrus from 1.9.1 to 1.9.2
([#408](#408))
([0ff477a](0ff477a))
* **deps:** Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
([#429](#429))
([0f7750e](0f7750e))
* **deps:** Bump golang.org/x/tools from 0.9.1 to 0.9.3
([#443](#443))
([b192874](b192874))
* **deps:** Bump k8s.io/apimachinery from 0.27.1 to 0.27.2
([#407](#407))
([e6cbd2c](e6cbd2c))
* **deps:** Bump submodules
([#402](#402))
([06d86b2](06d86b2))
* **deps:** Bump submodules
([#439](#439))
([e9551b5](e9551b5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant