Skip to content

Update google.golang.org/genproto digest to 8efbd57 - #1172

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

Update google.golang.org/genproto digest to 8efbd57#1172
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/google.golang.org-genproto-digest

Conversation

@red-hat-konflux

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
google.golang.org/genproto indirect digest aa98bba8efbd57

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 9, 2026
@openshift-ci

openshift-ci Bot commented Jul 9, 2026

Copy link
Copy Markdown

[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 9, 2026

Copy link
Copy Markdown

[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 9, 2026

Copy link
Copy Markdown

[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 9, 2026

Copy link
Copy Markdown

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.

@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 9, 2026
@coderabbitai

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

This change updates several indirect Go dependencies in go.mod, including gRPC, Google Cloud Monitoring, xDS, Envoy, OpenTelemetry GCP detectors, and the Google genproto root module.

Changes

Indirect Go dependency refresh

Layer / File(s) Summary
Update indirect module versions
go.mod
Updates indirect gRPC, monitoring, xDS, Envoy, protoc-gen-validate, OpenTelemetry GCP detector, and genproto versions while leaving the genproto API and RPC modules unchanged.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested labels: lgtm

Suggested reviewers: miguelhbrito, rcampos2029

🚥 Pre-merge checks | ✅ 10 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title identifies the correct dependency but names digest 8efbd57, while the PR updates google.golang.org/genproto to f0a9213. Change the title to state that google.golang.org/genproto updates from digest d00831a to f0a9213.
✅ 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 Only go.mod/go.sum changed; no weak-crypto terms or custom secret comparisons appear in the diff.
Container-Privileges ✅ Passed PR only changes go.mod/go.sum; no container/K8s manifests or privileged settings (privileged, hostPID/Network/IPC, SYS_ADMIN, root, allowPrivilegeEscalation) were found.
No-Sensitive-Data-In-Logs ✅ Passed PASS: Diff only bumps go.mod/go.sum dependencies; no source/logging changes or sensitive strings appear in modified files.
No-Hardcoded-Secrets ✅ Passed Only dependency/version and checksum updates in go.mod/go.sum; no API keys, tokens, passwords, private keys, or embedded credentials found.
No-Injection-Vectors ✅ Passed PR only updates go.mod/go.sum dependency versions; no source code or risky injection-pattern changes were introduced.
Ai-Attribution ✅ Passed No AI tool use is mentioned in the PR/commit; HEAD only has a Signed-off-by trailer and no Co-Authored-By, Assisted-by, or Generated-by.
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-digest

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

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch from 0753e45 to 8b04ceb Compare July 10, 2026 01:12
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 10, 2026
@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch from 8b04ceb to c82f7df Compare July 10, 2026 05:22
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to f0a9213 Update google.golang.org/genproto digest to f0a9213 - autoclosed Jul 11, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 11, 2026
@red-hat-konflux
red-hat-konflux Bot deleted the konflux/mintmaker/main/google.golang.org-genproto-digest branch July 11, 2026 13:17
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to f0a9213 - autoclosed Update google.golang.org/genproto digest to f0a9213 Jul 11, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 11, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch 5 times, most recently from 7525c83 to 5535e5f Compare July 13, 2026 21:16
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to f0a9213 Update google.golang.org/genproto digest to f0a9213 - autoclosed Jul 15, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 15, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to f0a9213 - autoclosed Update google.golang.org/genproto digest to e75dac1 Jul 19, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 19, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch from 2b31b53 to 5535e5f Compare July 19, 2026 00:30
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch 2 times, most recently from 2b31b53 to 45249e1 Compare July 19, 2026 04:29
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 22, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to e75dac1 Update google.golang.org/genproto digest to e75dac1 - autoclosed Jul 28, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 28, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to e75dac1 - autoclosed Update google.golang.org/genproto digest to 8efbd57 Aug 1, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Aug 1, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch 2 times, most recently from 45249e1 to bfc5eb1 Compare August 1, 2026 18:16
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 1, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch from bfc5eb1 to 476c8bf Compare August 1, 2026 21:30
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to 8efbd57 Update google.golang.org/genproto digest to 8efbd57 - autoclosed Aug 2, 2026
@red-hat-konflux red-hat-konflux Bot closed this Aug 2, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto digest to 8efbd57 - autoclosed Update google.golang.org/genproto digest to 8efbd57 Aug 2, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Aug 2, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch 2 times, most recently from 476c8bf to 6ef48db Compare August 2, 2026 05:27
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