REPLACE-WITH-JIRA-KEY: Rebase k8s dependencies to v1.36.2#238
REPLACE-WITH-JIRA-KEY: Rebase k8s dependencies to v1.36.2#238dfarrell07 wants to merge 1 commit into
Conversation
go get k8s.io/api@v0.36.2 go get k8s.io/apiextensions-apiserver@v0.36.2 go get k8s.io/apimachinery@v0.36.2 go get k8s.io/apiserver@v0.36.2 go get k8s.io/client-go@v0.36.2 go get k8s.io/cloud-provider@v0.36.2 go get k8s.io/component-base@v0.36.2 go get sigs.k8s.io/controller-runtime@v0.24.1 go get github.com/openshift/api go get github.com/openshift/client-go go get github.com/openshift/library-go go get k8s.io/klog/v2 go get k8s.io/kube-aggregator go get k8s.io/kube-openapi go get k8s.io/utils go get sigs.k8s.io/json go get sigs.k8s.io/kube-storage-version-migrator go get sigs.k8s.io/randfill go get sigs.k8s.io/structured-merge-diff/v6 go get sigs.k8s.io/yaml go mod tidy Signed-off-by: Daniel Farrell <dfarrell@redhat.com> Assisted-by: Claude Code <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dfarrell07 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 |
Summary
Rebase all
k8s.io/*dependencies from v0.35.0 (k8s 1.35) to v0.36.2 (k8s 1.36).github.com/gogo/protobufremoved (dropped by k8s 1.36)What changed
This is a clean dependency-only rebase — no project source code changes were needed. The k8s 1.36 API changes do not affect any types or functions used by cloud-network-config-controller.
Verification
All checks passed locally:
go build ./...— cleango vet ./...— cleangolangci-lint run— cleanstaticcheck -checks SA1019— no deprecated API usage (pre-existingsets.NewStringnoted but not introduced by rebase)go mod verify— all modules verifiedPre-existing items (not introduced by this rebase)
sets.NewString()usage inpkg/cloudprovider/aws.goandpkg/cloudprovider/openstack_test.go(deprecated in favor ofsets.New[string]()).snykfile uses per-file exclusions (fragile pattern, tracked by SDN-4462/CORENET-7277)All commits carry
Assisted-by: Claude Codetrailers.