OpenShell v0.0.40
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.40 sh
What's Changed
- feat(k8s): support nodeSelector and tolerations from platform_config by @Arnonrgo in https://github.com/NVIDIA/OpenShell/pull/1327
- refactor(docker): split gateway/supervisor Dockerfiles and use native rust builds by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1316
- docs: style fixes by @miyoungc in https://github.com/NVIDIA/OpenShell/pull/1341
- fix(cli): use OS trust store for reqwest TLS verification by @sjenning in https://github.com/NVIDIA/OpenShell/pull/1342
- fix(secret): Add custom derive Debug for SecretResolver to prevent secret leakage with {:?} by @alangou in https://github.com/NVIDIA/OpenShell/pull/1322
- feat(gateway): add local-domain service routing by @pimlock in https://github.com/NVIDIA/OpenShell/pull/1101
New Contributors
- @Arnonrgo made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1327
- @alangou made their first contribution in https://github.com/NVIDIA/OpenShell/pull/1322
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.39...v0.0.40