Skip to content

OpenShell v0.0.96

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:55
· 161 commits to main since this release
5541398

OpenShell v0.0.96

Quick install

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

What's Changed

  • fix(server): bind gateway listeners before sandbox resume by @elezar in #2495
  • fix(proxy): retry with backoff on transient accept errors instead of exiting by @politerealism in #2369
  • fix(tasks): scope pre-commit to lint checks by @drew in #2503
  • fix(cli): write exec stderr events to stderr in interactive mode by @andrewwhitecdw in #2447
  • fix(cli): eliminate flaky subprocess integration tests by @rhuss in #2504
  • refactor(cli): extract gateway commands into commands/gateway module by @varshaprasad96 in #2506
  • fix(podman): tolerate shutdown transport closes by @elezar in #2498
  • fix(sandbox): gate Linux-only ordering import by @elezar in #2513
  • fix(server): stabilize flaky delete telemetry unit test by @derekwaynecarr in #2521
  • fix(e2e): bound podman stop timeout in tests by @elezar in #2516
  • ci: add focused macOS Rust lint by @elezar in #2515
  • feat(examples): add supervisor middleware content guard by @pimlock in #2169
  • feat(k8s): support configuring workspace PVC storageClassName by @loveRhythm1990 in #2463
  • feat(sandbox): use policy-first OCI image identity by @matthewgrossman in #2509
  • fix(cli): avoid panic on multi-byte UTF-8 in --since duration by @andrewwhitecdw in #2446
  • chore(deps): bump docker/login-action from 4.5.1 to 4.5.2 by @dependabot[bot] in #2537
  • refactor(compute): make sandbox readiness gateway-owned across all drivers by @elezar in #2153
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2536
  • fix(cli): isolate subprocess tests from host OPENSHELL_ env vars by @rhuss in #2523
  • ci(e2e): probe VM gateway readiness by @elezar in #2544
  • fix(cli): bracket IPv6 bind literals in SSH forwards by @russellb in #2552
  • test(e2e): add reusable QEMU infrastructure for E2E tests by @drew in #2471
  • Wire authorization into workspace model by @derekwaynecarr in #2445
  • fix(gator): preserve resolved review feedback by @drew in #2533
  • test(e2e): add VM-backed E2E suite runner by @drew in #2473
  • refactor(server): isolate gateway listener context by @elezar in #2542
  • fix(server): notify watchers after atomic policy commits by @NaveCohenMonday in #2556
  • feat(observability): export gateway traces over OTLP by @krishicks in #2534
  • docs: document issue lifecycle labels and roadmap sequencing by @krishicks in #2524
  • fix(ci): preserve KVM access across udev restarts by @matthewgrossman in #2566
  • fix(deps): update russh, DOMPurify, and gateway base by @alangou in #2575

New Contributors

Full Changelog: v0.0.92...v0.0.96