Release 0.58.0 (#11168)

This commit is contained in:
mamoodi
2025-10-01 13:18:20 -04:00
committed by GitHub
parent a8b6406dac
commit 5452abe513
12 changed files with 22 additions and 22 deletions

View File

@@ -40,7 +40,7 @@ Two configuration options are required to use the Kubernetes runtime:
2. **Runtime Container Image**: Specify the container image to use for the runtime environment
```toml
[sandbox]
runtime_container_image = "docker.all-hands.dev/all-hands-ai/runtime:0.57-nikolaik"
runtime_container_image = "docker.all-hands.dev/all-hands-ai/runtime:0.58-nikolaik"
```
#### Additional Kubernetes Options