You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,21 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [0.6.1] - 2023-04-06
4
+
## [0.6.1] - 2023-04-07
5
5
### Added
6
6
* Added support for ID-mapped overlayfs lower layers; eliminates need for shiftfs and Sysbox rootfs chown; requires kernel 5.19+.
7
7
* Have Sysbox perform shiftfs and ID-mapping functional checks during init (issue #596).
8
-
*Fix rootfs cloning to prevent inode leakage (for hosts with kernel < 5.19 and no shiftfs) (issue #570).
8
+
*Fixed rootfs cloning to prevent inode leakage (for hosts with kernel < 5.19 and no shiftfs) (issue #570).
9
9
* Added --disable-inner-image-preload flag to sysbox-mgr (speeds up Sysbox container startup).
10
10
* Added --syscont-mode flag to sysbox-mgr; allows Sysbox to work in system container mode (default) or regular container mode; the latter is meant for running microservices with stronger isolation.
11
11
* Added --disable-shiftfs-on-fuse flag to sysbox-mgr; prevents Sysbox from mounting shiftfs on top of FUSE-backed filesystems (some of which don't work with shiftfs).
12
-
* Fix emulation of /sys/module/nf_conntrack/parameters inside containers.
13
-
* Add emulation of /sys/devices/virtual/dmi/id inside containers (for hosts where that resource is not present).
12
+
* Added few optimizations to expedite I/O operations in procfs/sysfs emulated resources.
13
+
* Enhanced life-cycle management of Sysbox daemons in Systemd-free scenarios.
14
+
* Prevented concurrent execution of Sysbox daemons (multi-instance problem).
15
+
* Improved the handling of ungraceful shutdown scenarios.
16
+
* Eliminated Sysbox dependencies on configfs kernel module presence.
17
+
* Fixed emulation of /sys/module/nf_conntrack/parameters inside containers.
18
+
* Added emulation of /sys/devices/virtual/dmi branch inside containers (for hosts where this or inner resources is not present).
0 commit comments