Skip to content

OpenShell v0.0.54

Choose a tag to compare

@github-actions github-actions released this 02 Jun 15:56
· 63 commits to main since this release
79aa355

OpenShell v0.0.54

Quick install

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

What's Changed

  • feat(telemetry): add anonymous opt-out OpenShell usage telemetry by @kirit93 in #1433
  • ci(release): gate helm/oci artifact publishing on release by @krishicks in #1662
  • ci(kubernetes): stabilize HA e2e setup by @TaylorMutch in #1659
  • fix(gateway): place supervisor_image under podman driver TOML table by @jhjaggars in #1661
  • refactor: deduplicate shared utilities across driver crates by @ericcurtin in #1660
  • fix(config): reject unknown fields in nested gateway config tables by @pimlock in #1666
  • feat(kubernetes): support sandbox image pull secrets by @TaylorMutch in #1671
  • refactor(driver): trim compute capability response by @elezar in #1402

New Contributors

Full Changelog: v0.0.53...v0.0.54