Releases: moby/sys
mountinfo v0.7.2
What's Changed
- mountinfo: rm unneeded errorlint annotation
- update minimum supported go version to go1.17
- bump golang.org/x/sys to v0.1.0
Full Changelog: mountinfo/v0.7.1...mountinfo/v0.7.2
mountinfo v0.7.1
What's Changed
- mountinfo: linux: add a /proc/self/mountinfo fallback by @cyphar in #135 (a regression for a bug in v0.7.0)
Full Changelog: mountinfo/v0.7.0...mountinfo/v0.7.1
mountinfo v0.7.0
user v0.1.0
This integrate the github.com/opencontainers/runc/libcontainer/user package
at commit opencontainers/runc@a3a0ec48c464fe6458d2ba067f6707c027e5384e.
This package was originally authored in a "utils" package in the Docker
repository, after which it moved to "libcontainer", which became part of
runc.
Some commits were not included in history, due to them being applied in
the Docker repository before moving into "libcontainer". Leaving links
to those for future reference:
sequential v0.5.0
Initial release of github.com/moby/sys/sequential, which was extracted from the
github.com/docker/docker/pkg/system package at moby/moby@3e8573a
mountinfo v0.6.2
What's Changed
- update golang.org/x/sys v0.0.0-20220412211240-33da011f77ad by @thaJeztah in #116
- mountinfo: BSDs no longer need cgo nor reflect by @Red54 in #114
- mountinfo: update doc to use fs.ErrNotExist by @manugupt1 in #115
- Bump x/sys/unix by @akhramov in #118
New Contributors
Full Changelog: mountinfo/v0.6.1...mountinfo/v0.6.2
mount v0.3.3
What's Changed
- bump x/sys/unix by @akhramov in #118
- ci: add go mod tidy check by @kolyshkin in #119
- mount: bump mountinfo to v0.6.2 by @kolyshkin in #120
New Contributors
Full Changelog: mount/v0.3.2...mount/v0.3.3
mount v0.3.2
What's Changed
- Trivial test nitpicks by @kolyshkin in #108
- Add test for RecursiveUnmount when a submount fails to unmount by @manugupt1 in #107
- Bump mountinfo to v0.6.1 by @kolyshkin in #111
- ci: add go 1.18, drop 1.16 by @kolyshkin in #106
New Contributors
- @manugupt1 made their first contribution in #107
Full Changelog: mount/v0.3.1...mount/v0.3.2
mountinfo v0.6.1
What's Changed
- Do not wrap errors from filepath / os as they are already wrapped. by @manugupt1 in #109
- ci: add go 1.18, drop 1.16 by @kolyshkin in #106
New Contributors
- @manugupt1 made their first contribution in #109
Full Changelog: mountinfo/v0.6.0...mountinfo/v0.6.1
signal/v0.7.0
What's Changed
- Add lcow supported signals to windows signal map by @katiewasnothere in #98
- Makefile: rm .SHELLFLAGS, add set -e by @kolyshkin in #105
Full Changelog: signal/v0.6.0...signal/v0.7.0