Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
cloud.google.com/go/auth v0.16.5 -> v0.17.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.17.0

  • firestore BREAKING CHANGES:
    • Remove UpdateMap and UpdateStruct; rename UpdatePaths to Update.
      Change
      docref.UpdateMap(ctx, map[string]interface{}{"a.b", 1})
      to
      docref.Update(ctx, []firestore.Update{{Path: "a.b", Value: 1}})

      Change
      docref.UpdateStruct(ctx, []string{"Field"}, aStruct)
      to
      docref.Update(ctx, []firestore.Update{{Path: "Field", Value: aStruct.Field}})

    • Rename MergePaths to Merge; require args to be FieldPaths

    • A value stored as an integer can be read into a floating-point field, and vice versa.

  • bigtable/cmd/cbt:
    • Support deleting a column.
    • Add regex option for row read.
  • spanner: Mark stable.
  • storage:
    • Add Reader.ContentEncoding method.
    • Fix handling of SignedURL headers.
  • bigquery:
    • If Uploader.Put is called with no rows, it returns nil without making a
      call.
    • Schema inference supports the "nullable" option in struct tags for
      non-required fields.
    • TimePartitioning supports "Field".

Configuration

📅 Schedule: 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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
Copy link
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module cloud.google.com/go/auth to v0.17.0 chore(deps): update module cloud.google.com/go/auth to v0.17.0 - abandoned Nov 2, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module cloud.google.com/go/auth to v0.17.0 - abandoned chore(deps): update module cloud.google.com/go/auth to v0.17.0 Nov 3, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module cloud.google.com/go/auth to v0.17.0 chore(deps): update module cloud.google.com/go/auth to v0.17.0 - abandoned Nov 3, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module cloud.google.com/go/auth to v0.17.0 - abandoned chore(deps): update module cloud.google.com/go/auth to v0.17.0 Nov 3, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module cloud.google.com/go/auth to v0.17.0 chore(deps): update module cloud.google.com/go/auth to v0.17.0 - abandoned Nov 4, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module cloud.google.com/go/auth to v0.17.0 - abandoned chore(deps): update module cloud.google.com/go/auth to v0.17.0 Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants