Skip to content

Releases: NVIDIA/OpenShell

OpenShell v0.0.69

24 Jun 15:28
2c54589

Choose a tag to compare

OpenShell v0.0.69

Quick install

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

What's Changed

  • feat(providers): support profile updates by @johntmyers in #1914
  • feat(sandbox): add GCE metadata emulator for Google Cloud by @p5 in #1763
  • feat(sandbox,providers): add aws-bedrock as a recognized inference provider by @st-gr in #1704
  • fix(ci): fix linting issues by @TaylorMutch in #1985
  • feat(cli): add GPU count requests by @elezar in #1812

New Contributors

Full Changelog: v0.0.68...v0.0.69

OpenShell Development Build

18 Mar 21:11
2c54589

Choose a tag to compare

Pre-release

This build is automatically published on every commit to main that passes CI.

NOTE: This is a development build, not a tagged release, and may be unstable.

Quick install

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

OpenShell v0.0.68

23 Jun 15:34
d64542f

Choose a tag to compare

OpenShell v0.0.68

Quick install

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

What's Changed

  • fix(e2e): align container engine selection across helpers by @elezar in #1944
  • fix(python): add encoding=utf-8 to file reads and writes in sandbox.py by @mesutoezdil in #1912
  • fix(sbom): release lock before sleeping in _rate_limit by @mesutoezdil in #1896
  • fix(cli): verify forward listener before success by @shiju-nv in #1880
  • fix(linux): lower host glibc floor to 2.28 to support RHEL/Rocky 8 by @pimlock in #1934
  • fix(sbom): handle SPDX expression licenses in extract_licenses by @mesutoezdil in #1898
  • fix(supervisor-network): block h2c L7 tunnel escape by @ddurst-nvidia in #1967

Full Changelog: v0.0.67...v0.0.68

OpenShell v0.0.67

22 Jun 16:19
ce788b5

Choose a tag to compare

OpenShell v0.0.67

Quick install

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

What's Changed

  • chore(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1 by @dependabot[bot] in #1966
  • docs(agents): document stale Helm subchart cleanup by @elezar in #1957
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #1960

Full Changelog: v0.0.66...v0.0.67

OpenShell v0.0.66

18 Jun 15:35
f23c2c8

Choose a tag to compare

OpenShell v0.0.66

Quick install

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

What's Changed

Full Changelog: v0.0.65...v0.0.66

OpenShell v0.0.65

17 Jun 15:39
234e69d

Choose a tag to compare

OpenShell v0.0.65

Quick install

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

What's Changed

  • fix(server): retry sandbox delete phase conflicts by @TaylorMutch in #1905
  • feat(server): support TLS certificate hot-reload by @lunarwhite in #1870
  • feat(providers): add DeepInfra as a built-in inference provider by @mmilutinovic371 in #1902
  • docs(rfc): require issues before RFCs by @drew in #1918
  • test(e2e): retry forward proxy stale policy flake by @drew in #1929
  • fix(server): share gateway shutdown channel by @elezar in #1945
  • fix(e2e): refresh latest sandbox image for docker runs by @krishicks in #1928

New Contributors

Full Changelog: v0.0.64...v0.0.65

OpenShell v0.0.63

15 Jun 16:31
ec197a4

Choose a tag to compare

OpenShell v0.0.63

Quick install

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

What's Changed

Full Changelog: v0.0.62...v0.0.63

OpenShell v0.0.62

12 Jun 15:35
fb83d1a

Choose a tag to compare

OpenShell v0.0.62

Quick install

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

What's Changed

  • fix(server): use public tonic body type in gRPC rate limiter by @alangou in #1872
  • feat(gateway): add reconciler lease for HA multi-replica deployments by @derekwaynecarr in #1577
  • feat(gateway): add system registry support and source indicators by @alexclewontin in #1625

Full Changelog: v0.0.61...v0.0.62

OpenShell v0.0.59

09 Jun 20:07
3a4463e

Choose a tag to compare

OpenShell v0.0.59

Quick install

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

What's Changed

  • test(cli): avoid browser launch in auth rollback test by @elezar in #1808
  • docs: document DCO commit sign-off requirement by @elezar in #1811
  • refactor: deduplicate OCSF builder setters and persistence helpers by @ericcurtin in #1800
  • feat(vm): add vm life cycle extensions by @cheese-head in #1583
  • feat(cli): add generic output formatter to eliminate --output flag duplication by @jeffmaury in #1753
  • feat(cli): add --env flag to sandbox create/exec and fix env var passthrough by @russellb in #1730
  • chore(snap): remove early snap packaging by @zyga in #1648
  • fix(cli): fall back to regular upload when git filtering excludes all files by @russellb in #1783

New Contributors

Full Changelog: v0.0.58...v0.0.59

OpenShell v0.0.58

08 Jun 15:39
25abc9e

Choose a tag to compare

OpenShell v0.0.58

Quick install

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

What's Changed

  • refactor(tui): extract shared setting edit overlay by @ericcurtin in #1776
  • feat(kubernetes): support driver config passthrough by @elezar in #1744
  • fix(sandbox): stop log push after auth failure by @johntmyers in #1787
  • feat(providersv2): add path auth_style by @Cali0707 in #1622
  • refactor(tui): extract shared draw_text_field and draw_confirm_popup helpers by @ericcurtin in #1790
  • feat(inference): allow local embeddings route by @shiju-nv in #1774

Full Changelog: v0.0.57...v0.0.58