OpenShell v0.0.47
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.47 sh
What's Changed
- fix(sandbox): skip fork-exec socket ambiguity test on SELinux by @derekwaynecarr in https://github.com/NVIDIA/OpenShell/pull/1449
- fix(sandbox): allow first-label L7 host wildcards by @mjamiv in https://github.com/NVIDIA/OpenShell/pull/1304
- feat(cli): add JSON/YAML output format to gateway list by @benoitf in https://github.com/NVIDIA/OpenShell/pull/1500
- refactor: deduplicate repeated patterns across crates by @ericcurtin in https://github.com/NVIDIA/OpenShell/pull/1499
- fix(ci): resolve mirror gate statuses for fork PRs by @pimlock in https://github.com/NVIDIA/OpenShell/pull/1504
- fix(server): respect OPENSHELL_PODMAN_SOCKET env var in embedded driver by @russellb in https://github.com/NVIDIA/OpenShell/pull/1483
- refactor(sandbox,driver-vm): Start moving to rustix (esp over libc unsafe) by @cgwalters in https://github.com/NVIDIA/OpenShell/pull/1505
- fix(packaging): add upgrade migration docs and podman socket retry by @maxamillion in https://github.com/NVIDIA/OpenShell/pull/1507
- ci: deduplicate e2e workflows by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1512
- feat(auth): per-sandbox authentication to gateway by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1404
- docs(sandboxes): add policy advisor guide by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/1480
- fix(docker): use host-gateway callbacks on macOS by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1516
- ci(e2e): load single-arch images into kind by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1518
- docs(rfc): add sandbox resource requirements proposal by @elezar in https://github.com/NVIDIA/OpenShell/pull/1360
- ci(canary): keep helm jwt secret generation enabled by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1521
- fix(cli): add json output for policy get by @mjamiv in https://github.com/NVIDIA/OpenShell/pull/1410
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.46...v0.0.47