Skip to content

OpenShell v0.0.11

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:32
· 34 commits to main since this release
4878b9b

OpenShell v0.0.11

Quick install

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

What's Changed

  • fix(ci): use published install script in release workflows by @drew in #416
  • fix(deploy): remove duplicate glob pattern in manifest cleanup loop by @leoshi01 in #428
  • fix(ci): check author_association before API calls in vouch gate by @johntmyers in #442
  • fix(ci): fetch author_association via REST API instead of webhook payload by @johntmyers in #444
  • fix(ci): pass wheel filenames as job output instead of re-downloading by @pimlock in #418
  • fix(ci): use ORG_READ_TOKEN for org membership check in vouch gate by @johntmyers in #445
  • fix(ci): split vouch gate into two steps with separate tokens by @johntmyers in #446
  • fix(cli): suppress browser popup during auth via OPENSHELL_NO_BROWSER env var by @drew in #419
  • fix(ci): use env context instead of secrets in step-level if condition by @johntmyers in #452
  • fix(ci): simplify dev release install instructions to use install.sh by @drew in #453
  • chore(repo): migrate github label taxonomy by @drew in #454
  • refactor(build): unify image build graph for cache reuse by @drew in #390
  • fix(bootstrap): auto-cleanup Docker resources on failed gateway deploy by @drew in #464

New Contributors

Full Changelog: v0.0.10...v0.0.11