build: update Go and Kubernetes dependencies - #465
Conversation
Signed-off-by: Zhou Zihang <z@mcac.cc>
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #465 +/- ##
=======================================
Coverage 59.98% 59.99%
=======================================
Files 36 35 -1
Lines 3589 3592 +3
=======================================
+ Hits 2153 2155 +2
- Misses 1216 1218 +2
+ Partials 220 219 -1
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:
|
|
basic update @RainbowMango @pierre-gong |
|
/lgtm |
|
@pierre-gong: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
Dependency update and compatibility fixes.
What this PR does / why we need it:
Prepare the base dependencies for the agent-sandbox v1.0.2 upgrade:
Full E2E validation also exposed MCP 2.2.0 masking expected sandbox execution errors. Translate those errors to
ToolErrorand add a nonzero-exit regression, while leaving unexpected exceptions masked.Which issue(s) this PR fixes:
Part of #464 (base dependency prerequisite). The agent-sandbox dependency remains v0.4.6; the API migration in #446 and the subsequent sandbox upgrade remain separate.
Special notes for your reviewer:
AI assistance was used to prepare and validate this change.
Validation:
Direct-WorkloadManager tests intentionally skip in the mTLS run and are covered by the plain HTTP run. OIDC/Keycloak tests were not enabled locally. CI Kind now uses v0.33.0, whose default node image is Kubernetes v1.37.0.
Does this PR introduce a user-facing change?: