Skip to content

Releases: lowRISC/container-hotplug

20250409-1

09 Apr 13:42
Compare
Choose a tag to compare
20250409-1 Pre-release
Pre-release

What's Changed

  • Propagate udev messages into the container by @nbdd0121 in #13

Full Changelog: 20241201-1...20250409-1

20241201-1

01 Dec 15:07
Compare
Choose a tag to compare
20241201-1 Pre-release
Pre-release

What's Changed

  • Remove systemd's device filter configuration if any by @nbdd0121 in #9

Full Changelog: 20241011-1...20241201-1

20241011-1

11 Oct 11:53
Compare
Choose a tag to compare
20241011-1 Pre-release
Pre-release
Support block devices

20241008-1

08 Oct 11:39
Compare
Choose a tag to compare
20241008-1 Pre-release
Pre-release
Remount /dev when user namespace is used to allow accessing device nodes

20241004-1

04 Oct 12:32
Compare
Choose a tag to compare
20241004-1 Pre-release
Pre-release
Implement ID map parsing and translation

20240513-1

13 May 14:39
Compare
Choose a tag to compare
20240513-1 Pre-release
Pre-release
Fix cgroup.events error when cgroup is gone before reading events

If cgroup is gone before reading the cgroup.events file then it will return
an error. Treat errors as unpopulated to account for it.

Move container-hotplug from wrapper of docker to wrapper of runc

26 Apr 16:30
Compare
Choose a tag to compare
Apply README suggestions from code review

Co-authored-by: James Wainwright <james.wainwright@lowrisc.org>

20240319-2

19 Mar 15:59
Compare
Choose a tag to compare
20240319-2 Pre-release
Pre-release
Fix chown to not dereference symlink

20240305-1

05 Mar 12:14
Compare
Choose a tag to compare
20240305-1 Pre-release
Pre-release
Fix typo in refactoring