Skip to content

OpenShell v0.0.33

Choose a tag to compare

@github-actions github-actions released this 20 Apr 15:14
· 460 commits to main since this release
e39bb38

OpenShell v0.0.33

Quick install

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

What's Changed

  • fix(sandbox): harden seccomp, inference routing, and process limits by @johntmyers in #869
  • feat(vm): add standalone libkrun compute driver by @drew in #858
  • docs: fix TOC structure by @miyoungc in #797
  • docs: refresh user-facing docs for recent sandbox and inference changes by @miyoungc in #868
  • docs(contributing): add bash shell setup example for mise by @mrunalp in #877
  • fix(sandbox): strip " (deleted)" suffix from unlinked /proc//exe paths by @mjamiv in #844
  • test(sandbox): fix flaky arm64 procfs binary_path tests by @pimlock in #881

New Contributors

Full Changelog: v0.0.32...v0.0.33