Skip to content

OpenShell v0.0.110

Choose a tag to compare

@github-actions github-actions released this 20 Aug 19:05
· 42 commits to main since this release
7909fb5

OpenShell v0.0.110

Quick install

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 #2493
  • fix(cli): prompt for fresh OIDC login after logout by @grs in #2773
  • feat(cli): support OIDC device authorization grant for headless login by @jhjaggars in #2795
  • feat(policy): allow non-root sandbox identities by @drew in #2785
  • feat(providers): store refresh credentials in credential drivers by @mrunalp in #2801
  • chore(gitignore): add Pi agent state by @krishicks in #2813
  • fix(cli): reuse sandbox provisioning display by @sjenning in #2816
  • fix(podman): wait for container stop completion by @pimlock in #2820
  • refactor(compute): unify gateway restart reconciliation by @drew in #2743

New Contributors

  • @grs made their first contribution in #2773

Full Changelog: v0.0.109...v0.0.110