🚀 Announcing Agent Sandbox v0.1.1!
We are excited to announce the release of Agent Sandbox v0.1.1!
This release brings significant improvements to documentation, observability, extensibility, and stability, along with several new examples to help you get started.
Key Highlights
- New Documentation Site: We have launched a dedicated https://agent-sandbox.sigs.k8s.io/ site to make it easier to find guides and references.
- OpenTelemetry Support: Added optional OpenTelemetry tracing to both the Python client and the Controllers, improving observability for your agentic workloads.
- Enhanced Capabilities:
- Shutdown Policy: Support for configurable Sandbox/SandboxClaim shutdown policies and shutdown times.
- Extensions: Better management for extension deployments, including automount and NetworkPolicy support.
- Critical Fixes & Stability:
- gVisor Support in Python SDK: Major Python client refactor enabling full gVisor (
runsc) compatibility. - WarmPool Reliability: Fixed pod adoption logic, metadata propagation, and prioritization of "Ready" pods.
- Lifecycle Management: Resolved repeated expiry cleanup loops.
- gVisor Support in Python SDK: Major Python client refactor enabling full gVisor (
- New Examples: Explore new examples including Gemini Computer Use, ADK Agent, and a Moltbot example.
Installation
# To install only the core components:
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.1.1/manifest.yaml
# To install the extensions components:
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.1.1/extensions.yamlContributors
A huge thank you to all the contributors who made this release possible!
@janetkuo, @volatilemolotov, @igooch, @antonipp, @mlgarchery, @shrutiyam-glitch, @lizzzcai, @barney-s, @sdowell, @vicentefb, @Iceber, @acsoto, @ArthurKamalov, @tomergee, @peterzhongyi, @hzxuzhonghu, @aditya-shantanu, @SHRUTI6991, @alex-akv, @bilalshaikh42, @justinsb
👋 New Contributors
- @igooch made their first contribution in #159
- @antonipp made their first contribution in #157
- @mlgarchery made their first contribution in #179
- @shrutiyam-glitch made their first contribution in #172
- @lizzzcai made their first contribution in #152
- @Iceber made their first contribution in #185
- @acsoto made their first contribution in #209
- @ArthurKamalov made their first contribution in #195
- @hzxuzhonghu made their first contribution in #222
- @aditya-shantanu made their first contribution in #218
- @SHRUTI6991 made their first contribution in #220
- @alex-akv made their first contribution in #186
- @bilalshaikh42 made their first contribution in #241
Full Changelog: v0.1.0...v0.1.1