OpenShell v0.0.16
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.16 shWhat's Changed
- feat(tasks): add cluster:gpu task and wire e2e:gpu to use it by @elezar in #547
- fix(ci): harden CI image tool installation by @pimlock in #572
- fix(server): preserve credential key names in redacted provider responses by @johntmyers in #569
- fix(sandbox): treat literal IP in policy host as implicit allowed_ips by @johntmyers in #570
- fix(sandbox,server): fix chunk merge duplicates and OPA variable collision with overlapping policies by @johntmyers in #571
- fix(sandbox): block unspecified addresses in SSRF guards by @johntmyers in #598
Full Changelog: v0.0.15...v0.0.16