OpenShell v0.0.97
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.97 sh
What's Changed
- refactor(otel): share OTLP trace provider setup by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2567
- feat(compute): negotiate gateway callback listeners by @elezar in https://github.com/NVIDIA/OpenShell/pull/2492
- fix(server): isolate otel tracing test exporters by @krishicks in https://github.com/NVIDIA/OpenShell/pull/2579
- chore(deps): bump actions/attest from 4.2.0 to 4.2.1 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/2572
- refactor(network): consolidate proxy egress pipeline by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/2373
- fix(podman): combine sandbox stop and removal by @pimlock in https://github.com/NVIDIA/OpenShell/pull/2570
- chore(deps): bump docker/login-action from 4.5.2 to 4.6.0 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/2573
- chore(build): bump sccache to 0.16.0 by @matthewgrossman in https://github.com/NVIDIA/OpenShell/pull/2581
- test(server): stabilize watch span cancellation test by @pimlock in https://github.com/NVIDIA/OpenShell/pull/2582
- fix(supervisor): quote nft log prefix in bypass rules by @gracesmith6504 in https://github.com/NVIDIA/OpenShell/pull/2555
- feat(build): prototype Bazel build system by @SDAChess in https://github.com/NVIDIA/OpenShell/pull/2414
- build(bazel): add OpenTelemetry crate targets by @SDAChess in https://github.com/NVIDIA/OpenShell/pull/2595
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.96...v0.0.97