Skip to content

Commit 3a69811

Browse files
committed
Release v0.6.7
Signed-off-by: Cesar Talledo <[email protected]>
1 parent a98b61a commit 3a69811

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
## [0.6.7] - 2025-05-09
5+
### Added
6+
* Add support for binfmt_misc namespacing inside Sysbox containers (kernel 6.7+); issue #592.
7+
* Add edition and version info in sysbox-mgr and sysbox-fs logs.
8+
* Fix bug when starting/stopping containers with large number of layers, on kernels without idmapping or shiftfs.
9+
* Fix bug when unmounting fuse device inside Sysbox container (issue #854).
10+
* Fix bug causing failure to open /proc/sys/kernel/shm inside Sysbox container (issues #903, #909).
11+
* Fix bug causing false-negatives when checking for shiftfs support in hosts (issue #922)
12+
* Fix bug causing sysbox-mgr to consume CPU cycles when idle (issue #915).
13+
* sysbox-deploy-k8s: add support for K8s v1.32 and deprecated support for K8s v1.28.
14+
415
## [0.6.6] - 2025-01-03
516
### Added
617
* Add support for k8s v1.31 and deprecate k8s v1.27.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.6
1+
0.6.7

0 commit comments

Comments
 (0)