Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.7.1] - 2026-07-28
### Added
* Support Sysbox on Ubuntu 24.04 with kernel 6.8+ under containerd 2.x; fixes sysfs mount failures ("mount through procfd: operation not permitted") during container/pod creation (issue #1013).
* Fix bug where a container's requested `--ulimit nofile` soft value silently failed to apply when the hard limit exceeded Go's internal rlimit cache threshold (issue #1014).
* Fix nil-pointer crash in sysbox-fs triggered when a container shares another container's network namespace via `docker run --network container:<id>`.
* Fix deadlock in sysbox-fs that could occur when many Docker containers are started/stopped concurrently inside a Sysbox container (issue #998).
* Fix sysbox-mgr serializing container registration behind a global lock unnecessarily, slowing down concurrent container restores when Docker is slow to respond.
* Update grpc dependency to pick up an HTTP/2 flood-protection fix.
* Remove usage of deprecated Go standard library packages (e.g., `io/ioutil`) across Sysbox components.

## [0.7.0] - 2025-03-02
### Added
* Port runc security patches for CVE-2025-3133, CVE-2025-52881, CVE-52565.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1