Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rodny Molina <rodny.molina@docker.com>
  • Loading branch information
rodnymolina committed Apr 7, 2023
1 parent b28cd5a commit 51c9872
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.6.1] - 2023-04-06
## [0.6.1] - 2023-04-07
### Added
* Added support for ID-mapped overlayfs lower layers; eliminates need for shiftfs and Sysbox rootfs chown; requires kernel 5.19+.
* Have Sysbox perform shiftfs and ID-mapping functional checks during init (issue #596).
* Fix rootfs cloning to prevent inode leakage (for hosts with kernel < 5.19 and no shiftfs) (issue #570).
* Fixed rootfs cloning to prevent inode leakage (for hosts with kernel < 5.19 and no shiftfs) (issue #570).
* Added --disable-inner-image-preload flag to sysbox-mgr (speeds up Sysbox container startup).
* 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.
* 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).
* Fix emulation of /sys/module/nf_conntrack/parameters inside containers.
* Add emulation of /sys/devices/virtual/dmi/id inside containers (for hosts where that resource is not present).
* Added few optimizations to expedite I/O operations in procfs/sysfs emulated resources.
* Enhanced life-cycle management of Sysbox daemons in Systemd-free scenarios.
* Prevented concurrent execution of Sysbox daemons (multi-instance problem).
* Improved the handling of ungraceful shutdown scenarios.
* Eliminated Sysbox dependencies on configfs kernel module presence.
* Fixed emulation of /sys/module/nf_conntrack/parameters inside containers.
* Added emulation of /sys/devices/virtual/dmi branch inside containers (for hosts where this or inner resources is not present).
* Hide /sys/kernel/security inside containers (issue #662)
* Don't assign more capabilities to the container than those given to Sysbox itself.
* Don't fail in kernel distros without /lib/modules/<kernel-release>.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.1

0 comments on commit 51c9872

Please sign in to comment.