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

Commit 5d7a844

Browse files
committed
Release v0.5.0
Signed-off-by: Rodny Molina <[email protected]>
1 parent c073e5c commit 5d7a844

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

4+
## [0.5.0] - 2022-03-23
5+
### Added
6+
* Added support for Linux ID-mapped mounts (shiftfs alternative in kernels >= 5.12).
7+
* Added support for ARM64 hosts.
8+
* Added support for running buildx/buildkit inside Sysbox containers.
9+
* Added support for running Rancher RKE2 and Mirantis K0s inside Sysbox containers.
10+
* Added configs to disable trapping chown and xattr* syscalls (improves performance but may reduce functionality).
11+
* Added config to strictly honor container capabilities from higher-level container manager.
12+
* Added support for per-container configs via `SYSBOX_*` env vars.
13+
* Improved performance of Sysbox's syscall interception code.
14+
* Improved the way Sysbox releases the seccomp-fd handles for intercept syscalls (kernels >= 5.8).
15+
* Improved Sysbox's cross-compilation support (artifacts can now be generated from/to either AMD64 or ARM64 hosts).
16+
* Update to golang 1.16.
17+
* Replaced the per-distro *.deb installation packages with a single deb bundle package.
18+
* Allow alternative Docker data-root inside a Sysbox container (if Docker is pre-installed in the Sysbox container image).
19+
* Fixed segfault when building Docker image inside Sysbox container (issue #484).
20+
* Fixed segfault when running python pip install inside nested sysbox container (issue #485).
21+
* Fixed issue with running KinD inside a Sysbox container (issue #415).
22+
* Fixed problem with shiftfs mounts on Kubernetes persistent volumes (issue #431).
23+
### Removed
24+
* None.
25+
426
## [0.4.1] - 2021-09-30
527
### Added
628
* Added important optimization to expedite the container creation cycle.

0 commit comments

Comments
 (0)