Skip to content

Update google.golang.org/genproto/googleapis/rpc digest to f61a6ca - #1199

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest
Open

red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
google.golang.org/genproto/googleapis/rpc indirect digest 08b0e42f61a6ca

Warning

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


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Jul 19, 2026
@openshift-ci

openshift-ci Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux[bot]

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

2 similar comments
@openshift-ci

openshift-ci Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux[bot]

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 19, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux[bot]

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 added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 19, 2026
@openshift-ci

openshift-ci Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift-online 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.

@coderabbitai

coderabbitai Bot commented Jul 19, 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

Updates the indirect google.golang.org/genproto/googleapis/rpc dependency in go.mod to a newer pinned version.

Changes

Go dependency update

Layer / File(s) Summary
Update genproto RPC dependency
go.mod
Updates the indirect google.golang.org/genproto/googleapis/rpc requirement.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested labels: dependencies, go

Suggested reviewers: rcampos2029, miguelhbrito

🚥 Pre-merge checks | ✅ 10 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title identifies the dependency update but names digest 08b0e42, while the changes update the dependency to 8efbd57. Change the title to state that google.golang.org/genproto/googleapis/rpc updates from 6c54ddd to 8efbd57.
✅ Passed checks (10 passed)
Check name Status Explanation
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.
No-Weak-Crypto ✅ Passed The PR changes only go.mod/go.sum. The old and new genproto/rpc archives have identical contents, and searches found no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or token comparison changes.
Container-Privileges ✅ Passed The PR changes only go.mod and go.sum. No privileged:true, host namespace, SYS_ADMIN, or allowPrivilegeEscalation settings exist; the Dockerfile runs its final image as USER 1001.
No-Sensitive-Data-In-Logs ✅ Passed The PR changes only go.mod and go.sum dependency versions and checksums; it adds no logging or sensitive-data handling code.
No-Hardcoded-Secrets ✅ Passed The PR changes only go.mod and go.sum dependency versions and checksums; no API keys, credentials, passwords, private keys, or secret assignments were added.
No-Injection-Vectors ✅ Passed The PR changes only go.mod and go.sum dependency metadata. No added application code contains SQL concatenation, unsafe deserialization, shell execution, eval/exec, or unsafe HTML.
Ai-Attribution ✅ Passed The PR description names no AI tool, and the commits contain only a bot Signed-off-by trailer; no AI attribution or Co-Authored-By trailer is present.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest

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

@openshift-ci

openshift-ci Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux: The following test 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/images-images 7e42653 link unknown /test images-images

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.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 19, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from 7e42653 to 0d1e7e9 Compare July 19, 2026 04:29
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 19, 2026
@openshift-ci

openshift-ci Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 19, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from 0d1e7e9 to b0cd8f5 Compare July 19, 2026 09:21
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from b0cd8f5 to b4d5404 Compare August 1, 2026 18:16
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to e75dac1 Update google.golang.org/genproto/googleapis/rpc digest to 8efbd57 Aug 1, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch 4 times, most recently from ff1f002 to 88051c7 Compare August 6, 2026 18:33
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to 8efbd57 Update google.golang.org/genproto/googleapis/rpc digest to 6ac0973 Aug 6, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from 88051c7 to 0b5478b Compare August 14, 2026 01:39
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to 6ac0973 Update google.golang.org/genproto/googleapis/rpc digest to ec0a776 Aug 14, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from 0b5478b to ce98285 Compare August 23, 2026 02:18
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to ec0a776 Update google.golang.org/genproto/googleapis/rpc digest to 08b0e42 Aug 23, 2026
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 24, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from ce98285 to 96ef37c Compare August 25, 2026 02:17
@openshift-ci openshift-ci Bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Aug 25, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from 96ef37c to b6b3cf8 Compare August 29, 2026 01:54
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to 08b0e42 Update google.golang.org/genproto/googleapis/rpc digest to da73d73 Aug 29, 2026
@openshift-ci openshift-ci Bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Aug 29, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from b6b3cf8 to ee6203c Compare September 4, 2026 01:54
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to da73d73 Update google.golang.org/genproto/googleapis/rpc digest to 18b4a75 Sep 4, 2026
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 4, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from ee6203c to 5b374d6 Compare September 8, 2026 01:22
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to 18b4a75 Update google.golang.org/genproto/googleapis/rpc digest to d0f1323 Sep 8, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-rpc-digest branch from 5b374d6 to 4c8c526 Compare September 11, 2026 05:30
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to d0f1323 Update google.golang.org/genproto/googleapis/rpc digest to f8649dd Sep 11, 2026
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/google.golang.org-genproto-googleapis-rpc-digest branch from 4c8c526 to e71d07d Compare September 15, 2026 02:19
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/rpc digest to f8649dd Update google.golang.org/genproto/googleapis/rpc digest to f61a6ca Sep 15, 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. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants