Skip to content

Update module cloud.google.com/go/auth to v0.22.0 - #1177

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/cloud.google.com-go-auth-0.x
Open

Update module cloud.google.com/go/auth to v0.22.0#1177
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/cloud.google.com-go-auth-0.x

Conversation

@red-hat-konflux

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cloud.google.com/go/auth v0.20.0v0.22.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

googleapis/google-cloud-go (cloud.google.com/go/auth)

v0.22.0

Compare Source

  • bigtable:

    • cbt: Support cells per column limit for row read.
    • bttest: Correctly handle empty RowSet.
    • Fix ReadModifyWrite operation in emulator.
    • Fix API path in GetCluster.
  • bigquery:

    • BEHAVIOR CHANGE: Retry on 503 status code.
    • Add dataset.DeleteWithContents.
    • Add SchemaUpdateOptions for query jobs.
    • Add Timeline to QueryStatistics.
    • Add more stats to ExplainQueryStage.
    • Support Parquet data format.
  • datastore:

    • Support omitempty for times.
  • dlp:

    • BREAKING CHANGE: Remove v1beta1 client. Please migrate to the v2 client,
      which is now out of beta.
    • Add v2 client.
  • firestore:

    • BEHAVIOR CHANGE: Treat set({}, MergeAll) as valid.
  • iam:

    • Support JWT signing via SignJwt callopt.
  • profiler:

    • BEHAVIOR CHANGE: PollForSerialOutput returns an error when context.Done.
    • BEHAVIOR CHANGE: Increase the initial backoff to 1 minute.
    • Avoid returning empty serial port output.
  • pubsub:

    • BEHAVIOR CHANGE: Don't backoff during next retryable error once stream is healthy.
    • BEHAVIOR CHANGE: Don't backoff on EOF.
    • pstest: Support Acknowledge and ModifyAckDeadline RPCs.
  • redis:

    • Add v1 beta Redis client.
  • spanner:

    • Support SessionLabels.
  • speech:

    • Add api v1 beta1 client.
  • storage:

    • BEHAVIOR CHANGE: Retry reads when retryable error occurs.
    • Fix delete of object in requester-pays bucket.
    • Support KMS integration.

v0.21.0

Compare Source

  • bigquery:

    • Add OpenCensus tracing.
  • firestore:

    • BREAKING CHANGE: If a document does not exist, return a DocumentSnapshot
      whose Exists method returns false. DocumentRef.Get and Transaction.Get
      return the non-nil DocumentSnapshot in addition to a NotFound error.
      DocumentRef.GetAll and Transaction.GetAll return a non-nil
      DocumentSnapshot instead of nil.
    • Add DocumentIterator.Stop. Call Stop whenever you are done with a
      DocumentIterator.
    • Added Query.Snapshots and DocumentRef.Snapshots, which provide realtime
      notification of updates. See https://cloud.google.com/firestore/docs/query-data/listen.
    • Canceling an RPC now always returns a grpc.Status with codes.Canceled.
  • spanner:

    • Add CommitTimestamp, which supports inserting the commit timestamp of a
      transaction into a column.

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

openshift-ci Bot commented Jul 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: 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 Jul 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: 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 added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 10, 2026
@openshift-ci

openshift-ci Bot commented Jul 10, 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.

@coderabbitai

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

Updated the indirect cloud.google.com/go/auth dependency in go.mod from v0.20.0 to v0.22.0. No exported or public entities were changed.

Changes

Go module dependency update

Layer / File(s) Summary
Cloud Auth module version
go.mod
Bumps the indirect cloud.google.com/go/auth requirement from v0.20.0 to v0.22.0.

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

Possibly related PRs

Suggested labels: dependencies, go, ok-to-test

Suggested reviewers: rcampos2029, miguelhbrito

🚥 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.
No-Weak-Crypto ✅ Passed Diff only bumps cloud.google.com/go/auth in go.mod/go.sum; no weak-crypto patterns or custom crypto code were introduced.
Container-Privileges ✅ Passed Only go.mod and go.sum changed; no container/K8s manifests or privilege settings were modified.
No-Sensitive-Data-In-Logs ✅ Passed Only go.mod/go.sum changed for a dependency bump; no source/logging code was added or modified, and no sensitive-data logging appears in the diff.
No-Hardcoded-Secrets ✅ Passed The only diff in go.mod is a cloud.google.com/go/auth version bump; no hardcoded secret-like literals were added.
No-Injection-Vectors ✅ Passed PR only bumps a Go dependency in go.mod/go.sum; no source code changed and no new injection-prone patterns were introduced.
Ai-Attribution ✅ Passed No AI-tool use is mentioned; HEAD only has a Signed-off-by trailer and no Co-Authored-By/Assisted-by/Generated-by AI attribution.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the dependency version bump shown in the diff.
✨ 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/cloud.google.com-go-auth-0.x

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

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/images-images 5b1cdf8 link true /test images-images

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.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch from 5b1cdf8 to 5c02f9e Compare July 12, 2026 01:21
@openshift-ci

openshift-ci Bot commented Jul 12, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 12, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch from 5c02f9e to 4e2afa9 Compare July 13, 2026 10:57

@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.

🧹 Nitpick comments (1)
go.mod (1)

39-39: 🔒 Security & Privacy | 🔵 Trivial

Dependency bump is fine; add release hardening separately

go.sum is in sync and OSV reports no advisories for cloud.google.com/go/auth@v0.21.0. .github/workflows/publish-release.yaml still doesn’t emit SBOM/provenance attestations or signed artifacts, so add that there if release hardening is required.

🤖 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 39, Keep the cloud.google.com/go/auth dependency update
unchanged; separately update the publish-release workflow to emit SBOM and
provenance attestations and produce signed release artifacts, using the
workflow’s existing release and artifact steps.

Sources: Path instructions, MCP tools

🤖 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.

Nitpick comments:
In `@go.mod`:
- Line 39: Keep the cloud.google.com/go/auth dependency update unchanged;
separately update the publish-release workflow to emit SBOM and provenance
attestations and produce signed release artifacts, using the workflow’s existing
release and artifact steps.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: d17c67df-0f2e-4e94-aa17-199acf4409dc

📥 Commits

Reviewing files that changed from the base of the PR and between 5c02f9e and 4e2afa9.

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

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch from 4e2afa9 to 683c846 Compare July 16, 2026 21:43
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.21.0 Update module cloud.google.com/go/auth to v0.22.0 Jul 16, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Jul 18, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 18, 2026
@red-hat-konflux
red-hat-konflux Bot deleted the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch July 18, 2026 05:17
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Update module cloud.google.com/go/auth to v0.22.0 Jul 18, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 18, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch 2 times, most recently from 683c846 to a9fc5f0 Compare July 18, 2026 09:46
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Jul 21, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 21, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Update module cloud.google.com/go/auth to v0.22.0 Jul 21, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 21, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch 2 times, most recently from a9fc5f0 to 139ad5c Compare July 21, 2026 22:06
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Jul 25, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 25, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Update module cloud.google.com/go/auth to v0.22.0 Jul 25, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 25, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch 2 times, most recently from 139ad5c to 8c5ab72 Compare July 25, 2026 10:04
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Jul 26, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 26, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Update module cloud.google.com/go/auth to v0.22.0 Jul 26, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 26, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch from 8c5ab72 to 437594f Compare July 26, 2026 09:35
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Jul 29, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 29, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Update module cloud.google.com/go/auth to v0.22.0 Jul 29, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 29, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch 2 times, most recently from 437594f to 2afe3f3 Compare July 29, 2026 18:30
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Jul 29, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 29, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Update module cloud.google.com/go/auth to v0.22.0 Jul 30, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 30, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch from 2afe3f3 to b93cc1d Compare July 30, 2026 05:35
@red-hat-konflux red-hat-konflux Bot changed the title Update module cloud.google.com/go/auth to v0.22.0 Update module cloud.google.com/go/auth to v0.22.0 - autoclosed Jul 30, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 30, 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 module cloud.google.com/go/auth to v0.22.0 - autoclosed Update module cloud.google.com/go/auth to v0.22.0 Jul 30, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 30, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/cloud.google.com-go-auth-0.x branch 2 times, most recently from b93cc1d to 0ae09ec Compare July 30, 2026 14:56
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