Skip to content

OpenShell v0.0.111

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:49
· 14 commits to main since this release
20d2e86

OpenShell v0.0.111

Quick install

curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.111 sh

What's Changed

  • chore: remove Bazel build support by @SDAChess in #2840
  • refactor(compute): support external driver parity by @drew in #2744
  • feat(policy): establish direct TCP egress foundation by @johntmyers in #2711
  • feat(network): add policy DNS correlation store by @johntmyers in #2713
  • feat(podman): export driver traces over OTLP by @krishicks in #2782
  • feat(network): enable Docker and Podman policy DNS and transparent TCP by @johntmyers in #2723
  • refactor(compute): register compiled drivers by @drew in #2786
  • feat(sandbox): add canonical main process by @drew in #2726
  • fix(sandbox): stabilize canonical main process tests by @drew in #2854
  • fix(sandbox): order sidecar provider updates by generation by @johntmyers in #2849
  • test(e2e): align detached sandbox assertions by @drew in #2856
  • feat(compute): add standalone first-party drivers by @drew in #2822
  • docs(rfc): define stable release policy by @drew in #2695
  • fix(sandbox): reject stale exit during restart by @drew in #2857

Full Changelog: v0.0.110...v0.0.111