Skip to content

OpenShell v0.0.50

Choose a tag to compare

@github-actions github-actions released this 27 May 15:34
· 104 commits to main since this release
c9056bb

OpenShell v0.0.50

Quick install

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

What's Changed

  • refactor: deduplicate shared code across ocsf builders and driver crates by @ericcurtin in #1526
  • fix(python): raise SandboxError instead of FileNotFoundError or KeyError by @mesutoezdil in #1547
  • fix(scripts): replace mapfile with bash 3.2-compatible read loop in helm-k3s-local by @mesutoezdil in #1539
  • docs: add macOS compiler troubleshooting by @amfred in #1569
  • fix(gateway): configure local dev auth by @krishicks in #1575
  • docs: add Pi as supported sandbox by @vegarsti in #1572
  • fix(sandbox): add mechanistic smoke test for L4 deny and document the L4/L7 split by @mesutoezdil in #1412
  • docs(readme): whitespace by @krishicks in #1578
  • fix(cli): replace outdated name reference by @krishicks in #1582
  • fix(sandbox): probe Landlock before build, skip on unsupported kernels by @dims in #1585
  • fix(sandbox): decouple GPU baseline from network policy by @elezar in #1524

New Contributors

Full Changelog: v0.0.49...v0.0.50