Skip to content

build(deps): bump github.com/moby/sys/mountinfo from 0.4.1 to 0.5.0 - #34

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/moby/sys/mountinfo-0.5.0
Closed

build(deps): bump github.com/moby/sys/mountinfo from 0.4.1 to 0.5.0#34
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/moby/sys/mountinfo-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 8, 2021

Copy link
Copy Markdown

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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 8, 2021
@dependabot @github

dependabot Bot commented on behalf of github Feb 4, 2022

Copy link
Copy Markdown
Author

Superseded by #39.

@dependabot dependabot Bot closed this Feb 4, 2022
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/moby/sys/mountinfo-0.5.0 branch February 4, 2022 02:12
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.

0 participants