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

Commit 383d28e

Browse files
committed
Release v0.4.0
Signed-off-by: Rodny Molina <[email protected]>
1 parent ae5eb1b commit 383d28e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

4+
## [0.4.0] - 2021-07-19
5+
### Added
6+
* Added support to create secure Kubernetes PODs with Sysbox (sysbox-pods).
7+
* Added support for Cgroups-v2 systems.
8+
* Added support for WeaveNet and Calico CNIs to run within a Sysbox container.
9+
* Added support to allow K3s execution within Sysbox containers.
10+
* Extended Sysbox support to Fedora-33 and Fedora-34 releases.
11+
* Extended Sysbox support to Flatcar Linux distribution.
12+
* Modified Sysbox binaries' installation path ("/usr/local/sbin" -> "/usr/bin").
13+
* Enhanced generation and handling of logging output by relying on systemd (journald) subsystem.
14+
* Multiple enhancements in /proc & /sys file-system's emulation logic.
15+
* Extended installer to allow it to deploy Sysbox in non-strictly-supported distros / releases.
16+
* Improved security of shiftfs mounts.
17+
* Fixed issue impacting sysbox-fs stability in scaling scenarios (issue #266).
18+
* Fixed issue preventing sys-container initialization due a recent change in oci-runc (issue #291).
19+
* Fixed issue with "--mountpoint" cli knob being ignored (sysbox issue #310).
20+
* Fixed issue causing sysbox-fs handlers to stall upon access to a procfs node (issue #306).
21+
* Fixed issue preventing write access to 'domainname' procfs node (issue #287).
22+
* Fixed issue preventing systemd-based containers from being able to initialize (issue #273).
23+
* Made changes to allow Docker network sharing between containers.
24+
* Ensure that Sysbox mounts in read-only containers are mounted as read only.
25+
### Removed
26+
* Deprecated EOL'd Fedora-31 and Fedora-32 releases.
27+
428
## [0.3.0] - 2021-03-26
529
### Added
630
* 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.

0 commit comments

Comments
 (0)