Skip to content

[release-4.22] AGENT-1583: post-feature promotion (NoRegistryClusterInstall) openshift/api dependencies bump - #31565

Open
pawanpinjarkar wants to merge 1 commit into
openshift:release-4.22from
pawanpinjarkar:update-dependencies-4.22
Open

[release-4.22] AGENT-1583: post-feature promotion (NoRegistryClusterInstall) openshift/api dependencies bump#31565
pawanpinjarkar wants to merge 1 commit into
openshift:release-4.22from
pawanpinjarkar:update-dependencies-4.22

Conversation

@pawanpinjarkar

Copy link
Copy Markdown
Contributor

Update the api and client-go version to the same version from openshift/machine-config-operator#6418 to be in sync with other code bases.

@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: automatic mode

@openshift-ci-robot

openshift-ci-robot commented Aug 26, 2026

Copy link
Copy Markdown

@pawanpinjarkar: This pull request references AGENT-1583 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Update the api and client-go version to the same version from openshift/machine-config-operator#6418 to be in sync with other code bases.

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.

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

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

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: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 5e1b5e7d-7f47-4ce0-99a9-c76f34b7f548

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

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

@pawanpinjarkar

Copy link
Copy Markdown
Contributor Author

/test e2e-agent-compact-ipv4-iso-no-registry

@openshift-ci
openshift-ci Bot requested review from deads2k and p0lyn0mial August 26, 2026 16:52
@openshift-ci openshift-ci Bot added the vendor-update Touching vendor dir or related files label Aug 26, 2026
@openshift-ci

openshift-ci Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pawanpinjarkar
Once this PR has been reviewed and has the lgtm label, please assign stbenjam 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

@redhat-chai-bot

Copy link
Copy Markdown
Contributor

/override ci/prow/verify-deps

Automated triage: This failure appears unrelated to the PR changes.

Rationale: verify-deps failed while downloading the unchanged github.com/distribution/distribution/v3@v3.0.0-20230530204932-ba46c769b3d1 module from proxy.golang.org, which returned an HTTP/2 INTERNAL_ERROR. The same run's companion go-verify-deps check independently failed on a different unchanged module with the same proxy stream error, indicating an external module-proxy failure rather than dependency drift introduced by this PR.

Evidence:

  • PR changes are limited to github.com/openshift/api, github.com/openshift/client-go, and generated/vendored API files; distribution/v3 remains at the same version in base and head.
  • ci/prow/verify-deps failed on proxy.golang.org stream error stream ID 997; INTERNAL_ERROR; received from peer while make verify-deps was resolving imports.
  • ci/prow/go-verify-deps failed on github.com/k8snetworkplumbingwg/network-attachment-definition-client@v1.6.0 with the same proxy.golang.org HTTP/2 INTERNAL_ERROR pattern.
  • ci/prow/lint, ci/prow/unit, and CodeRabbit passed; no build06 outage overlapped this run.

If you disagree with this assessment, /retest ci/prow/verify-deps to re-run the job.


AI-generated. Review for accuracy.

@openshift-ci

openshift-ci Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: Overrode contexts on behalf of redhat-chai-bot: ci/prow/verify-deps

Details

In response to this:

/override ci/prow/verify-deps

Automated triage: This failure appears unrelated to the PR changes.

Rationale: verify-deps failed while downloading the unchanged github.com/distribution/distribution/v3@v3.0.0-20230530204932-ba46c769b3d1 module from proxy.golang.org, which returned an HTTP/2 INTERNAL_ERROR. The same run's companion go-verify-deps check independently failed on a different unchanged module with the same proxy stream error, indicating an external module-proxy failure rather than dependency drift introduced by this PR.

Evidence:

  • PR changes are limited to github.com/openshift/api, github.com/openshift/client-go, and generated/vendored API files; distribution/v3 remains at the same version in base and head.
  • ci/prow/verify-deps failed on proxy.golang.org stream error stream ID 997; INTERNAL_ERROR; received from peer while make verify-deps was resolving imports.
  • ci/prow/go-verify-deps failed on github.com/k8snetworkplumbingwg/network-attachment-definition-client@v1.6.0 with the same proxy.golang.org HTTP/2 INTERNAL_ERROR pattern.
  • ci/prow/lint, ci/prow/unit, and CodeRabbit passed; no build06 outage overlapped this run.

If you disagree with this assessment, /retest ci/prow/verify-deps to re-run the job.


AI-generated. Review for accuracy.

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.

@openshift-ci

openshift-ci Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@pawanpinjarkar: 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/go-verify-deps 58fce5f link true /test go-verify-deps
ci/prow/verify-deps 58fce5f link true /test verify-deps

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.

@pawanpinjarkar

Copy link
Copy Markdown
Contributor Author

/verified later @pawanpinjarkar

@openshift-ci-robot openshift-ci-robot added verified-later verified Signifies that the PR passed pre-merge verification criteria labels Aug 26, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@pawanpinjarkar: This PR has been marked to be verified later by @pawanpinjarkar.

Details

In response to this:

/verified later @pawanpinjarkar

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.

@pawanpinjarkar

Copy link
Copy Markdown
Contributor Author

/cc @neisw

@openshift-ci
openshift-ci Bot requested a review from neisw August 26, 2026 17:54
@neisw

neisw commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

/test go-verify-deps

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

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. vendor-update Touching vendor dir or related files verified Signifies that the PR passed pre-merge verification criteria verified-later

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants