OpenShell v0.0.43
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.43 sh
What's Changed
- fix(sandbox): remove DNS resolution from mechanistic mapper to prevent data exfiltration by @russellb in https://github.com/NVIDIA/OpenShell/pull/1329
- docs(installation): add container gateway page with docker run and compose examples by @ericcurtin in https://github.com/NVIDIA/OpenShell/pull/1321
- feat(server): separate HTTPS from mTLS authentication by @sjenning in https://github.com/NVIDIA/OpenShell/pull/1351
- fix(vm): collapse nested if blocks in container engine connect by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1406
- feat(tui): add OIDC authentication support by @sjenning in https://github.com/NVIDIA/OpenShell/pull/1405
- chore: remove SSH handshake secret residuals and fix agent memory by @maxamillion in https://github.com/NVIDIA/OpenShell/pull/1403
- fix(scripts): replace mapfile with bash 3.2-compatible read loop by @benoitf in https://github.com/NVIDIA/OpenShell/pull/1334
- fix(sandbox): exempt host gateway from SSRF block for rootless Podman by @maxamillion in https://github.com/NVIDIA/OpenShell/pull/1279
- feat(exec): add bidirectional streaming for interactive TTY sessions by @benoitf in https://github.com/NVIDIA/OpenShell/pull/1331
- fix(sandbox): allow HEAD where GET is permitted in L7 policy by @mesutoezdil in https://github.com/NVIDIA/OpenShell/pull/1382
- feat(gateway): add TOML configuration file (RFC 0003) by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1317
- feat(vm): boot sandboxes from ext4 root disks by @drew in https://github.com/NVIDIA/OpenShell/pull/1263
- fix(ci): skip helm plugin verification in CI image by @drew in https://github.com/NVIDIA/OpenShell/pull/1411
- fix(vm): restore sandboxes after gateway restart by @drew in https://github.com/NVIDIA/OpenShell/pull/1407
- fix(vm): preserve guest TLS hostname by @drew in https://github.com/NVIDIA/OpenShell/pull/1416
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.42...v0.0.43