Skip to content

build(deps): bump github.com/moby/sys/mountinfo from 0.1.3 to 0.2.0#720

Merged
rhatdan merged 1 commit into
masterfrom
dependabot/go_modules/github.com/moby/sys/mountinfo-0.2.0
Sep 17, 2020
Merged

build(deps): bump github.com/moby/sys/mountinfo from 0.1.3 to 0.2.0#720
rhatdan merged 1 commit into
masterfrom
dependabot/go_modules/github.com/moby/sys/mountinfo-0.2.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps github.com/moby/sys/mountinfo from 0.1.3 to 0.2.0.

Release notes

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

mountinfo v0.2.0

Bug fixes:

  • Fix path unescaping for paths with double quotes (#16)

Improvements:

  • Mounted: speed up by adding fast paths using openat2 (Linux-only, #29) and stat (#20)
  • Mounted: relax path requirements (allow relative, non-cleaned paths, symlinks) (fixes #27)
  • Unescape fstype and source fields (#16)
  • Documentation improvements (#15)

Testing/CI:

  • Unit tests: exclude darwin (#13)
  • CI: run tests under Fedora 32 to test openat2 (#29)
  • TestGetMounts: fix for Ubuntu build system (#18)
  • Makefile: fix ignoring test failures (#19)
  • CI: add cross build (#23)

Thanks to:

  • Aleksa Sarai
  • Shengjing Zhu
Commits
  • bbb236c Merge pull request #29 from kolyshkin/openat2
  • 9c884dc ci: run tests under Fedora 32
  • 682f2bc mountinfo.mountedByMountinfo: normalize path
  • 0c38c02 mountinfo: treat ENOENT as "not mounted"
  • 78374f6 mountinfo.Mounted: optimize on Linux with openat2
  • ecf1ea8 ci: add golang 1.15.x
  • abf73b4 mountinfo: bump golang.org/x/sys
  • 14267b8 mountinfo.Mounted: return true for /
  • 1d9043a Merge pull request #26 from kolyshkin/opt-rec-umnt
  • 5ec19b6 mount.Unmount: improve doc
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Sep 16, 2020
@rhatdan
Copy link
Copy Markdown
Member

rhatdan commented Sep 16, 2020

@edsantiago PTAL

Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys) from 0.1.3 to 0.2.0.
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@mountinfo/v0.1.3...mountinfo/v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/moby/sys/mountinfo-0.2.0 branch from 4edb63c to c6955f1 Compare September 17, 2020 13:54
@rhatdan
Copy link
Copy Markdown
Member

rhatdan commented Sep 17, 2020

LGTM

@rhatdan rhatdan merged commit d4ea314 into master Sep 17, 2020
@dependabot-preview dependabot-preview Bot deleted the dependabot/go_modules/github.com/moby/sys/mountinfo-0.2.0 branch September 17, 2020 16:40
TomSweeneyRedHat pushed a commit that referenced this pull request May 8, 2026
I failed to push the latest version of my code in #720.

Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
(cherry picked from commit 0ebd8a22a08504b817148f3e86a50a8f9768fbad)
Signed-off-by: Tom Sweeney <tsweeney@redhat.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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant