OpenShell v0.0.29
OpenShell v0.0.29
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.29 shWhat's Changed
- fix(sandbox): validate always-blocked IPs at load time, enrich denial logs, and filter un-fixable proposals by @johntmyers in #815
- fix(sandbox): resolve symlinked binary paths in network policy matching by @johntmyers in #774
- fix(sandbox): two-phase Landlock to fix privilege ordering and add enforcement tests by @johntmyers in #810
- fix(sandbox): add JSON bodies to proxy 403/502 responses and include port in HTTP log URLs by @johntmyers in #809
- fix(sandbox): harden seccomp denylist, SSRF protection, and inference policy enforcement by @johntmyers in #819
- fix(cli): support plaintext gateway registration by @drew in #824
- ci: parallelize wheel builds in CI by @pimlock in #820
Full Changelog: v0.0.28...v0.0.29