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/moby/sys/mountinfo from 0.4.1 to 0.5.0 #1053

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2021

Bumps github.com/moby/sys/mountinfo from 0.4.1 to 0.5.0.

Release notes

Sourced from github.com/moby/sys/mountinfo's releases.

signal v0.5.0

Initial release of the github.com/moby/sys/signal module, which was imported from github.com/docker/docker/pkg/signal at 9a6ff685a80639995311c0572d662360b55796d9

mountinfo/v0.5.0

Potentially breaking changes

  • Go versions < 1.16 are no longer supported
  • Mounted: in case the argument does not exist, it now returns an appropriate error. Previously, this condition was treated as "not a mount point", with no error returned, but in fact such path could be an unreachable mount point (overshadowed by another mount). In case callers are not interested in such error, they should filter it out, e.g. if !errors.Is(err, os.IsNotExist).

What's Changed

New Contributors

Full Changelog: moby/sys@mountinfo/v0.4.1...mountinfo/v0.5.0

Commits
  • 9b0136d Merge pull request #70 from thaJeztah/integrate_moby_signal_take2
  • 1e8ecd8 Makefile: enable tests for moby/sys/signal module
  • c5ecf63 signal: add go.mod
  • d78fef5 signal: remove import comments
  • 0756fca migrate github.com/docker/docker/pkg/signal
  • 50cd685 pkg/signal: remove gotest.tools dependency
  • f757dd0 pkg/signal: move Trap() to cmd/dockerd
  • e9e5ed9 pkg/signal: move signal.DumpStacks() to a separate package
  • 99abddf pkg/signal: ignore SIGURG on all platforms
  • fb0004a pkg/signal.CatchAll: ignore SIGURG on Linux
  • 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/moby/sys/mountinfo](https://github.com/moby/sys) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@mountinfo/v0.4.1...signal/v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/moby/sys/mountinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 5, 2021
@rhatdan
Copy link
Member

rhatdan commented Nov 5, 2021

LGTM

@rhatdan rhatdan merged commit 3395dff into main Nov 5, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/moby/sys/mountinfo-0.5.0 branch November 5, 2021 12:55
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.

None yet

2 participants