OpenShell v0.0.82
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.82 sh
What's Changed
- fix(tui): route warning logs to status bar instead of stderr by @r3v5 in https://github.com/NVIDIA/OpenShell/pull/2210
- fix(mcp): include tool names in policy logs by @kirit93 in https://github.com/NVIDIA/OpenShell/pull/2189
- chore(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/2206
- docs(openshift): simplify install steps and update Helm README by @ChristianZaccaria in https://github.com/NVIDIA/OpenShell/pull/2125
- docs(issues): require release and duplicate checks by @elezar in https://github.com/NVIDIA/OpenShell/pull/2214
- fix(core): pin supervisor image tag to gateway version for all drivers by @benoitf in https://github.com/NVIDIA/OpenShell/pull/2070
- fix(helm): propagate supervisor image overrides by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/2216
- feat(kubernetes): add sidecar supervisor topology by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/2076
- feat(kubernetes): support PVC subPath driver config by @mjamiv in https://github.com/NVIDIA/OpenShell/pull/2034
- fix(network): fail closed when credential placeholders cannot be rewritten by @TonyLuo-NV in https://github.com/NVIDIA/OpenShell/pull/2162
- fix(server): allow newlines in exec command arguments by @zanetworker in https://github.com/NVIDIA/OpenShell/pull/1965
- chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/2234
New Contributors
- @r3v5 made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2210
- @ChristianZaccaria made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2125
- @TonyLuo-NV made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2162
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.81...v0.0.82