Skip to content

OpenShell v0.0.38

Choose a tag to compare

@github-actions github-actions released this 11 May 15:32
· 272 commits to main since this release
dfd4768

OpenShell v0.0.38

Quick install

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

What's Changed

  • fix(install): register local gateway before probing listener by @drew in #1280
  • fix(helm): derive sandboxNamespace from Release.Namespace instead of hardcoding by @sauagarwa in #1282
  • chore(installer): promote package install script by @drew in #1261
  • feat: agent-driven policy management MVP by @zredlined in #1151
  • docs: document OPENSHELL_SSH_HANDSHAKE_SECRET in Getting Started by @russellb in #1287
  • fix(gateway): update Podman supervisor build task name by @russellb in #1288
  • fix(installer): guard incompatible v0.0.37 upgrades by @drew in #1294
  • fix(docker): add SELinux labeling to bind mounts by @derekwaynecarr in #1291
  • docs(readme): add roadmap and RFC issue guidance by @drew in #1284
  • docs(rfc): move policy management RFC to 0002 by @drew in #1283
  • feat(driver-kubernetes): disable service account token auto-mounting by @derekwaynecarr in #1298
  • fix(docker): route VM-Docker runtimes through host-gateway by @laitingsheng in #1301
  • (feat) early snap support by @zyga in #1238

New Contributors

Full Changelog: v0.0.37...v0.0.38