Skip to content

OpenShell v0.0.29

Choose a tag to compare

@github-actions github-actions released this 14 Apr 17:12
· 48 commits to main since this release
fdca543

OpenShell v0.0.29

Quick install

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

What'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