OpenShell v0.0.113
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.113 sh
What's Changed
- feat(docker): export driver traces over OTLP by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2851
- fix(proxy): normalize trailing-dot CONNECT hosts before policy evaluation by @letv1nnn in https://github.com/NVIDIA/OpenShell/pull/2248
- feat(sandbox,podman): trust corporate CA for https:// proxies and intercepted TLS by @feloy in https://github.com/NVIDIA/OpenShell/pull/2512
- test(e2e): pin direct podman calls to harness socket on macOS by @russellb in https://github.com/NVIDIA/OpenShell/pull/2909
- fix(core): fall back to podman CLI when no API socket is found by @russellb in https://github.com/NVIDIA/OpenShell/pull/1858
- fix(ci): allow pasta to receive Podman stop signals by @elezar in https://github.com/NVIDIA/OpenShell/pull/2900
- fix(python): remove CLI from wheel by @SDAChess in https://github.com/NVIDIA/OpenShell/pull/2321
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.112...v0.0.113