Yeast v1.1.4
These docs target Yeast v1.1.4.
v1.1.4 is a patch release focused on publishing the refreshed Yeast and Twarga Academy web experience as a proper stable release.
What Changed
- the GitHub Pages landing announcement now promotes the free Twarga Academy DevOps bootcamp and links directly to the labs
- the hero terminal now mirrors the real Yeast workflow:
yeast init --template ubuntu-basic,yeast up, andyeast ssh web - the navbar GitHub CTA is now a polished star pill with a GitHub icon and graceful star-count fallback
- the landing page YAML example now uses the real v1.1
instancesschema - the Twarga Academy landing page now uses the same dark green Yeast visual system
- Academy course pages now use Yeast green accents instead of the previous purple palette
- release docs, installer defaults, update examples, and smoke-test docs now target
v1.1.4
Main User Surfaces
- Linux/QEMU/KVM host checks with
yeast doctor - project initialization with built-in and local templates
- trusted image listing, pulling, caching, and cache cleanup
- single-VM lifecycle with
up,status,ssh,down, anddestroy - cloud-init first boot setup
- package/file/shell provisioning
- stopped-VM snapshots and restore
- one private project network with static IPv4 addresses
- guest control with
exec,copy,logs, andinspect - JSON output and JSON Lines lifecycle events
- release updater with checksum verification
- terminal survival docs with
yeast docs - Twarga Academy bootcamp at
/yeast/bootcamp/
Built-In Templates
| Template | Purpose |
|---|---|
ubuntu-basic |
minimal single Ubuntu VM with the yeast user and passwordless sudo |
caddy-single-vm |
Caddy static site VM with provisioning |
two-vm-lab |
two Ubuntu VMs on one private network |
Supported Images
See Images for the current image list.
Auto-download images include Ubuntu, Debian, Fedora, AlmaLinux, CentOS Stream, and Rocky Linux entries.
Manual/setup-only images include Amazon Linux, openSUSE, Kali, Parrot, Alpine, Arch, and NixOS entries.
Known Limits
See Limitations.
Important v1.1 limits:
- Linux hosts only
- QEMU/KVM backend only
- one private network per project
- no public
ports:config - no bridge mode
- no daemon or web API
- snapshots are per instance, not project-wide atomic checkpoints
Release Validation
For maintainer validation, use Release Smoke Test.