OpenShell v0.0.39
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.39 sh
What's Changed
- feat(gpu): honor device IDs in Docker and Podman by @elezar in https://github.com/NVIDIA/OpenShell/pull/1253
- feat(k8s): support ImageVolumeSource for supervisor sideload by @mrunalp in https://github.com/NVIDIA/OpenShell/pull/1300
- ci(kubernetes): add kube gateway e2e tests and gated CI workflow by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1251
- fix(driver-kubernetes): propagate log_level as OPENSHELL_LOG_LEVEL env var by @mesutoezdil in https://github.com/NVIDIA/OpenShell/pull/1310
- docs(helm): document supervisor.sideloadMethod and sandboxNamespace default by @mesutoezdil in https://github.com/NVIDIA/OpenShell/pull/1309
- fix(vm): use bash 3.2-safe empty array expansion in supervisor build by @benoitf in https://github.com/NVIDIA/OpenShell/pull/1311
- fix(vm): correct /sandbox ownership when rootfs is built by non-root host by @benoitf in https://github.com/NVIDIA/OpenShell/pull/1176
- docs(rfc): add gateway configuration file RFC by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/951
- feat(relay): route forwarding through ForwardTcp by @pimlock in https://github.com/NVIDIA/OpenShell/pull/1029
- fix(sandbox): rewrite messaging credential placeholders by @ericksoa in https://github.com/NVIDIA/OpenShell/pull/1286
- fix(providers): read opencode config file during credential discovery by @ericcurtin in https://github.com/NVIDIA/OpenShell/pull/1290
New Contributors
- @ericksoa made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1286
- @ericcurtin made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1290
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.38...v0.0.39