* Automated vanilla image creation via VNC
* Require packer-plugin-tart >= 0.5.0
* Signify that vanilla.pkr.hcl is Monterey-specific
* Decrease VM disk sizes from 50 to 40 GB
* Require Tart Packer plugin 0.5.1
* Automated Ventura vanilla image creation from IPSW URL
* Template to automatically disable SIP in recovery mode
* Document where one can get an IPSW URL
* Enable passwordless sudo via SSH
Right now the base image has 10Gb free which is very conservative if you want to compile much of thing or install Node.js modules. The disk is compressed when pushed so this change shouldn't affect the size of pull that much.
Fixes https://github.com/cirruslabs/cirrus-ci-docs/issues/1065