OpenShell v0.0.85
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.85 sh
What's Changed
- fix(sdk): initialize sandbox annotations by @drew in https://github.com/NVIDIA/OpenShell/pull/2296
- fix(driver-vm): run sandbox supervisor as guest pid 1 by @drew in https://github.com/NVIDIA/OpenShell/pull/2299
- feat(ci): introduce merge queue by @elezar in https://github.com/NVIDIA/OpenShell/pull/2024
- feat(gateway): add elevated gateway info by @elezar in https://github.com/NVIDIA/OpenShell/pull/2202
- fix(ci): prune snap assets from dev release by @pimlock in https://github.com/NVIDIA/OpenShell/pull/2302
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.84...v0.0.85