OpenShell v0.0.46
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.46 sh
What's Changed
- docs(providers): add Providers v2 guide by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/1442
- refactor: deduplicate shared driver and provider constants by @ericcurtin in https://github.com/NVIDIA/OpenShell/pull/1474
- docs(agents): add release canary testing skill by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1440
- chore(deps): bump azure/setup-helm from 4 to 5 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/1468
- fix(server): add ConnectSupervisor and RelayStream to SANDBOX_METHODS by @zanetworker in https://github.com/NVIDIA/OpenShell/pull/1475
- fix(ci): eliminate image-tag race between concurrent workflows by @mesutoezdil in https://github.com/NVIDIA/OpenShell/pull/1413
- test(server): cover service endpoint plaintext security by @drew in https://github.com/NVIDIA/OpenShell/pull/1352
- fix(cli): add auth and TLS support to completion client by @sjenning in https://github.com/NVIDIA/OpenShell/pull/1489
- fix(scripts): use portable lowercase in normalize_bool for Bash 3.2 by @benoitf in https://github.com/NVIDIA/OpenShell/pull/1493
- refactor(server): extract shared relay-await and sandbox-scan helpers by @ericcurtin in https://github.com/NVIDIA/OpenShell/pull/1495
New Contributors
- @zanetworker made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1475
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.45...v0.0.46