Skip to content

OpenShell v0.0.51

Choose a tag to compare

@github-actions github-actions released this 28 May 15:32
· 147 commits to main since this release
6c7950d

OpenShell v0.0.51

Quick install

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

What's Changed

  • docs(kubernetes): note that Sandbox volumeClaimTemplates is immutable by @mesutoezdil in #1543
  • fix(sandbox): use succinct endpoint denial reason by @krishicks in #1584
  • feat(docker): add provisioning progress events by @drew in #1567
  • docs(kubernetes): add RBAC section to setup page by @mesutoezdil in #1540
  • Make sandbox child nproc limit configurable by @mjamiv in #1497
  • fix(gateway): make readiness health checks dependency-aware by @alangou in #1328
  • fix(vm): scope rootfs cache by openshell version by @drew in #1587
  • fix(cli): preserve symlinks during sandbox upload by @johntmyers in #1595
  • fix(core): preserve SSH gateway default ports by @TaylorMutch in #1602
  • feat(server): declare gRPC auth (mode + scope + role) at the handler, enforce at the router by @mrunalp in #1596
  • ci(snap): add snap release pipeline by @drew in #1600

Full Changelog: v0.0.50...v0.0.51