OpenShell v0.0.44
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.44 sh
What's Changed
- feat(cli): add -o json/yaml output format to sandbox list by @benoitf in https://github.com/NVIDIA/OpenShell/pull/1422
- feat(rpm): replace init-pki.sh with openshell-gateway generate-certs by @maxamillion in https://github.com/NVIDIA/OpenShell/pull/1426
- fix(sandbox): stabilize forked socket owner test by @derekwaynecarr in https://github.com/NVIDIA/OpenShell/pull/1417
- fix(docker): fall back to host arch for local builds by @elezar in https://github.com/NVIDIA/OpenShell/pull/1420
- feat(db) resource version cas by @derekwaynecarr in https://github.com/NVIDIA/OpenShell/pull/1292
- refactor(packaging): rely on gateway runtime defaults by @drew in https://github.com/NVIDIA/OpenShell/pull/1415
- fix(security): refresh CI and gateway image dependencies by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/1432
- test(sandbox): cover inference stream truncation SSE errors by @mjamiv in https://github.com/NVIDIA/OpenShell/pull/1418
- feat(e2e): enable mTLS for Podman compute driver by @russellb in https://github.com/NVIDIA/OpenShell/pull/1430
- docs(helm): add chart readme generation by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1437
- ci: extend artifact attestations to all release binaries by @mesutoezdil in https://github.com/NVIDIA/OpenShell/pull/1398
- refactor(sandbox): replace iptables with nftables for network policy enforcement by @russellb in https://github.com/NVIDIA/OpenShell/pull/1401
- fix(rpm): restore 0.0.0.0 bind address for Podman via default gateway.toml by @maxamillion in https://github.com/NVIDIA/OpenShell/pull/1438
- test(e2e): close Podman driver test coverage gaps by @russellb in https://github.com/NVIDIA/OpenShell/pull/1439
- feat(sandbox): inject DENO_CERT into sandbox child environment by @theFong in https://github.com/NVIDIA/OpenShell/pull/1441
- fix(build): add z3 include path for RHEL/Fedora bindgen compatibility by @russellb in https://github.com/NVIDIA/OpenShell/pull/1388
- chore(ci): pin all GitHub Actions to SHA digests by @fcanogab in https://github.com/NVIDIA/OpenShell/pull/1233
- feat(providers): add credential refresh foundation by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/1349
New Contributors
- @theFong made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1441
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.43...v0.0.44