github kubernetes-sigs/agent-sandbox v0.1.1

latest releases: v0.2.1, v0.2.1rc1, v0.1.1.post3...
one month ago

🚀 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

# 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

Full Changelog: v0.1.0...v0.1.1

Don't miss a new agent-sandbox release

NewReleases is sending notifications on new releases.