v0.1.1

kubernetes-sigs/agent-sandboxv0.1.1Feb 4, 2026by janetkuo

AI Summary

This release brings significant improvements to documentation, observability, extensibility, and stability, along with several new examples to help users get started with Agent Sandbox.

Key Highlights

  • New Documentation Site launched at agent-sandbox.sigs.k8s.io
  • Added OpenTelemetry tracing support for Python client and Controllers
  • Enhanced shutdown policy support for Sandbox/SandboxClaim with configurable shutdown times
  • Improved extension deployment management with automount and NetworkPolicy support
  • Critical fixes for gVisor (runsc) compatibility in Python SDK and WarmPool reliability

New Features

  • New dedicated documentation site
  • OpenTelemetry tracing for observability
  • Configurable Shutdown Policy for Sandbox and SandboxClaim
  • Extension deployment management with automount and NetworkPolicy
  • gVisor (runsc) support in Python SDK
  • WarmPool reliability fixes (pod adoption, metadata propagation, Ready pod prioritization)
  • Lifecycle management fixes (resolved repeated expiry cleanup loops)
  • New examples: Gemini Computer Use, ADK Agent, and Moltbot

Full Release Notes

## 🚀 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.
*   **New Examples**: Explore new examples including **Gemini Computer Use**, **ADK Agent**, and a **Moltbot** example.

### Installation

```bash
# 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.yaml
```

---

## Contributors
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 https://github.com/kubernetes-sigs/agent-sandbox/pull/159
* @antonipp made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/157
* @mlgarchery made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/179
* @shrutiyam-glitch made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/172
* @lizzzcai made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/152
* @Iceber made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/185
* @acsoto made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/209
* @ArthurKamalov made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/195
* @hzxuzhonghu made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/222
* @aditya-shantanu made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/218
* @SHRUTI6991 made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/220
* @alex-akv made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/186
* @bilalshaikh42 made their first contribution in https://github.com/kubernetes-sigs/agent-sandbox/pull/241

**Full Changelog**: https://github.com/kubernetes-sigs/agent-sandbox/compare/v0.1.0...v0.1.1