fix(kubernetes): update agent-sandbox to v0.5.4 - #2937
Open
sjenning wants to merge 1 commit into
Open
Conversation
Closes NVIDIA#2764 Select the renamed release manifest by Agent Sandbox version, update CI and documentation, and cover v0.5.4 lifecycle conditions. Signed-off-by: Seth Jennings <sjenning@redhat.com>
sjenning
requested review from
a team,
derekwaynecarr and
mrunalp
as code owners
August 25, 2026 21:09
|
Label |
Collaborator
Author
E2E Test AttestationLocal Kubernetes E2E compatibility tests passed. CI does not currently provide this complete local E2E record.
Test Summary
Tests ExecutedThe following set ran against both Agent Sandbox versions:
|
Collaborator
Author
|
/ok to test 4376382 |
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.
Summary
Update OpenShell's default Agent Sandbox dependency from v0.5.0 to v0.5.4 across local Kubernetes setup, E2E, branch CI, and release-canary coverage. Select the renamed release manifest at the v0.5.2 boundary so current releases use
sandbox.yamlwhile the v0.4.6 compatibility lane continues usingmanifest.yaml.Related Issue
Closes #2764
Changes
manifest.yamlbefore v0.5.2 andsandbox.yamlfor v0.5.2 and later.Suspended=False/NotSuspendedrunning condition.Deviations from Plan
None — implemented as planned.
Testing
mise run pre-commitpassesmise run e2e:kubernetes:agent-sandbox-versionspasses locallyTests run:
mise run helm:docs:check, shell syntax checks, and release asset resolution for v0.4.6, v0.5.1, v0.5.2, and v0.5.4 — all pass.mise run e2e:kubernetes:agent-sandbox-versionspasses against both Agent Sandbox v0.5.4 (sandbox.yaml) and v0.4.6 (manifest.yaml). All executable tests passed in both runs; the existinguser_namespacestest remained ignored as documented in its source.Checklist
Documentation updated:
docs/kubernetes/setup.mdx: use the currentsandbox.yamlrelease asset.deploy/helm/openshell/README.md.gotmpland generated README: update the Agent Sandbox prerequisite URL.docs/reference/sandbox-compute-drivers.mdx: documentSuspendedcondition status semantics.