server/v0.1.11
opensandbox-group/OpenSandboxserver/v0.1.11Apr 19, 2026by Pangjiping
AI Summary
The server release adds functionality to automatically create PVCs and Docker volumes upon sandbox creation. It also improves configuration handling and logging.
Key Highlights
- Auto-create PVC/Docker volumes on sandbox creation
- Simplified example configuration
- Fixed incorrect metadata error message
New Features
- auto-create PVC/Docker volumes on sandbox creation
- use [log].level instead of [server].log_level
Full Release Notes
## What's New ### ✨ Features - auto-create PVC/Docker volumes on sandbox creation (#661) ### 🐛 Bug Fixes - fix incorrect metadata error message (#703) - use `[log].level` instead of `[server].log_level` (#737) - relax ingress gateway address validation for URI route mode (#740) ### 📦 Misc - simply example configuration (#741) - refactor large file kubernetes_service.py (#694) - add Dockerfile.dockerignore to reduce build context (#718) - chore(deps-dev): bump pytest from 9.0.1 to 9.0.3 in /server (#716) - remove useless comments under server/tests (#693) ## 👥 Contributors Thanks to these contributors ❤️ - @PremPrakashCodes - @Pangjiping - @xfgong - @dependabot --- - PyPI: opensandbox-server==0.1.11 - Docker Hub: opensandbox/server:v0.1.11 - Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/server:v0.1.11