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