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.6.1 #36

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 13, 2022

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

Release notes

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

mountinfo v0.6.1

What's Changed

New Contributors

Full Changelog: moby/sys@mountinfo/v0.6.0...mountinfo/v0.6.1

signal/v0.6.0

What's Changed

New Contributors

Full Changelog: moby/sys@signal/v0.5.0...signal/v0.6.0

mountinfo v0.6.0

New functionality

  • Add MountedFast by @​kolyshkin in moby/sys#100 Note: most users should keep using Mounted, which already incorporates all optimizations from MountedFast

Full changelog: moby/sys@mountinfo/v0.5.0...mountinfo/v0.6.0

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

... (truncated)

Commits
  • 523ebb9 Merge pull request #106 from kolyshkin/go1.18rc
  • a7c7190 ci/gha: bump actions/checkoutm, actions/setup-go
  • 2787cc2 ci: drop Go 1.16, add Go 1.18
  • 1a27bda Makefile: bump golangci-lint to 1.45.2
  • d75da0c Merge pull request #107 from manugupt1/add-test
  • 3f01d17 Add test for RecursiveUnmount when a submount fails to unmount.
  • 925ece2 Merge pull request #109 from manugupt1/propagate-bare-errors
  • 4ac34a1 Do not wrap errors from filepath/os as they are already wrapped.
  • 0335593 Merge pull request #108 from kolyshkin/use-t-tempdir
  • fc00352 mount: rm createFile from tests
  • 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.6.1.
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@mountinfo/v0.4.1...mountinfo/v0.6.1)

---
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 Apr 13, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 7, 2022

Superseded by #38.

@dependabot dependabot bot closed this Jun 7, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/moby/sys/mountinfo-0.6.1 branch June 7, 2022 20: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
0 participants