Skip to content

Update google.golang.org/genproto digest to 925bb5d#213

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

Update google.golang.org/genproto digest to 925bb5d#213
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/google.golang.org-genproto-digest

Conversation

@red-hat-konflux-kflux-prd-rh02

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • 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-kflux-prd-rh02

red-hat-konflux-kflux-prd-rh02 Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260622175928-b703f567277d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260610212136-7ab31c22f7ad -> v0.0.0-20260622175928-b703f567277d

@openshift-ci openshift-ci Bot requested review from Mischulee and aredenba-rh June 29, 2026 00:06
@openshift-ci

openshift-ci Bot commented Jun 29, 2026

Copy link
Copy Markdown

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

I'm waiting for a openshift-hyperfleet 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 Jun 29, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

go.mod updates three indirect google.golang.org/genproto entries to newer dated revisions. No application code, public APIs, or direct dependencies change.

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

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 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.
Sec-02: Secrets In Log Output ✅ Passed No secret-bearing log calls found in non-test/example Go; PR only touches go.mod. CWE-532 not triggered.
No Hardcoded Secrets ✅ Passed PASS: diff only bumps genproto versions in go.mod; no API keys, passwords, tokens, embedded creds, or base64 literals. CWE-798/259 not present.
No Weak Cryptography ✅ Passed PASS: Only go.mod/go.sum digest bumps; no weak crypto primitives or secret comparisons added (CWE-327).
No Injection Vectors ✅ Passed PASS: only go.mod/go.sum indirect genproto bumps; no new CWE-89/78/79/502 sink or user-controlled command/query/template/YAML path appears.
No Privileged Containers ✅ Passed Diff only changes go.mod/go.sum; no Kubernetes/OpenShift manifests, Helm templates, or Dockerfiles, so no privileged-container flags (CWE-250/264).
No Pii Or Sensitive Data In Logs ✅ Passed Only go.mod changed; no slog/logr/zap/fmt.Print* call sites or data-bearing logs were introduced, so no CWE-532 exposure.
Title check ✅ Passed The title names the exact indirect dependency digest update shown in go.mod.
Description check ✅ Passed The description correctly describes the dependency digest update and related automation notes.
✨ 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/google.golang.org-genproto-digest
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch konflux/mintmaker/main/google.golang.org-genproto-digest

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

@rafabene

rafabene commented Jul 2, 2026

Copy link
Copy Markdown
Member

/ok-to-test

@hyperfleet-ci-bot

hyperfleet-ci-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

Risk Score: 0 — risk/low

Signal Detail Points
PR size 18 lines +0
Sensitive paths none +0

Computed by hyperfleet-risk-scorer

@rafabene

rafabene commented Jul 2, 2026

Copy link
Copy Markdown
Member

/lgtm

@rafabene

rafabene commented Jul 2, 2026

Copy link
Copy Markdown
Member

/retest

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-digest branch from 6759c54 to 5853354 Compare July 2, 2026 20:02
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update google.golang.org/genproto digest to b703f56 Update google.golang.org/genproto digest to 925bb5d Jul 2, 2026
@rafabene

rafabene commented Jul 2, 2026

Copy link
Copy Markdown
Member

/ok-to-test

@rafabene

rafabene commented Jul 3, 2026

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Jul 3, 2026
@openshift-ci

openshift-ci Bot commented Jul 3, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rafabene

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant