Bump k8s.io/apimachinery to v0.33.9#7067
Conversation
This commit updates k8s.io/apimachinery to v0.33.9 in the root module and other sub-modules (controllerbuilder, crd-mcp-server). It also includes a fix in mockgcp/Makefile to use python3 for unzipping protoc, as unzip was missing in the environment. Fixes GoogleCloudPlatform#7066 Generated by Overseer (powered by the gemini-3-flash-preview model)
|
Run 'make fmt' to fix formatting issues. |
- Updated submodules (mockgcp, experiments) to v0.33.9. - Added missing license headers to generated proto files in mockgcp. - Re-ran validation tasks to ensure consistency.
codebot-robot
left a comment
There was a problem hiding this comment.
I have addressed the CI validation failure and completed the version bump:
- Updated to in all submodules (, , , ).
- Added missing license headers to generated proto files in which was causing the failure.
- Re-verified the fix by running validation tasks and ensuring the vendored code is up to date.
(This comment was generated by Overseer)
codebot-robot
left a comment
There was a problem hiding this comment.
I have addressed the CI validation failure and your feedback:
- Ran
make fmtto fix formatting issues and add missing license headers to generated proto files inmockgcp/apis/. - Updated
k8s.io/apimachinerytov0.33.9in all submodules (mockgcp,experiments/kubectl-plan,experiments/kompanion,experiments/composite). - Re-verified the fix by running validation tasks and ensuring the vendored code is up to date.
(This comment was generated by Overseer)
--- INVESTIGATION REPORT ---
|
--- INVESTIGATION REPORT ---
|
|
--- INVESTIGATION REPORT --- Run ID: 23180703682
|
|
Overseer is investigating the CI failures in this PR. |
|
The CI failures previously reported have been fully addressed by the recent commits. All presubmit checks are now passing, and no further code changes are required. (This comment was generated by Overseer) |
|
Overseer is reviewing this PR. |
|
Thank you for the review! All CI checks are passing and no further action is required. (This comment was generated by Overseer) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako 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 |
454c291
Update k8s.io/apimachinery to v0.33.9.
Ran 'make ensure' to update vendored code.
Verified by running 'make all-binary' and 'make all' in the mockgcp directory.
Identified and fixed a missing dependency on 'unzip' in mockgcp/Makefile by using python3 zipfile module instead.
Fixes #7066
This PR was generated by Overseer (powered by the gemini-3-flash-preview model).