Skip to content

Build(deps): Bump google.golang.org/api from 0.291.0 to 0.292.0 - #1234

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/api-0.292.0
Aug 10, 2026
Merged

Build(deps): Bump google.golang.org/api from 0.291.0 to 0.292.0#1234
openshift-merge-bot[bot] merged 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/api-0.292.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/api from 0.291.0 to 0.292.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.292.0

0.292.0 (2026-08-04)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.292.0 (2026-08-04)

Features

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated Google API and protocol dependencies to newer versions.
    • No user-facing features or behavior changes were introduced.

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.291.0 to 0.292.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.291.0...v0.292.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.292.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file go Pull requests that update go code lgtm Indicates that a PR is ready to be merged. labels Aug 10, 2026
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[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 10, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[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 Aug 10, 2026
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown

Hi @dependabot[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 Aug 10, 2026

Copy link
Copy Markdown

Walkthrough

The pull request updates two Go module dependencies in go.mod: google.golang.org/api and google.golang.org/genproto/googleapis/rpc.

Changes

Go dependency updates

Layer / File(s) Summary
Update Go module versions
go.mod
The direct google.golang.org/api dependency and indirect google.golang.org/genproto/googleapis/rpc dependency use newer versions.

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

Possibly related PRs

🚥 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 dependency update from google.golang.org/api 0.291.0 to 0.292.0.
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 and go.sum dependency versions; no changed source adds weak algorithms, custom crypto, or non-constant-time secret comparisons.
Container-Privileges ✅ Passed The PR changes only Go dependency files; tracked manifests have no enabled privilege settings, and the image explicitly uses USER 1001.
No-Sensitive-Data-In-Logs ✅ Passed The patch changes only go.mod and go.sum dependency versions and checksums; added lines contain no logging statements or sensitive-data values.
No-Hardcoded-Secrets ✅ Passed The PR changes only dependency versions and Go module checksums in go.mod/go.sum; no API keys, credentials, secret assignments, credential URLs, or config secrets are added.
No-Injection-Vectors ✅ Passed The PR changes only Go module versions and checksums; no SQL concatenation, shell execution, eval/exec, unsafe YAML, pickle, or dangerouslySetInnerHTML code is added.
Ai-Attribution ✅ Passed The PR and commit metadata mention Dependabot, not an AI tool; HEAD has no Assisted-by, Generated-by, or AI Co-Authored-By trailer.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/google.golang.org/api-0.292.0

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`:
- Line 30: Update the release workflow’s artifact-upload job to generate and
publish enforced provenance attestations and Sigstore/cosign signatures for
every binary and SHA-256 file, ensuring signing and attestation failures block
the release. If these controls are provided externally instead, document the
authoritative control and verification process alongside the release
configuration.
🪄 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: 17278997-3cde-499f-b813-3f8d556741a5

📥 Commits

Reviewing files that changed from the base of the PR and between e47eacc and e144aa4.

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

Comment thread go.mod
golang.org/x/term v0.45.0
golang.org/x/text v0.40.0
google.golang.org/api v0.291.0
google.golang.org/api v0.292.0

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

check_osv() {
  local module="$1"
  local version="$2"
  local response

  response="$(
    curl -fsS -X POST 'https://api.osv.dev/v1/query' \
      -H 'Content-Type: application/json' \
      -d "$(jq -n \
        --arg name "$module" \
        --arg version "$version" \
        '{package: {name: $name, ecosystem: "Go"}, version: $version}')"
  )"

  if jq -e '((.vulns // []) | length) > 0' <<<"$response" >/dev/null; then
    printf '%s@%s has OSV findings\n' "$module" "$version"
    jq '.vulns[] | {id, summary, affected}' <<<"$response"
    return 1
  fi

  printf '%s@%s: no matching OSV records\n' "$module" "$version"
}

check_osv \
  'google.golang.org/api' \
  'v0.292.0'

check_osv \
  'google.golang.org/genproto/googleapis/rpc' \
  'v0.0.0-20260803160001-6ac0973c030d'

rg -n -F \
  'google.golang.org/api v0.292.0 h1:Ewiwo/GTtiaPZSNAZQUcWLh8AYDEoPmIXyJfeoTSMHU=' \
  go.sum

rg -n -F \
  'google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d h1:IL4hdHzcUv2l/gcg98/Rj3FbtE6axwqslOW8SW0C+S0=' \
  go.sum

rg -n -i --hidden --glob '!.git/**' \
  'sbom|cyclonedx|syft|slsa|provenance|attest|cosign|sigstore' . || true

Repository: openshift-online/ocm-cli

Length of output: 599


🏁 Script executed:

#!/usr/bin/env bash
set -u

printf '%s\n' '--- dependency declarations and checksums ---'
cat -n go.mod | sed -n '20,36p;142,156p'
rg -n -F \
  -e 'google.golang.org/api v0.292.0' \
  -e 'google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d' \
  go.mod go.sum

printf '%s\n' '--- repository policy and dependency metadata files ---'
git ls-files | rg -i '(^|/)(license|copying|notice|contributing|security|policy|governance|makefile|github/workflows/|hack/build_hermetic_image\.sh$)' || true
rg -n -i --hidden --glob '!.git/**' \
  'license|third.party|dependency.policy|allowed.?license|sbom|cyclonedx|syft|slsa|provenance|attest|cosign|sigstore|artifact signing|actions/upload-artifact' \
  . || true

printf '%s\n' '--- hermetic image build context ---'
cat -n hack/build_hermetic_image.sh | sed -n '1,120p'

printf '%s\n' '--- Go proxy metadata ---'
for module_version in \
  'google.golang.org/api/@v/v0.292.0.mod' \
  'google.golang.org/api/@v/v0.292.0.info' \
  'google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20260803160001-6ac0973c030d.mod' \
  'google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20260803160001-6ac0973c030d.info'
do
  printf '%s\n' "--- $module_version"
  curl -fsS "https://proxy.golang.org/$module_version" || true
  printf '\n'
done

printf '%s\n' '--- OSV exact-version queries ---'
python3 - <<'PY'
import json, urllib.request
queries = [
    ("google.golang.org/api", "v0.292.0"),
    ("google.golang.org/genproto/googleapis/rpc",
     "v0.0.0-20260803160001-6ac0973c030d"),
]
for name, version in queries:
    req = urllib.request.Request(
        "https://api.osv.dev/v1/query",
        data=json.dumps({
            "package": {"name": name, "ecosystem": "Go"},
            "version": version,
        }).encode(),
        headers={"Content-Type": "application/json"},
        method="POST",
    )
    with urllib.request.urlopen(req) as response:
        data = json.load(response)
    print(name, version, "findings=", len(data.get("vulns", [])))
    for vuln in data.get("vulns", []):
        print(vuln.get("id"), vuln.get("summary"))
PY

Repository: openshift-online/ocm-cli

Length of output: 50380


🏁 Script executed:

# Awaiting capability results.

Repository: openshift-online/ocm-cli

Length of output: 162


🏁 Script executed:

#!/usr/bin/env bash
set -u

printf '%s\n' '--- focused dependency declarations ---'
sed -n '27,32p;147,152p' go.mod
rg -n -F \
  -e 'google.golang.org/api v0.292.0' \
  -e 'google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d' \
  go.sum

printf '%s\n' '--- module metadata and retractions ---'
for path in \
  'google.golang.org/api/@v/v0.292.0.mod' \
  'google.golang.org/api/@v/v0.292.0.info' \
  'google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20260803160001-6ac0973c030d.mod' \
  'google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20260803160001-6ac0973c030d.info'
do
  printf '%s\n' "--- $path"
  curl -fsS "https://proxy.golang.org/$path"
  printf '\n'
done

printf '%s\n' '--- dependency license files ---'
tmpdir="$(mktemp -d)"
trap 'rm -rf "$tmpdir"' EXIT
for spec in \
  'api v0.292.0' \
  'genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d'
do
  name="${spec%% *}"
  version="${spec#* }"
  encoded="$(printf '%s' "$name" | sed 's|/|%2F|g')"
  zip="$tmpdir/$(printf '%s' "$name" | tr / _).zip"
  if curl -fsS "https://proxy.golang.org/google.golang.org/$encoded/@v/$version.zip" -o "$zip"; then
    printf '%s\n' "--- google.golang.org/$name $version"
    unzip -Z1 "$zip" | grep -Ei '(^|/)(license|copying|notice)([^/]*)?$' | head -20
    for f in $(unzip -Z1 "$zip" | grep -Ei '(^|/)(license|copying|notice)([^/]*)?$' | head -5); do
      printf '%s\n' "[$f]"
      unzip -p "$zip" "$f" | head -8
    done
  else
    printf '%s\n' "unable to download $name $version"
  fi
done

printf '%s\n' '--- SBOM, provenance, and signing controls ---'
rg -n -i --hidden --glob '!.git/**' --glob '!*.go' \
  'sbom|cyclonedx|syft|slsa|provenance|attest|cosign|sigstore|sign(ing|ed)? artifact|upload-artifact' \
  . 2>/dev/null | head -200 || true

printf '%s\n' '--- hermetic image SBOM command ---'
sed -n '55,85p' hack/build_hermetic_image.sh

Repository: openshift-online/ocm-cli

Length of output: 5941


🏁 Script executed:

# Awaiting focused capability results.

Repository: openshift-online/ocm-cli

Length of output: 162


🏁 Script executed:

#!/usr/bin/env bash
set -u

printf '%s\n' '--- tracked CI and release files ---'
git ls-files | grep -E '(^|/)\.github/workflows/|(^|/)(release|publish|build|image|artifact|sign)' | head -200 || true

printf '%s\n' '--- tracked supply-chain configuration ---'
git grep -n -I -E 'provenance|attest|cosign|sigstore|slsa|rekor|fulcio|sign-artifacts|signing' -- ':!*.sum' ':!README.md' 2>/dev/null || true

printf '%s\n' '--- google.golang.org/api license metadata ---'
curl -fsSL 'https://pkg.go.dev/google.golang.org/api@v0.292.0?tab=licenses' |
  grep -Eio 'BSD[- ]3[- ]Clause|Apache[- ]2\.0|MIT' | sort -u | head -20 || true

printf '%s\n' '--- module archive license names ---'
tmpdir="$(mktemp -d)"
trap 'rm -rf "$tmpdir"' EXIT
url='https://proxy.golang.org/google.golang.org/api/@v/v0.292.0.zip'
if curl -fsSL "$url" -o "$tmpdir/api.zip"; then
  unzip -Z1 "$tmpdir/api.zip" |
    grep -Ei '(^|/)(license|copying|notice)([^/]*)?$' |
    head -20
fi

Repository: openshift-online/ocm-cli

Length of output: 653


🏁 Script executed:

# Awaiting final capability results.

Repository: openshift-online/ocm-cli

Length of output: 162


🏁 Script executed:

#!/usr/bin/env bash
set -u

for file in .github/workflows/publish-release.yaml hack/build_image.sh hack/build_release_images.sh hack/build_hermetic_image.sh; do
  if [ -f "$file" ]; then
    printf '%s\n' "--- $file"
    wc -l "$file"
    cat -n "$file" | head -240
  fi
done

Repository: openshift-online/ocm-cli

Length of output: 13933


🏁 Script executed:

# Awaiting release workflow results.

Repository: openshift-online/ocm-cli

Length of output: 162


Add release provenance and artifact signing.

The versions are pinned, their module and go.mod hashes are in go.sum, OSV reports no findings, and the versions are not retracted. The Apache-2.0 repository license is compatible with the BSD-3-Clause and Apache-2.0 dependency licenses. hack/build_hermetic_image.sh generates a CycloneDX SBOM.

The release workflow only uploads binaries and SHA-256 files. Add enforced provenance attestations and Sigstore/cosign signatures for release artifacts, or document the external control that provides them, before merging.

🤖 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` at line 30, Update the release workflow’s artifact-upload job to
generate and publish enforced provenance attestations and Sigstore/cosign
signatures for every binary and SHA-256 file, ensuring signing and attestation
failures block the release. If these controls are provided externally instead,
document the authoritative control and verification process alongside the
release configuration.

Source: Path instructions

@openshift-merge-bot
openshift-merge-bot Bot merged commit 2042ae4 into main Aug 10, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/google.golang.org/api-0.292.0 branch August 10, 2026 09:15
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. dependencies Pull requests that update a dependency file go Pull requests that update go code lgtm Indicates that a PR is ready to be merged. 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