Skip to content

Update google.golang.org/genproto/googleapis/api digest to 08b0e42 - #1230

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

Update google.golang.org/genproto/googleapis/api digest to 08b0e42#1230
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/google.golang.org-genproto-googleapis-api-digest

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
google.golang.org/genproto/googleapis/api indirect digest 8efbd5708b0e42

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.

Summary by CodeRabbit

  • Chores
    • Updated underlying components to newer versions for improved compatibility and maintenance.
    • No user-facing features or behavior changes.

@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 Aug 6, 2026
@red-hat-konflux

red-hat-konflux Bot commented Aug 6, 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/rpc v0.0.0-20260803160001-6ac0973c030d -> v0.0.0-20260818201246-1b0934165a6f
google.golang.org/protobuf v1.36.11 -> v1.36.12

@openshift-ci

openshift-ci Bot commented Aug 6, 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

1 similar comment
@openshift-ci

openshift-ci Bot commented Aug 6, 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 Aug 6, 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 Aug 6, 2026
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift-online/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 525f4082-83e0-43f6-ac0d-9d9d1c7f3d95

📥 Commits

Reviewing files that changed from the base of the PR and between 7b7e0e6 and 03bc868.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review.


Walkthrough

The pull request updates indirect versions for the genproto API, genproto RPC, and protobuf modules in go.mod. No exported declarations or application logic changed.

Changes

Go module version updates

Layer / File(s) Summary
Update indirect module versions
go.mod
Updated the indirect genproto API, genproto RPC, and protobuf module versions.

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

Merge Risk: ⚪ Minimal · up to 03bc8

This dependency digest update does not introduce a concrete security, correctness, or availability issue. The existing release-signing follow-up remains separate, and no actionable merge-blocking risk remains after normal checks.

Suggested reviewers: rcampos2029, miguelhbrito

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: updating the google.golang.org/genproto/googleapis/api dependency digest to 08b0e42.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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 pull request changes only go.mod and go.sum dependency metadata. The updated genproto API and RPC modules contain no weak-crypto references. The SHA1 use in protobuf v1.36.12 is an existing intern…
Container-Privileges ✅ Passed PASS: The PR changes only go.mod and go.sum. The diff updates Go dependency versions and checksums; it adds no container or Kubernetes manifest. The changed patch contains none of privileged, hostPID,…
No-Sensitive-Data-In-Logs ✅ Passed PASS: The pull request changes only dependency metadata in go.mod and go.sum. The diff adds no source code, logging calls, or sensitive-data handling. Therefore, it does not introduce logging that may…
No-Hardcoded-Secrets ✅ Passed The pull request changes only go.mod and go.sum dependency versions and Go module checksums. The added 44-character base64-shaped values are go.sum h1: integrity hashes, not configuration secr…
No-Injection-Vectors ✅ Passed PASS. The pull request changes only go.mod and go.sum. It updates indirect dependency versions and checksums. It adds no application code, scripts, templates, or frontend files. The changed diff c…
Ai-Attribution ✅ Passed No AI tool is mentioned in the authored PR description or in the PR commit. The only PR commit contains a Signed-off-by trailer from red-hat-konflux[bot], with no Assisted-by, Generated-by, or Co-Auth…
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

Full details: No-Weak-Crypto

Explanation

The pull request changes only go.mod and go.sum dependency metadata. The updated genproto API and RPC modules contain no weak-crypto references. The SHA1 use in protobuf v1.36.12 is an existing internal fuzz-corpus naming utility that is also present in v1.36.11, so the pull request does not introduce it. No changed code uses weak algorithms or non-constant-time secret comparisons.

Full details: Container-Privileges

Explanation

PASS: The PR changes only go.mod and go.sum. The diff updates Go dependency versions and checksums; it adds no container or Kubernetes manifest. The changed patch contains none of privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, or allowPrivilegeEscalation settings.

Full details: No-Sensitive-Data-In-Logs

Explanation

PASS: The pull request changes only dependency metadata in go.mod and go.sum. The diff adds no source code, logging calls, or sensitive-data handling. Therefore, it does not introduce logging that may expose passwords, tokens, API keys, PII, session IDs, internal hostnames, or customer data.

Full details: No-Hardcoded-Secrets

Explanation

The pull request changes only go.mod and go.sum dependency versions and Go module checksums. The added 44-character base64-shaped values are go.sum h1: integrity hashes, not configuration secrets. No added API keys, tokens, passwords, private keys, credentials, credential-bearing URLs, or secret-named string assignments are present.

Full details: No-Injection-Vectors

Explanation

PASS. The pull request changes only go.mod and go.sum. It updates indirect dependency versions and checksums. It adds no application code, scripts, templates, or frontend files. The changed diff contains none of the listed injection vectors.

Full details: Ai-Attribution

Explanation

No AI tool is mentioned in the authored PR description or in the PR commit. The only PR commit contains a Signed-off-by trailer from red-hat-konflux[bot], with no Assisted-by, Generated-by, or Co-Authored-By trailer. The conditional attribution requirement does not apply.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/google.golang.org-genproto-googleapis-api-digest

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Around line 149-150: Update the release workflow around the binary and SHA256
artifact publishing steps to generate and attach provenance attestations, and
sign release artifacts with Sigstore/cosign. Ensure the CycloneDX SBOM is
included in the attested or signed release outputs, and retain the indirect
genproto RPC dependency only when the regenerated module graph requires it.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift-online/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e2ea97f4-d0a7-463b-b6cd-2369a7bea61c

📥 Commits

Reviewing files that changed from the base of the PR and between 4efa505 and e5c00d6.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod Outdated
Comment on lines +149 to +150
google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260729162451-8efbd57d26e0 // indirect

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | 🏗️ Heavy lift

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

versions=(
  "google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d"
  "google.golang.org/genproto/googleapis/rpc v0.0.0-20260729162451-8efbd57d26e0"
)

for entry in "${versions[@]}"; do
  read -r module version <<< "$entry"
  jq -n \
    --arg name "$module" \
    --arg version "$version" \
    '{package:{name:$name,ecosystem:"Go"},version:$version}' |
    curl -fsS -X POST \
      -H 'Content-Type: application/json' \
      --data-binary `@-` \
      https://api.osv.dev/v1/query |
    jq --arg module "$module" --arg version "$version" \
      '{module:$module,version:$version,vulnerabilities:(.vulns // [])}'
done

rg -n -i 'sbom|spdx|cyclonedx|provenance|attest|slsa|cosign|sigstore' \
  --glob '!vendor/**' --glob '!go.sum' .

Repository: openshift-online/ocm-cli

Length of output: 501


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf '%s\n' '--- go.mod context ---'
sed -n '135,160p' go.mod

printf '%s\n' '--- matching go.sum records ---'
rg -n '^google\.golang\.org/genproto/(googleapis/(api|rpc)) v0\.0\.0-(20260803160001-6ac0973c030d|20260729162451-8efbd57d26e0)( |/go\.mod )' go.sum

printf '%s\n' '--- references and module graph declarations ---'
rg -n 'google\.golang\.org/genproto|genproto/googleapis/(api|rpc)' --glob '!go.sum' --glob '!vendor/**' .

printf '%s\n' '--- build and release supply-chain controls ---'
rg -n -i 'sbom|spdx|cyclonedx|provenance|attest|slsa|cosign|sigstore|ghcr|release' \
  --glob '!vendor/**' --glob '!go.sum' \
  .github hack Makefile* 2>/dev/null || true

printf '%s\n' '--- tracked workflow and build files ---'
git ls-files '.github/**' 'hack/**' 'Makefile*' '*Dockerfile*' | head -200

Repository: openshift-online/ocm-cli

Length of output: 5432


🌐 Web query:

Find the upstream license files and license identifiers for google.golang.org/genproto/googleapis/api and google.golang.org/genproto/googleapis/rpc at commits 6ac0973c030d and 8efbd57d26e0, and determine whether the modules are Apache-2.0 licensed.

💡 Result:

The modules google.golang.org/genproto/googleapis/api and google.golang.org/genproto/googleapis/rpc are licensed under the Apache License, Version 2.0 [1][2][3]. The license information for these modules is maintained in the upstream repository, googleapis/go-genproto [2][4]. The project includes a LICENSE file at the root of the repository [1], and the source files within the module typically contain a header indicating that they are licensed under the Apache License, Version 2.0 [5]. The license identifier used for these modules is Apache-2.0 [4][6][3]. For the specified commits (6ac0973c030d and 8efbd57d26e0), the modules are governed by the Apache-2.0 license, consistent with the overall licensing of the googleapis/go-genproto repository [2][4][3].

Citations:


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf '%s\n' '--- release workflow ---'
cat -n .github/workflows/publish-release.yaml

printf '%s\n' '--- build scripts ---'
cat -n hack/build_hermetic_image.sh
cat -n hack/build_release_images.sh
cat -n Makefile

printf '%s\n' '--- module metadata from the Go proxy ---'
for module_version in \
  'google.golang.org/genproto/googleapis/api/@v/v0.0.0-20260803160001-6ac0973c030d.info' \
  'google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20260729162451-8efbd57d26e0.info'; do
  printf '%s\n' "--- $module_version ---"
  curl -fsS "https://proxy.golang.org/$module_version"
done

printf '%s\n' '--- upstream commit existence and license paths ---'
for sha in 6ac0973c030d 8efbd57d26e0; do
  curl -fsS "https://api.github.com/repos/googleapis/go-genproto/commits/$sha" |
    jq --arg sha "$sha" '{requested:$sha,commit:.sha,message:.commit.message}'
done
for path in LICENSE googleapis/api/LICENSE googleapis/rpc/LICENSE; do
  status=$(curl -sS -o /dev/null -w '%{http_code}' "https://raw.githubusercontent.com/googleapis/go-genproto/6ac0973c030d/$path")
  printf '%s %s\n' "6ac0973c030d/$path" "$status"
done
for path in LICENSE googleapis/api/LICENSE googleapis/rpc/LICENSE; do
  status=$(curl -sS -o /dev/null -w '%{http_code}' "https://raw.githubusercontent.com/googleapis/go-genproto/8efbd57d26e0/$path")
  printf '%s %s\n' "8efbd57d26e0/$path" "$status"
done

Repository: openshift-online/ocm-cli

Length of output: 14932


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf '%s\n' '--- working-tree and last-commit scope ---'
git status --short
git diff --stat HEAD^ HEAD -- go.mod go.sum
git diff --unified=3 HEAD^ HEAD -- go.mod go.sum

printf '%s\n' '--- previous dependency declarations ---'
git show HEAD^:go.mod | sed -n '135,155p'
git show HEAD^:go.sum | rg -n 'google\.golang\.org/genproto/(googleapis/(api|rpc))' || true

printf '%s\n' '--- workflow controls, excluding comments ---'
rg -n -i 'sbom|spdx|cyclonedx|provenance|attest|slsa|cosign|sigstore|sign|upload-artifact|release' \
  .github/workflows hack Makefile docker \
  | rg -v '^[^:]+:[0-9]+:.*#' || true

Repository: openshift-online/ocm-cli

Length of output: 7086


Add provenance attestations and sign release artifacts.

Both pins have matching go.sum records, no OSV advisories, and Apache-2.0 licenses. The hermetic build requests a CycloneDX SBOM, but .github/workflows/publish-release.yaml publishes binaries and SHA256 files without provenance attestations or Sigstore/cosign signatures. Add both controls. Retain the indirect RPC update only if the regenerated module graph requires it.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` around lines 149 - 150, Update the release workflow around the binary
and SHA256 artifact publishing steps to generate and attach provenance
attestations, and sign release artifacts with Sigstore/cosign. Ensure the
CycloneDX SBOM is included in the attested or signed release outputs, and retain
the indirect genproto RPC dependency only when the regenerated module graph
requires it.

Source: Path instructions

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 11, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-api-digest branch from e5c00d6 to 0c5ca22 Compare August 14, 2026 01:38
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/api digest to 6ac0973 Update google.golang.org/genproto/googleapis/api digest to ec0a776 Aug 14, 2026
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 14, 2026
@openshift-ci

openshift-ci Bot commented Aug 14, 2026

Copy link
Copy Markdown

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 Aug 14, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/google.golang.org-genproto-googleapis-api-digest branch from 0c5ca22 to 7b7e0e6 Compare August 23, 2026 02:18
@red-hat-konflux red-hat-konflux Bot changed the title Update google.golang.org/genproto/googleapis/api digest to ec0a776 Update google.golang.org/genproto/googleapis/api 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
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-api-digest branch from 7b7e0e6 to 03bc868 Compare August 25, 2026 02:17
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 25, 2026
@openshift-ci

openshift-ci Bot commented Aug 26, 2026

Copy link
Copy Markdown

PR needs rebase.

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-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 26, 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. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants