We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731091 commit 6204539Copy full SHA for 6204539
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.6.4] - 2024-04-06
5
+### Added
6
+ * Fix to allowing running x86 apps in Sysbox containers (issue #350).
7
+ * Fix sysbox-fs nsenter mount leak.
8
+ * Fix sysbox emulation of /proc and /sys in containers for kernels 6.5+.
9
+ * Add hardening against CVE-2024-21626.
10
+ * Fix ordering of mounts under /run for containers with systemd (issue #767).
11
+
12
## [0.6.3] - 2024-01-08
13
### Added
14
* Fix to ensure "docker --net=host" works inside Sysbox containers (issue #712).
VERSION
@@ -1 +1 @@
-0.6.3
+0.6.4
0 commit comments