OpenShell v0.0.38
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.38 sh
What's Changed
- fix(install): register local gateway before probing listener by @drew in https://github.com/NVIDIA/OpenShell/pull/1280
- fix(helm): derive sandboxNamespace from Release.Namespace instead of hardcoding by @sauagarwa in https://github.com/NVIDIA/OpenShell/pull/1282
- chore(installer): promote package install script by @drew in https://github.com/NVIDIA/OpenShell/pull/1261
- feat: agent-driven policy management MVP by @zredlined in https://github.com/NVIDIA/OpenShell/pull/1151
- docs: document OPENSHELL_SSH_HANDSHAKE_SECRET in Getting Started by @russellb in https://github.com/NVIDIA/OpenShell/pull/1287
- fix(gateway): update Podman supervisor build task name by @russellb in https://github.com/NVIDIA/OpenShell/pull/1288
- fix(installer): guard incompatible v0.0.37 upgrades by @drew in https://github.com/NVIDIA/OpenShell/pull/1294
- fix(docker): add SELinux labeling to bind mounts by @derekwaynecarr in https://github.com/NVIDIA/OpenShell/pull/1291
- docs(readme): add roadmap and RFC issue guidance by @drew in https://github.com/NVIDIA/OpenShell/pull/1284
- docs(rfc): move policy management RFC to 0002 by @drew in https://github.com/NVIDIA/OpenShell/pull/1283
- feat(driver-kubernetes): disable service account token auto-mounting by @derekwaynecarr in https://github.com/NVIDIA/OpenShell/pull/1298
- fix(docker): route VM-Docker runtimes through host-gateway by @laitingsheng in https://github.com/NVIDIA/OpenShell/pull/1301
- (feat) early snap support by @zyga in https://github.com/NVIDIA/OpenShell/pull/1238
New Contributors
- @russellb made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1287
- @zyga made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1238
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.37...v0.0.38