Skip to content

CNTRLPLANE-3889: Bump k8s dependencies to 1.36 along with openshift - #2318

Merged
openshift-merge-bot[bot] merged 6 commits into
openshift:mainfrom
ardaguclu:bump-1.36
Jul 22, 2026
Merged

CNTRLPLANE-3889: Bump k8s dependencies to 1.36 along with openshift#2318
openshift-merge-bot[bot] merged 6 commits into
openshift:mainfrom
ardaguclu:bump-1.36

Conversation

@ardaguclu

@ardaguclu ardaguclu commented Jul 20, 2026

Copy link
Copy Markdown
Member

This PR bumps k8s to 1.36 in oc.

This PR also covers these PRs;

Summary by CodeRabbit

  • Updates
    • Updated the OpenShift CLI build and runtime images to OpenShift 5.0 with Go 1.26.
    • Updated Kubernetes version metadata and compatibility from 1.35.2 to 1.36.2 across the CLI artifacts.
    • Refreshed underlying platform and test dependencies for the newer release.
  • New Features
    • Enabled the kube rc command integration when it isn’t disabled.
  • Bug Fixes
    • Improved rollout undo/parent wiring and rollout scaling behavior.
    • Fixed ImageStream graph linking and related messaging during image discovery.
    • Updated certificate/configuration and scaling behavior for compatibility.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 20, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@ardaguclu: This pull request explicitly references no jira issue.

Details

In response to this:

This PR bumps k8s to 1.36 in oc.

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Walkthrough

The PR updates the project to Go 1.26, Kubernetes 1.36.2, and OpenShift 5.0. It refreshes module dependencies and container images, adapts CLI API signatures, updates rollout and KubeRC wiring, adjusts ImageStream graph logging, and adds a describer coverage exception.

Changes

Release and dependency refresh

Layer / File(s) Summary
Toolchain and dependency updates
.ci-operator.yaml, Makefile, go.mod
Build metadata, the Go toolchain, and direct and indirect dependencies are updated for Go 1.26 and Kubernetes 1.36.2.
Container image updates
images/cli-artifacts/Dockerfile.rhel, images/cli/Dockerfile.rhel, images/recycler/Dockerfile.rhel, images/tools/Dockerfile
Builder and runtime images move from OpenShift 4.22/Go 1.25 to OpenShift 5.0/Go 1.26, and Kubernetes image labels change to 1.36.2.

CLI compatibility updates

Layer / File(s) Summary
CLI API and command wiring
pkg/cli/cli.go, pkg/cli/rollout/rollout.go, pkg/cli/kubectlwrappers/wrappers.go, pkg/cli/config/adminkubeconfig/new_admin_kubeconfig.go, pkg/cli/deployer/...
Rollout constructors, KubeRC registration, certificate creation, scaler calls, and the fake scaler are adjusted for updated parameters and return values.
CLI graph and coverage adjustments
pkg/cli/admin/top/graph.go, pkg/helpers/describe/describer_test.go
ImageStream graph logging uses current history fields, and the describer coverage exceptions include PacemakerCluster.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Suggested reviewers: ingvagabund, tchap


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
No-Sensitive-Data-In-Logs ❌ Error New/changed logs print full command strings and image refs (original command, dockerImageReference, container.Image), which can leak tokens or internal hostnames. Redact user args and full image references before logging; keep only sanitized IDs or truncated references.
✅ Passed checks (14 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed No Ginkgo titles in changed tests; remaining subtest names are static or deterministic indices, with no runtime-generated values.
Test Structure And Quality ✅ Passed HEAD only changes CLI wiring; no Ginkgo test files or wait/assertion code were modified, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed No new Ginkgo specs were added; the only touched test file uses plain testing.T and the patch contains no MicroShift-unsupported APIs or tags.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the diff only changes CLI wiring, and a patch-wide search found no Describe/It/SNO markers.
Topology-Aware Scheduling Compatibility ✅ Passed No changed deployment/operator/controller code adds node selectors, anti-affinity, spreads, PDBs, or other topology assumptions; non-vendor diffs are CLI/version bumps only.
Ote Binary Stdout Contract ✅ Passed PASS: The PR only rewires CLI commands and bumps deps; no stdout writes were added in main/init/TestMain/RunSpecs or top-level initializers.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the changed tests are unit tests and contain no It/Describe/Context/When or network assumptions.
No-Weak-Crypto ✅ Passed Diff only adds kuberc CLI wiring in two files; no weak ciphers, custom crypto, or secret/token comparisons appear in the changed code.
Container-Privileges ✅ Passed PASS: Diff only changes Go CLI wiring; no container/K8s manifests or privileged settings were added.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: bumping Kubernetes to 1.36 with related OpenShift updates.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci
openshift-ci Bot requested review from ingvagabund and tchap July 20, 2026 13:27
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 20, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (1)
pkg/cli/rollout/rollout.go (1)

42-42: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Add documentation comments to the changed exported functions and methods.

  • pkg/cli/rollout/rollout.go#L42-L42: document NewCmdRollout.
  • pkg/cli/rollout/rollout.go#L151-L152: document NewCmdRolloutUndo.
  • pkg/cli/deployer/deployer_test.go#L237-L243: document the exported FakeScaler.Scale and FakeScaler.ScaleSimple methods.

As per coding guidelines: “Add descriptive comments to all exported and unexported Go types, functions, and methods.”

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pkg/cli/rollout/rollout.go` at line 42, Add descriptive Go documentation
comments for NewCmdRollout and NewCmdRolloutUndo in pkg/cli/rollout/rollout.go,
and for the exported FakeScaler.Scale and FakeScaler.ScaleSimple methods in
pkg/cli/deployer/deployer_test.go; each comment should begin with the documented
symbol’s name and describe its behavior.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@images/cli/Dockerfile.rhel`:
- Around line 7-11: Add a supported non-root USER directive after privileged
setup in images/cli/Dockerfile.rhel; this change also covers its derived
images/cli-artifacts/Dockerfile.rhel and images/recycler/Dockerfile.rhel. In
images/tools/Dockerfile, add the same non-root runtime identity after package
installation. Ensure both Dockerfiles never run as root.

In `@Makefile`:
- Around line 16-17: Update the image output references in the build-image calls
to use ocp/5.0, matching the OpenShift 5.0 CI root and Dockerfile bases; only
retain ocp/4.2 if the compatibility tagging is explicitly intentional and
documented.

---

Nitpick comments:
In `@pkg/cli/rollout/rollout.go`:
- Line 42: Add descriptive Go documentation comments for NewCmdRollout and
NewCmdRolloutUndo in pkg/cli/rollout/rollout.go, and for the exported
FakeScaler.Scale and FakeScaler.ScaleSimple methods in
pkg/cli/deployer/deployer_test.go; each comment should begin with the documented
symbol’s name and describe its behavior.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

Comment on lines +7 to 11
FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
COPY --from=builder /go/src/github.com/openshift/oc/oc /usr/bin/
COPY --from=builder /go/src/github.com/openshift/oc/oc-tests-ext.gz /usr/bin/oc-tests-ext.gz
RUN dnf install -y subscription-manager && dnf clean all && rm -rf /var/cache/dnf/*
RUN for i in kubectl openshift-deploy openshift-docker-build openshift-sti-build openshift-git-clone openshift-manage-dockerfile openshift-extract-image-content openshift-recycle; do ln -sf /usr/bin/oc /usr/bin/$i; done

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | 🏗️ Heavy lift

Use non-root runtime identities for the refreshed images.

Both runtime stages still default to root. Add a supported non-root USER after privileged setup.

  • images/cli/Dockerfile.rhel#L7-L11: add the runtime user; this also covers derived images/cli-artifacts/Dockerfile.rhel and images/recycler/Dockerfile.rhel.
  • images/tools/Dockerfile#L1-L6: add the runtime user after package installation.

As per path instructions, Dockerfiles must use a non-root USER and never run as root.

📍 Affects 2 files
  • images/cli/Dockerfile.rhel#L7-L11 (this comment)
  • images/tools/Dockerfile#L1-L6
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@images/cli/Dockerfile.rhel` around lines 7 - 11, Add a supported non-root
USER directive after privileged setup in images/cli/Dockerfile.rhel; this change
also covers its derived images/cli-artifacts/Dockerfile.rhel and
images/recycler/Dockerfile.rhel. In images/tools/Dockerfile, add the same
non-root runtime identity after package installation. Ensure both Dockerfiles
never run as root.

Sources: Path instructions, Linters/SAST tools

Comment thread Makefile
Comment on lines +16 to +17
KUBE_GIT_MINOR_VERSION := "36"
KUBE_GIT_VERSION := "v1.36.2"

@coderabbitai coderabbitai Bot Jul 20, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Update the image output references with the 5.0 refresh.

The build-image calls at Lines 62-64 and Lines 70-74 still publish images under ocp/4.2, while the CI root and Dockerfile bases now use OpenShift 5.0. This can produce 5.0-based images under stale 4.2 tags. Update those references to ocp/5.0, or document why the compatibility tags are intentional.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Makefile` around lines 16 - 17, Update the image output references in the
build-image calls to use ocp/5.0, matching the OpenShift 5.0 CI root and
Dockerfile bases; only retain ocp/4.2 if the compatibility tagging is explicitly
intentional and documented.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ardaguclu This?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those lines are replaced by ART. ocp/4.2 is just a placeholder in that manner. So there is no issue here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

@ardaguclu

Copy link
Copy Markdown
Member Author

/hold
until verified

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 20, 2026
@ardaguclu

Copy link
Copy Markdown
Member Author

okd-scos-images failure will be fixed by #2317

@ardaguclu

Copy link
Copy Markdown
Member Author

/pipeline

@ardaguclu

Copy link
Copy Markdown
Member Author

/pipeline required

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-agnostic-ovn-cmd
/test e2e-aws-ovn
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-aws-ovn-upgrade

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-agent-compact-ipv4

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
pkg/cli/kubectlwrappers/wrappers.go (1)

232-234: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Add a Go doc comment for NewCmdKubeRC.

This exported function should document that it wraps kubectl’s KubeRC command for the oc CLI.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pkg/cli/kubectlwrappers/wrappers.go` around lines 232 - 234, Add a Go doc
comment immediately before NewCmdKubeRC describing that the exported function
wraps kubectl’s KubeRC command for the oc CLI, with the comment beginning with
NewCmdKubeRC.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@pkg/cli/kubectlwrappers/wrappers.go`:
- Around line 232-234: Add a Go doc comment immediately before NewCmdKubeRC
describing that the exported function wraps kubectl’s KubeRC command for the oc
CLI, with the comment beginning with NewCmdKubeRC.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 3f2c02af-6292-4be9-b476-ad8e7ee5ee0c

📥 Commits

Reviewing files that changed from the base of the PR and between e868aa3 and 6b3f0b8.

📒 Files selected for processing (2)
  • pkg/cli/cli.go
  • pkg/cli/kubectlwrappers/wrappers.go
🚧 Files skipped from review as they are similar to previous changes (1)
  • pkg/cli/cli.go

@ardaguclu

Copy link
Copy Markdown
Member Author

/pipeline required

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-agnostic-ovn-cmd
/test e2e-aws-ovn
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-aws-ovn-upgrade

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-agent-compact-ipv4

@ardaguclu

Copy link
Copy Markdown
Member Author

/hold cancel

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 21, 2026
@ardaguclu

Copy link
Copy Markdown
Member Author

/payload nightly blocking

@openshift-ci

openshift-ci Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@ardaguclu: it appears that you have attempted to use some version of the payload command, but your comment was incorrectly formatted and cannot be acted upon. See the docs for usage info.

@ardaguclu

Copy link
Copy Markdown
Member Author

/payload 5.0 nightly blocking

1 similar comment
@ardaguclu

Copy link
Copy Markdown
Member Author

/payload 5.0 nightly blocking

@openshift-ci

openshift-ci Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@ardaguclu: trigger 14 job(s) of type blocking for the nightly release of OCP 5.0

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-upgrade-ovn-single-node
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-upgrade-fips
  • periodic-ci-openshift-release-main-ci-5.0-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-azure-aks-ovn-conformance
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-1of2
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-2of2
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-1of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-3of3
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv6

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/50da4340-84e3-11f1-8b9c-5e89ee86d8f4-0

@ardaguclu

Copy link
Copy Markdown
Member Author

unrelated
/retest

@ardaguclu

Copy link
Copy Markdown
Member Author

/retest

@ardaguclu

Copy link
Copy Markdown
Member Author

/payload 5.0 nightly blocking

@openshift-ci

openshift-ci Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@ardaguclu: trigger 14 job(s) of type blocking for the nightly release of OCP 5.0

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-upgrade-ovn-single-node
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-upgrade-fips
  • periodic-ci-openshift-release-main-ci-5.0-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-azure-aks-ovn-conformance
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-1of2
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-2of2
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-1of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-3of3
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv6

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/16981580-8511-11f1-8034-1590db382642-0

@ardaguclu

Copy link
Copy Markdown
Member Author

/retest

@ardaguclu

Copy link
Copy Markdown
Member Author

@atiratree @tchap I think, this is ready for your review, whenever you have some time.

@ardaguclu

Copy link
Copy Markdown
Member Author

According to the results of https://pr-payload-tests.ci.openshift.org/runs/ci/16981580-8511-11f1-8034-1590db382642-0
/verified by CI

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Jul 22, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@ardaguclu: This PR has been marked as verified by CI.

Details

In response to this:

According to the results of https://pr-payload-tests.ci.openshift.org/runs/ci/16981580-8511-11f1-8034-1590db382642-0
/verified by CI

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 openshift-eng/jira-lifecycle-plugin repository.

@tchap

tchap commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 22, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Tests from second stage were triggered manually. Pipeline can be controlled only manually, until HEAD changes. Use command to trigger second stage.

@openshift-ci

openshift-ci Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ardaguclu, tchap

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

The pull request process is described 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

@openshift-ci

openshift-ci Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

@ardaguclu: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-upgrade e868aa3 link true /test e2e-aws-ovn-upgrade
ci/prow/e2e-aws-ovn e868aa3 link true /test e2e-aws-ovn
ci/prow/e2e-agnostic-ovn-cmd e868aa3 link true /test e2e-agnostic-ovn-cmd
ci/prow/e2e-agent-compact-ipv4 6b3f0b8 link false /test e2e-agent-compact-ipv4

Full PR test history. Your PR dashboard.

Details

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-sigs/prow repository. I understand the commands that are listed here.

@ardaguclu

ardaguclu commented Jul 24, 2026

Copy link
Copy Markdown
Member Author

/retitle CNTRLPLANE-3889: Bump k8s dependencies to 1.36 along with openshift

@openshift-ci openshift-ci Bot changed the title NO-JIRA: Bump k8s dependencies to 1.36 along with openshift CNTRLPLANE-3889: Bump k8s dependencies to 1.36 along with openshift Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants