OpenShell v0.0.115
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.115 sh
What's Changed
- feat(dev): unify local Kubernetes gateway workflow by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2914
- docs(agents): clarify user-visible PR review feedback by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2910
- feat(kubernetes): export driver traces over OTLP by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2958
- fix(supervisor): log unmatched L7 route denials by @wtrep in https://github.com/NVIDIA/OpenShell/pull/2916
- fix(supervisor-network): distinguish absent policy binary from filesystem-access failure by @letv1nnn in https://github.com/NVIDIA/OpenShell/pull/2948
- feat(driver-mxc): native Windows MXC compute driver + server wiring by @jamieknvidia in https://github.com/NVIDIA/OpenShell/pull/2721
- ci: remove rootless podman e2e lane by @elezar in https://github.com/NVIDIA/OpenShell/pull/2981
- ci(stale): increase stale workflow processing budget by @elezar in https://github.com/NVIDIA/OpenShell/pull/2979
- ci(security): add informational security checks by @alangou in https://github.com/NVIDIA/OpenShell/pull/2930
- chore(deps): bump quinn-proto from 0.11.14 to 0.11.17 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/2986
- chore(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1 in /sdk/go by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/2985
- feat(test-guest): add snap lifecycle reproduction harness by @elezar in https://github.com/NVIDIA/OpenShell/pull/2865
- feat(build): publish OCI SBOM and provenance attestations by @alangou in https://github.com/NVIDIA/OpenShell/pull/2836
- ci: build release binaries with Nix by @SDAChess in https://github.com/NVIDIA/OpenShell/pull/2977
- feat(gateway): identify gateways in exported traces by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2647
New Contributors
- @wtrep made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2916
- @jamieknvidia made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2721
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.114...v0.0.115