Skip to content

Releases: isaac-sim/IsaacAutomator

v4.0.0-beta1

v4.0.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@myurasov-nv myurasov-nv released this 06 Apr 12:41

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

v4.0.0-alpha1 Pre-release
Pre-release

Choose a tag to compare

@myurasov-nv myurasov-nv released this 04 Apr 23:21

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