Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit a62917d

Browse files
committed
Release v0.3.0
Signed-off-by: Rodny Molina <[email protected]>
1 parent 9780970 commit a62917d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

4+
## [0.3.0] - 2021-03-26
5+
### Added
6+
* Secured system container initial mounts (mount/remount/unmounts on these from within the container are now restricted). See [here](docs/user-guide/security.md#initial-mount-immutability) for details.
7+
* Improved Sysbox systemd service unit files (dependencies, open-file limits).
8+
* Improved logging by sysbox-mgr and sysbox-fs (json logging, more succint logs).
9+
* Added support for systemd-managed cgroups v1 on the host (cgroups v2 still not supported).
10+
* Added support for read-only Docker containers.
11+
* Synced-up sysbox-runc to include the latest changes from the OCI runc.
12+
* Added support for Debian distribution (Buster and Bullseye).
13+
* Added ground-work to support Sysbox on RedHat, Fedora, and CentOS (next step is creating a package manager for these).
14+
* Added config option to configure the Sysbox work directory (defaults to /var/lib/sysbox).
15+
* Fixed sporadic session stalling issue during syscall interception handling.
16+
* Fixed sysbox-mgr file descriptor leak (sysbox issue #195).
17+
* Fixed problem with "docker --restart" on Sysbox containers (sysbox issue #184).
18+
* Fixed race condition in sysbox-fs procfs & sysfs emulation.
19+
* Fixed problem preventing kernel-headers from being properly imported within sys containers.
20+
* Fixed inappropriate handling of mount instructions in chroot jail environments.
21+
### Removed
22+
* None.
23+
424
## [0.2.0] - 2020-07-03
525
### Added
626
* Added initial Kubernetes-in-Docker support to enable secure, flexible and portable K8s clusters.

0 commit comments

Comments
 (0)