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 20.10.6+incompatible to 20.10.7+incompatible #1

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 3, 2021

Bumps github.com/docker/docker from 20.10.6+incompatible to 20.10.7+incompatible.

Release notes

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

v20.10.7

20.10.7

Client

  • Suppress warnings for deprecated cgroups docker/cli#3099.
  • Prevent sending SIGURG signals to container on Linux and macOS. The Go runtime (starting with Go 1.14) uses SIGURG signals internally as an interrupt to support preemptable syscalls. In situations where the Docker CLI was attached to a container, these interrupts were forwarded to the container. This fix changes the Docker CLI to ignore SIGURG signals docker/cli#3107, moby/moby#42421.

Builder

  • Update BuildKit to version v0.8.3-3-g244e8cde moby/moby#42448:
    • Transform relative mountpoints for exec mounts in the executor to work around a breaking change in runc v1.0.0-rc94 and up. moby/buildkit#2137.
    • Add retry on image push 5xx errors. moby/buildkit#2043.
    • Fix build-cache not being invalidated when renaming a file that is copied using a COPY command with a wildcard. Note that this change invalidates existing build caches for copy commands that use a wildcard. moby/buildkit#2018.
    • Fix build-cache not being invalidated when using mounts moby/buildkit#2076.
  • Fix build failures when FROM image is not cached when using legacy schema 1 images moby/moby#42382.

Logging

  • Update the hcsshim SDK to make daemon logs on Windows less verbose moby/moby#42292.

Rootless

  • Fix capabilities not being honored when an image was built on a daemon with user-namespaces enabled moby/moby#42352.

Networking

  • Update libnetwork to fix publishing ports on environments with kernel boot parameter ipv6.disable=1, and to fix a deadlock causing internal DNS lookups to fail moby/moby#42413.

Contrib

  • Update rootlesskit to v0.14.2 to fix a timeout when starting the userland proxy with the slirp4netns port driver moby/moby#42294.
  • Fix "Device or resource busy" errors when running docker-in-docker on a rootless daemon moby/moby#42342.

Packaging

  • Update containerd to v1.4.6, runc v1.0.0-rc95 to address CVE-2021-30465

... (truncated)

Commits
  • b0f5bc3 Merge pull request #42352 from AkihiroSuda/cherrypick-41724
  • 497c50a Merge pull request #42448 from thaJeztah/20.10_backport_update_buildkit
  • 6474dad vendor: github.com/moby/buildkit v0.8.3-3-g244e8cde
  • 895eaac vendor: github.com/moby/buildkit v0.8.3
  • eab37e5 Merge pull request #42413 from thaJeztah/20.10_backport_bump_libnetwork
  • d844987 Merge pull request #42421 from thaJeztah/20.10_backport_more_ignore
  • 003e3c0 pkg/signal: ignore SIGURG on all platforms
  • 9555116 vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
  • d29a55c vendor: github.com/docker/libnetwork 64b7a4574d1426139437d20e81c0b6d391130ec8
  • 3db8385 Merge pull request #42382 from thaJeztah/20.10_backport_schema1_cache_fix
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 20.10.6+incompatible to 20.10.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](moby/moby@v20.10.6...v20.10.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jun 3, 2021

Codecov Report

Merging #1 (c24ceed) into master (555d3e6) will decrease coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   63.40%   63.18%   -0.22%     
==========================================
  Files          13       13              
  Lines         910      910              
==========================================
- Hits          577      575       -2     
- Misses        245      247       +2     
  Partials       88       88              
Impacted Files Coverage Δ
docker.go 64.97% <0.00%> (-0.47%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 555d3e6...c24ceed. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 22, 2021

Looks like github.com/docker/docker is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 22, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/docker/docker-20.10.7incompatible branch July 22, 2021 20:17
mdelapenya pushed a commit that referenced this pull request Sep 18, 2024
Fix kafka internal docker connection
mdelapenya pushed a commit that referenced this pull request Nov 20, 2024
* Respect custom waitStrategy for InfluxDB (#1)

fix(influxdb): Respect passed waitStrategy

* Refactor test to use require for container state assertion

Co-authored-by: Steven Hartland <[email protected]>

* Change default wait strategy from checking logs to health check for influxdb2 (#2)

* /health check waitStrategy for influx1 and influx2

* Undo health endpoint test after default strategy was changed

* Update http health check to verify JSON status value (#3)

* Move Shutdown check to WithInitDb (#4)

Move Shutdown check to WithInitDb

* Remove slice

Co-authored-by: Steven Hartland <[email protected]>

* Simplify comment

Co-authored-by: Steven Hartland <[email protected]>

* More precise WitInitDb domment

---------

Co-authored-by: Steven Hartland <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant