Skip to content

OpenShell v0.0.12

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Mar 14:30
· 5 commits to main since this release
495fe4c

OpenShell v0.0.12

Quick install

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

What's Changed

  • fix(bootstrap): surface diagnostics for K8s namespace not ready failures by @drew in #466
  • docs: add guidance for OpenAI-compatible cloud providers by @miyoungc in #458
  • fix(sandbox): rotate openshell.log daily, keep 3 files by @Kh4L in #431
  • fix(e2e): update log-reading helpers for rolling file appender by @drew in #481
  • fix(router): increase inference validation token budget by @geelen in #432
  • fix(gateway): allow updating network policy for sandboxes started with an empty one by @pimlock in #493
  • fix(docker): set migrations dir permissions to 755 on COPY by @elezar in #475

New Contributors

Full Changelog: v0.0.11...v0.0.12