Skip to content

OpenShell v0.0.20

Choose a tag to compare

@github-actions github-actions released this 01 Apr 15:00
· 64 commits to main since this release
fa3f798

OpenShell v0.0.20

Quick install

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

What's Changed

  • feat(bootstrap,cli): switch GPU injection to CDI where supported by @elezar in #495
  • feat(sandbox): switch device plugin to CDI injection mode by @elezar in #503
  • fix(docker): restore apt cleanup chaining in cluster image by @pimlock in #702
  • fix(cluster): pass resolv-conf as kubelet arg and pin k3s image digest by @drew in #701
  • fix(server): return already_exists for duplicate sandbox names by @drew in #695
  • fix(bootstrap): stream image push through temp file to prevent OOM by @drew in #700
  • docs(agents): add security analysis protocol to principal-engineer-reviewer by @johntmyers in #711
  • feat(sandbox): extend L7 credential injection to query params, Basic auth, and URL paths by @johntmyers in #708
  • fix(sandbox): eliminate Box::leak memory leak in rewrite_forward_request by @johntmyers in #715
  • chore(mise): use install_only_stripped precompiled Python flavor by @drew in #693
  • fix(bootstrap): handle tar paths exceeding 100 bytes by @johntmyers in #721

Full Changelog: v0.0.19...v0.0.20