fix(deps): update dependency https://github.com/kubernetes-sigs/agent-sandbox (v1.0.3 → v1.0.4) - #848
Merged
sticky-gecko[bot] merged 1 commit intoSep 24, 2026
Conversation
sticky-gecko
Bot
deleted the
renovate/https-github.com-kubernetes-sigs-agent-sandbox-1.x
branch
September 24, 2026 19:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.3→v1.0.4Release Notes
kubernetes-sigs/agent-sandbox (https://github.com/kubernetes-sigs/agent-sandbox)
v1.0.4Compare Source
🚀 Announcing Agent Sandbox v1.0.4!
We're excited to announce the release of Agent Sandbox v1.0.4! This release brings significant improvements across the board, including Kubernetes lifecycle event reporting for Sandboxes, streaming file download capabilities across SDKs, async
sandboxdruntime support in Python, automatic sandbox expiration in TypeScript, enhanced concurrency isolation in the RL SDK, and numerous stability, security, and documentation enhancements.Key Highlights
Core Controller & Lifecycle Management
SandboxPodCreated,SandboxPodCreateFailed,SandboxReady,SandboxSuspended,SandboxExpired(forRetainshutdown policies),PodSucceeded, andPodFailed. Events can be toggled via the new--disable-sandbox-eventscontroller flag.Ready=Falsewith reasonInvalidConfigurationwithout requeuing.SDKs & Client Libraries
ReadTo) and Python (read_to/AsyncFilesystem.read_to) SDKs. Callers can now stream files directly into custom writers/sinks without buffering large responses in memory.sandboxdRuntime Support (#1438, #1697): Added full async support forsandboxdtoAsyncSandboxClient, including gRPC-based process execution and REST filesystem operations over direct Pod tunnels, with hardened cleanup routines across connection failures and cancellations.shutdownAfterSecondsinCreateSandboxOptionsto automatically set controller-enforced expiration deadlines. Widened the return type ofgetSandboxClaimWarmpoolName()toPromise<string | undefined>.K8sHelperandAsyncK8sHelperby catching transient HTTP disconnects (e.g.ProtocolError,ReadTimeoutError,ClientConnectionError) and reconnecting transparently while preserving tracked resource versions.Reinforcement Learning SDK (
agent-sandbox-rl)FleetConfig.run_isolationmodes ("names"and"namespace"), preventing concurrent training runs in shared namespaces from accidentally resizing, deleting, or stalling on each other's warm pools and templates. Added fail-fast handling on pool deletion and conditional resource writes.Security & Governance
governed_run.pyto protect against command injection, shell chaining (;,&&,||,|,&), command substitution ($(...)and backticks), GNU-style option abbreviations, and execution wrappers (sudo,env,xargs,timeout,exec).Documentation & Tooling
sandboxdcontracts, endpoints, and transport policies..gitattributes, made E2E port-forward helpers race-free, prevented duplicate flake reports for closed issues, integrated cluster-free framework tests into the unit test suite, and improved GCP kOps benchmark validation timeouts.Installation
Standard Install (Core + Extensions)
Recommended for most users and GitOps engines (Argo CD, Config Sync, kustomize):
Selective Install
Install components separately:
Python SDK
Contributors
We extend our sincere thanks to all contributors to this release:
@1fanwang, @Flandern1211, @HasonoCell, @Pepper-rice, @Sean-790761, @XixianWasTaken, @aditya-shantanu, @alanhuangch, @aojea, @dependabot, @briankhoi, @dongjiang1989, @esposem, @janetkuo, @karimad, @khirotaka, @lunarwhite, @niting, @pauldotyu, @tomergee, @vincent0426, @vvoronko, @yujunz, @yuzhiquan
New Contributors
Full Changelog: kubernetes-sigs/agent-sandbox@v1.0.3...v1.0.4
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.