Skip to content

Bump google.golang.org/api from 0.287.0 to 0.287.1#100

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/api-0.287.1
Jul 9, 2026
Merged

Bump google.golang.org/api from 0.287.0 to 0.287.1#100
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/api-0.287.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/api from 0.287.0 to 0.287.1.

Release notes

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

v0.287.1

0.287.1 (2026-07-07)

Documentation

Changelog

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

0.287.1 (2026-07-07)

Documentation

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 several third-party libraries to newer versions, including Google API, gRPC, and OpenTelemetry-related packages.
    • These updates may improve reliability, compatibility, and security across cloud and telemetry integrations.

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.287.0 to 0.287.1.
- [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.287.0...v0.287.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Jul 9, 2026
@github-actions github-actions Bot enabled auto-merge (squash) July 9, 2026 14:35
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: a77b1f83-9f57-4fb8-9e8f-5f228233d988

📥 Commits

Reviewing files that changed from the base of the PR and between 12a81aa and 13b3e67.

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

Walkthrough

This change updates four dependency versions in go.mod: google.golang.org/api, GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp, go.opentelemetry.io/contrib/detectors/gcp, and google.golang.org/grpc along with its associated genproto rpc module.

Changes

Dependency Updates

Layer / File(s) Summary
go.mod version bumps
go.mod
Updates google.golang.org/api (v0.287.0→v0.287.1), opentelemetry-operations-go/detectors/gcp (v1.31.0→v1.32.0), contrib/detectors/gcp (v1.42.0→v1.43.0), and grpc (v1.81.1→v1.82.0) with an associated genproto/googleapis/rpc bump.

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

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the primary dependency bump and accurately reflects a real change in the PR.
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.
Stable And Deterministic Test Names ✅ Passed PR only updates go.mod and go.sum; no test files or Ginkgo titles were changed, so no dynamic test names to flag.
Test Structure And Quality ✅ Passed Only go.mod and go.sum changed; no Ginkgo test code was modified, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed PR only bumps Go dependencies in go.mod/go.sum; no Ginkgo e2e tests or MicroShift-relevant APIs/features were added or modified.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only go.mod/go.sum changed; no new Ginkgo e2e tests or multi-node assumptions were added.
Topology-Aware Scheduling Compatibility ✅ Passed Diff only updates go.mod/go.sum dependency versions; no deployment manifests, operator code, or controller scheduling logic changed.
Ote Binary Stdout Contract ✅ Passed PR only updates go.mod/go.sum; no process-level code (main/init/TestMain/suite setup) changed, so no new stdout contract violation.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only go.mod/go.sum changed for dependency bumps; no new or modified Ginkgo e2e tests, IPv4 assumptions, or external-network code was added.
No-Weak-Crypto ✅ Passed PR only bumps Go module versions in go.mod/go.sum; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or secret comparisons were added.
Container-Privileges ✅ Passed PR only changes go.mod/go.sum; repo-wide search found no privileged, hostPID/network/IPC, SYS_ADMIN, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed Only go.mod/go.sum dependency bumps changed; no source or logging code was added or modified.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/google.golang.org/api-0.287.1

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

@openshift-ci openshift-ci Bot requested review from tnierman and typeid July 9, 2026 14:36
@openshift-ci

openshift-ci Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign typeid for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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
Contributor

Hi @dependabot[bot]. Thanks for your PR.

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

@github-actions github-actions Bot merged commit 2136fc9 into main Jul 9, 2026
5 of 6 checks passed
@openshift-ci

openshift-ci Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

@dependabot[bot]: all tests passed!

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.

@dependabot dependabot Bot deleted the dependabot/go_modules/google.golang.org/api-0.287.1 branch July 9, 2026 14:40
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (12a81aa) to head (13b3e67).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #100   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         34      34           
  Lines       1594    1594           
=====================================
  Misses      1594    1594           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant