OpenShell v0.0.36
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.36 shWhat's Changed
- feat(server): allow disabling health check listener by @TaylorMutch in #915
- add configurable timeout for image transfer to gateway containerd by @tmckayus in #914
- fix(sandbox): preserve explicit read-only baseline paths by @johntmyers in #910
- fix(sandbox): resolve sandbox host aliases in SSRF checks by @johntmyers in #912
- fix(sandbox): inject GIT_SSL_CAINFO so git clone trusts the sandbox CA by @laitingsheng in #918
- ci(e2e): enable E2E to run on external forks throught the copy-pr-bot flow by @pimlock in #922
- feat(server,driver-vm,e2e): gateway-owned readiness + VM compute driver e2e by @drew in #901
New Contributors
- @tmckayus made their first contribution in #914
- @laitingsheng made their first contribution in #918
Full Changelog: v0.0.35...v0.0.36