Skip to content

REPLACE-WITH-JIRA-KEY: Rebase k8s dependencies to v1.36.2#238

Draft
dfarrell07 wants to merge 1 commit into
openshift:mainfrom
dfarrell07:bump1.36-20260719180313
Draft

REPLACE-WITH-JIRA-KEY: Rebase k8s dependencies to v1.36.2#238
dfarrell07 wants to merge 1 commit into
openshift:mainfrom
dfarrell07:bump1.36-20260719180313

Conversation

@dfarrell07

Copy link
Copy Markdown

Summary

Rebase all k8s.io/* dependencies from v0.35.0 (k8s 1.35) to v0.36.2 (k8s 1.36).

  • k8s.io/ deps*: v0.35.0 → v0.36.2 (api, apimachinery, client-go, cloud-provider, apiserver, apiextensions-apiserver, component-base, kube-aggregator)
  • sigs.k8s.io/controller-runtime: v0.23.1 → v0.24.1
  • Go version: 1.25.0 → 1.26.0
  • Notable: github.com/gogo/protobuf removed (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.

Commit Description
36a6ea6 Mechanical dep bump: go get k8s.io/*@v0.36.2, go mod tidy, go mod vendor

Verification

All checks passed locally:

  • go build ./... — clean
  • go vet ./... — clean
  • golangci-lint run — clean
  • All 3 test packages pass (cloudprivateipconfig, cloudprovider, controller/cloudprivateipconfig)
  • staticcheck -checks SA1019 — no deprecated API usage (pre-existing sets.NewString noted but not introduced by rebase)
  • go mod verify — all modules verified
  • K8s 1.36 changelog reviewed — no breaking changes affect this repo
  • Dependency CVE scan — 0 HIGH/CRITICAL CVEs in bumped deps
  • Independent antagonistic code review — APPROVE

Pre-existing items (not introduced by this rebase)

  • sets.NewString() usage in pkg/cloudprovider/aws.go and pkg/cloudprovider/openstack_test.go (deprecated in favor of sets.New[string]())
  • .snyk file uses per-file exclusions (fragile pattern, tracked by SDN-4462/CORENET-7277)

All commits carry Assisted-by: Claude Code trailers.

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>
@openshift-ci

openshift-ci Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 19, 2026
@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: c0f96245-8416-45ff-81e7-da92d7d05e88

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dfarrell07
Once this PR has been reviewed and has the lgtm label, please assign martinkennelly for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant