docs: align agent-sandbox version with go.mod - #453
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: shensipeng <sipeng@whu.edu.cn>
418eabf to
219129c
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #453 +/- ##
==========================================
+ Coverage 58.41% 59.98% +1.57%
==========================================
Files 36 36
Lines 3463 3589 +126
==========================================
+ Hits 2023 2153 +130
+ Misses 1231 1216 -15
- Partials 209 220 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thanks for contributing but we do not need this for now because #446 is working on upgrading |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Updates the agent-sandbox version in
docs/getting-started.mdfrom v0.1.1 to v0.4.6 for both installation and cleanup.AgentCube currently depends on agent-sandbox v0.4.6, while the getting-started guide still installed v0.1.1. This version mismatch could cause sandbox creation to time out, especially when using the warm pool example, even though the sandbox Pods were running.
Which issue(s) this PR fixes:
None.
Special notes for your reviewer:
The version now matches the
sigs.k8s.io/agent-sandbox v0.4.6dependency declared ingo.mod.Does this PR introduce a user-facing change?:
Yes.