Skip to content

Commit

Permalink
Added missing items to CHANGELOG file
Browse files Browse the repository at this point in the history
Signed-off-by: Rodny Molina <rmolina@nestybox.com>
  • Loading branch information
rodnymolina committed Mar 23, 2022
1 parent a338a3b commit ff3fcda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ All notable changes to this project will be documented in this file.
* Added support for running buildx/buildkit inside Sysbox containers.
* Added support for running Rancher RKE2 and Mirantis K0s inside Sysbox containers.
* Added configs to disable trapping chown and xattr* syscalls (improves performance but may reduce functionality).
* Added config to strictly honor container capabilities from higher level container manager.
* Added config to strictly honor container capabilities from higher-level container manager.
* Added support for per-container configs via `SYSBOX_*` env vars.
* Added support for CRI-O v1.21 in Sysbox's K8s deployments.
* Extended sysbox-k8s-deployment daemonset to allow sysbox-pods to be launched within Lokomotive, RKE2 and Azure (AKS) Kubernetes distributions.
* Improved performance of Sysbox's syscall interception code.
* Improved the way Sysbox releases the seccomp-fd handles for intercept syscalls (kernels >= 5.8).
* Improved Sysbox's cross-compilation support (artifacts can now be generated from/to either AMD64 or ARM64 hosts).
* Update to golang 1.16.
* Replaced the per-distro *.deb installation packages with a single deb bundle package.
* Allow alternative Docker data-root inside a Sysbox container (if Docker is pre-installed in the Sysbox container image).
* Fixed segfault when building Docker image inside Sysbox container (issue #484).
* Fixed segfault when running python pip install inside nested sysbox container (issue #485).
Expand Down

0 comments on commit ff3fcda

Please sign in to comment.