Skip to content

OpenShell v0.0.30

Choose a tag to compare

@github-actions github-actions released this 15 Apr 15:01
· 490 commits to main since this release
1a57519

OpenShell v0.0.30

Quick install

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

What's Changed

  • refactor(server): extract kubernetes compute driver by @drew in #817
  • fix(inference): prevent silent truncation of large streaming responses by @johntmyers in #834
  • refactor(server): use ComputeDriver RPC surface in-process by @drew in #839
  • fix(sandbox): preserve ownership for existing read_write paths by @johntmyers in #827
  • feat(policy): add deny rules to network policy schema by @johntmyers in #822
  • fix(sandbox): disable child core dumps by @johntmyers in #821
  • fix(sandbox): escape control characters in format_sse_error by @mjamiv in #842

New Contributors

Full Changelog: v0.0.29...v0.0.30