Skip to content

Releases: moby/sys

mount v0.3.2

14 Apr 00:21
7335f4f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: mount/v0.3.1...mount/v0.3.2

mountinfo v0.6.1

12 Apr 20:49
523ebb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: mountinfo/v0.6.0...mountinfo/v0.6.1

signal/v0.7.0

15 Feb 13:04
signal/v0.7.0
b8d8fab
Compare
Choose a tag to compare

What's Changed

Full Changelog: signal/v0.6.0...signal/v0.7.0

mount/v0.3.1

15 Feb 13:01
mount/v0.3.1
b8d8fab
Compare
Choose a tag to compare

What's Changed

Full Changelog: mount/v0.3.0...mount/v0.3.1

mountinfo v0.6.0

03 Feb 16:41
d01e595
Compare
Choose a tag to compare

New functionality

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

Full changelog: mountinfo/v0.5.0...mountinfo/v0.6.0

symlink/v0.2.0

05 Nov 10:24
03b9f8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: symlink/v0.1.0...symlink/v0.2.0

signal/v0.6.0

05 Nov 10:24
03b9f8d
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kzys made their first contribution in #71

Full Changelog: signal/v0.5.0...signal/v0.6.0

mount/v0.3.0

05 Nov 10:23
03b9f8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: mount/v0.2.0...mount/v0.3.0

mountinfo/v0.5.0

05 Nov 07:58
fbd276c
Compare
Choose a tag to compare

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: mountinfo/v0.4.1...mountinfo/v0.5.0

signal v0.5.0

23 Jul 07:30
signal/v0.5.0
9b0136d
Compare
Choose a tag to compare

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