OpenShell v0.0.42
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.42 sh
What's Changed
- perf(build): speed up local CLI rebuilds by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/1387
- fix(server): downgrade expected connection teardown errors to debug by @russellb in https://github.com/NVIDIA/OpenShell/pull/1369
- refactor!(auth): drop SSH handshake secret by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1274
- fix(vm): make /sandbox chown non-fatal for virtiofs rootless hosts by @russellb in https://github.com/NVIDIA/OpenShell/pull/1389
- Revert "perf(build): speed up local CLI rebuilds" by @drew in https://github.com/NVIDIA/OpenShell/pull/1395
- fix(installer): dump gateway logs on startup timeout by @drew in https://github.com/NVIDIA/OpenShell/pull/1396
- fix(vm): enable NFT_LOG kernel module for nftables bypass detection by @russellb in https://github.com/NVIDIA/OpenShell/pull/1391
- feat(vm): fall back to Podman socket when Docker is unavailable by @russellb in https://github.com/NVIDIA/OpenShell/pull/1370
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.41...v0.0.42