Skip to content

Commit 51c9872

Browse files
committed
Release v0.6.1
Signed-off-by: Rodny Molina <rodny.molina@docker.com>
1 parent b28cd5a commit 51c9872

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [0.6.1] - 2023-04-06
4+
## [0.6.1] - 2023-04-07
55
### Added
66
* Added support for ID-mapped overlayfs lower layers; eliminates need for shiftfs and Sysbox rootfs chown; requires kernel 5.19+.
77
* 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).
99
* Added --disable-inner-image-preload flag to sysbox-mgr (speeds up Sysbox container startup).
1010
* 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.
1111
* 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).
1419
* Hide /sys/kernel/security inside containers (issue #662)
1520
* Don't assign more capabilities to the container than those given to Sysbox itself.
1621
* Don't fail in kernel distros without /lib/modules/<kernel-release>.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.6.1

0 commit comments

Comments
 (0)