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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,26 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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.
0 commit comments