Skip to content

fix(deps): update non-k8s-go-dependencies#262

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/non-k8s-go-dependencies
Open

fix(deps): update non-k8s-go-dependencies#262
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/non-k8s-go-dependencies

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/openshift/api indirect digest 09730f89f55304
github.com/openshift/hive/apis require digest ab4b24991d3589
github.com/openshift/hypershift/api require digest 6d994e49b67f7b
google.golang.org/genproto/googleapis/rpc indirect digest 0a33c5d3dc84a4

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot requested a review from enxebre as a code owner May 25, 2026 13:55
@red-hat-konflux red-hat-konflux Bot added area/ci-tooling ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels May 25, 2026
@red-hat-konflux red-hat-konflux Bot requested a review from sjenning as a code owner May 25, 2026 13:55
@red-hat-konflux red-hat-konflux Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. area/ci-tooling labels May 25, 2026
@coderabbitai

coderabbitai Bot commented May 25, 2026

Copy link
Copy Markdown

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Bumps in go.mod: github.com/openshift/hypershift/api updated to v0.0.0-20260527123101-6603e290f316 and indirect google.golang.org/genproto/googleapis/rpc updated to v0.0.0-20260526163538-3dc84a4a5aaa.

Changes

Dependency version bumps

Layer / File(s) Summary
Hypershift API and genproto pseudo-version updates
go.mod
github.com/openshift/hypershift/api bumped to v0.0.0-20260527123101-6603e290f316; indirect google.golang.org/genproto/googleapis/rpc bumped to v0.0.0-20260526163538-3dc84a4a5aaa.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • enxebre
  • sjenning
🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Title check ✅ Passed The title 'fix(deps): update non-k8s-go-dependencies' accurately describes the main change—updating non-Kubernetes Go module dependencies with new digests.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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 PR only updates go.mod dependencies; no test files were modified, so the test naming check is not applicable.
Test Structure And Quality ✅ Passed PR contains only Go module dependency updates (go.mod/go.sum). Repository tests use standard Go testing, not Ginkgo. Custom check for Ginkgo test quality is not applicable.
Microshift Test Compatibility ✅ Passed PR only updates Go dependency versions in go.mod; no new Ginkgo e2e tests are added, making this MicroShift test compatibility check not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR is a Go module dependency update only (no new tests added). Check requires new Ginkgo e2e tests to be present; repo uses standard Go testing, not Ginkgo.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Go dependencies (hypershift/api, genproto); no deployment manifests, operator code, or scheduling constraints are added or modified.
Ote Binary Stdout Contract ✅ Passed Dependency-only update with no source code changes. Repository code has no process-level stdout writes: main() uses velero framework, logging via logrus, no klog or fmt.Print* at process level.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests found. All 11 new test files use standard Go testing.T pattern, not Ginkgo BDD framework, making the IPv6/disconnected network check inapplicable.
No-Weak-Crypto ✅ Passed No weak cryptography (MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB) or non-constant-time secret comparisons detected. PR only updates dependency versions in go.mod without introducing weak crypto.
Container-Privileges ✅ Passed PR only modifies go.mod (dependency versions); no container/K8s manifests changed or added. Check does not apply to Go module dependency updates.
No-Sensitive-Data-In-Logs ✅ Passed PR only contains go.mod dependency version updates with no source code changes, thus no logging code added or modified to expose sensitive data.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/non-k8s-go-dependencies

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

@openshift-ci openshift-ci Bot requested review from csrwng and jparrill May 25, 2026 13:57
@openshift-ci

openshift-ci Bot commented May 25, 2026

Copy link
Copy Markdown

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci

openshift-ci Bot commented May 25, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign sjenning 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

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/non-k8s-go-dependencies branch from 0502331 to 71ebca1 Compare May 25, 2026 20:03
@red-hat-konflux red-hat-konflux Bot changed the title fix(deps): update github.com/openshift/hypershift/api digest to c19746e fix(deps): update github.com/openshift/hypershift/api digest to 7625684 May 25, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/non-k8s-go-dependencies branch from 71ebca1 to c983956 Compare May 26, 2026 20:24
@red-hat-konflux red-hat-konflux Bot changed the title fix(deps): update github.com/openshift/hypershift/api digest to 7625684 fix(deps): update non-k8s-go-dependencies May 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/non-k8s-go-dependencies branch 13 times, most recently from 13bca48 to 43310b4 Compare May 29, 2026 10:10
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/non-k8s-go-dependencies branch from 43310b4 to ace0b02 Compare May 29, 2026 13:33
@openshift-ci

openshift-ci Bot commented May 29, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: all tests passed!

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.

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

Labels

area/ci-tooling ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants