What's Changed
- feat: Add live kernel probes for bridge and veth support to check NAT networking capability. (5b25b53)
- feat: Add network isolation configuration requirements to the DroidSpaces kernel configurations. (a11b144)
- chore: bump v5.0.0 (979bca5)
- feat: Add
check_nsfunction to verify network namespace support and integrate it into network mode validation. (7e13441) - feat: Cache cgroup mount points, optimize mountinfo parsing, ensure correct PTY allocation in new PID namespaces, and prevent terminal I/O blocking. (7d73063)
- feat: Implement a centralized logging engine with internal functions, container-specific file logging, and refactored logging macros. (e5a7fcb)
- fix: Apply interactive terminal check for foreground mode only to interactive commands like start, restart, or enter. (662b797)
- app: implemented NAT/HOST/NONE Network modes to the container configuration menu (9b5dc95)
- feat: mask
systemd-networkd-wait-online.serviceand makeudevadm triggernon-critical inudev-trigger.service(3811490) - fix: Configure systemd-networkd to unmanage all network interfaces, preventing DHCP conflicts with Droidspaces' static IP setup. (d92b87d)
- net: implement full network isolation with NAT, bridgeless fallback, and Android routing (75f2c69)
- feat: Add
--resetcommand-line option to clear container configuration while preserving name and rootfs paths. (f92dd52)
Automated Release by Droidspaces CI