OpenShell v0.0.110
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.110 sh
What's Changed
- fix(policy): gate uninspected credentialed endpoints by @alangou in https://github.com/NVIDIA/OpenShell/pull/2493
- fix(cli): prompt for fresh OIDC login after logout by @grs in https://github.com/NVIDIA/OpenShell/pull/2773
- feat(cli): support OIDC device authorization grant for headless login by @jhjaggars in https://github.com/NVIDIA/OpenShell/pull/2795
- feat(policy): allow non-root sandbox identities by @drew in https://github.com/NVIDIA/OpenShell/pull/2785
- feat(providers): store refresh credentials in credential drivers by @mrunalp in https://github.com/NVIDIA/OpenShell/pull/2801
- chore(gitignore): add Pi agent state by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2813
- fix(cli): reuse sandbox provisioning display by @sjenning in https://github.com/NVIDIA/OpenShell/pull/2816
- fix(podman): wait for container stop completion by @pimlock in https://github.com/NVIDIA/OpenShell/pull/2820
- refactor(compute): unify gateway restart reconciliation by @drew in https://github.com/NVIDIA/OpenShell/pull/2743
New Contributors
- @grs made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2773
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.109...v0.0.110