Skip to content

OpenShell v0.0.53

Choose a tag to compare

@github-actions github-actions released this 01 Jun 21:16
· 127 commits to main since this release
eb97fb3

OpenShell v0.0.53

Quick install

curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.53 sh

What's Changed

  • refactor(proto): move phase and current_policy_version into status by @derekwaynecarr in #1565
  • feat(python-sdk): support OIDC Bearer auth on SandboxClient by @mrunalp in #1621
  • fix(helm): vendor chart dependencies before release packaging by @TaylorMutch in #1627
  • fix(driver-podman): bind gateway to 0.0.0.0 in rootless mode by @jewzaam in #1623
  • docs(providers): note that ANTHROPIC_API_KEY requires an API account, not a subscription by @mesutoezdil in #1542
  • fix(podman): avoid host-gateway on macOS machines by @TaylorMutch in #1637
  • generalize crate for multi-device PCIe passthrough by @cheese-head in #1573
  • fix(sandbox): trust exact declared private endpoints by @mjamiv in #1560
  • feat(policy): add agentic approval loop by @zredlined in #1528
  • fix(e2e): clean up temp files in sandbox-runner on exit by @mesutoezdil in #1647
  • ci(kubernetes): add HA e2e workflow by @TaylorMutch in #1598
  • ci(release): use bundled Z3 for macOS gateway build by @pimlock in #1658
  • fix(gateway): align package TLS bootstrap path by @TaylorMutch in #1601
  • feat(tui): add PageUp/PageDown scrolling to all panes by @major in #1656

New Contributors

Full Changelog: v0.0.52...v0.0.53