Releases: sbnb-io/sbnb
Releases · sbnb-io/sbnb
[Sbnb Linux v2025.02.17-42] 🚀 Python 3.12 for Ansible-based fleet automation, SEV-SNP Fix, and Nvidia GPU Passthrough!
[Sbnb Linux v2025.02.17-42] 🚀 Python 3.12 for Ansible-based fleet automation, SEV-SNP Fix, and Nvidia GPU Passthrough!
Latest
- Added Python 3.12 for improved Ansible-based fleet automation.
- Validated Nvidia GPU passthrough via
vfio-pci
for low-overhead virtualization. - Regression fixed: Removed
iommu=pt
, restoring AMD SEV-SNP functionality.
🚀 Sbnb Linux v2025.02.02-38 - New Versioning Scheme
- Sbnb Linux now follows the format
Year.Month.Day-$GITHUB_RUN_NUMBER
, whereGITHUB_RUN_NUMBER
auto-increments with each GitHub Actions build. Example: This release is2025.02.02-38
.
🚀 Sbnb Linux v0.0.7 - Minor Fixes & Updates
- Resolved an issue with the
sbnb-dev-env.sh
script failing due to the missingdnsutils
package, which has been renamed tobind9-dnsutils
.
🚀 Sbnb Linux v0.0.6 - Now Built with GitHub Actions!
- Release images are now fully built using GitHub Actions CI/CD for streamlined and reliable builds.
- Laying the groundwork for upcoming user-friendly scripts to easily create bootable Sbnb Linux USB drives.
🚀 Sbnb Linux v0.0.5 - Introduce sbnb-cmds.sh executed during boot
- Introduced the sbnb-cmds.sh file for customizing Sbnb Linux instances.
- During boot, Sbnb Linux will search for sbnb-cmds.sh on USB flash drives or
other supported sources. - If found, this shell script will be executed under the busybox shell during
the boot process, enabling user-defined customizations.
🚀 Sbnb Linux v0.0.4 - Support running Sbnb Linux as a VMware guest
🚀 Sbnb Linux v0.0.3 - tpm2-tools added for remote attestation
tpm2-tools added
🚀 Sbnb Linux v0.0.2 - AMD SEV-SNP Support
- Switched to SVSM Linux Kernel with full support for AMD SEV-SNP (Secure Encrypted Virtualization - Secure Nested Paging).
- Enables Confidential Computing (CC) for both host and guest modes.
- vTPM (Virtual Trusted Platform Module) support is now enabled within the kernel, leveraging SVSM for secure virtual environments.