Releases: isaac-sim/IsaacAutomator
Releases · isaac-sim/IsaacAutomator
Release list
v4.0.0-beta1
First beta of Isaac Automator v4
- New image-aws command builds pre-built AWS AMIs with Packer; deploying with --from-image skips installation and configuration steps, significantly speeding up provisioning
- AMI naming is aligned between Packer and Terraform using isaacautomator.isaacworkstation prefix, with current date as default AMI name
- Terraform state path handling is now fixed with local backend blocks in all configs, and deprecated -state flag is replaced with -backend-config
Full Changelog: v4.0.0-alpha1...v4.0.0-beta1
v4.0.0-alpha1
First alpha of Isaac Automator v4, major overhaul moving to source-based Isaac Sim/Lab installation.
- Isaac Sim and Isaac Lab are now installed from source (git) instead of Docker images, NGC and OV AMI references are removed
- Isaac Workstation is now the default instance role, provisioning a VM with Isaac Sim, Isaac Lab, and remote desktop access; more roles and Isaac Sim ecosystem packages will be added in the future
- Credential management now uses native AWS CLI storage, SSH and noVNC are split into separate commands with X11 forwarding and browser access from the Docker container
- NVIDIA drivers are updated, Azure GRID driver uses latest dynamic link
- Documentation updates and improvements
Full Changelog: https://github.com/isaac-sim/IsaacAutomator/commits/v4.0.0-alpha1