Skip to content

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Dec 8, 2025

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go/accesscontextmanager indirect patch v1.9.6 -> v1.9.7
cloud.google.com/go/asset require minor v1.21.1 -> v1.22.0
cloud.google.com/go/auth indirect minor v0.16.5 -> v0.18.0
cloud.google.com/go/compute/metadata indirect minor v0.8.0 -> v0.9.0
cloud.google.com/go/iam require patch v1.5.2 -> v1.5.3
cloud.google.com/go/longrunning indirect minor v0.6.7 -> v0.7.0
cloud.google.com/go/monitoring indirect patch v1.24.2 -> v1.24.3
cloud.google.com/go/orgpolicy indirect patch v1.15.0 -> v1.15.1
cloud.google.com/go/osconfig indirect patch v1.15.0 -> v1.15.1
cloud.google.com/go/storage indirect minor v1.55.0 -> v1.58.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.18.0

Compare Source

  • bigquery:

    • Marked stable.
    • Schema inference of nullable fields supported.
    • Added TimePartitioning to QueryConfig.
  • firestore: Data provided to DocumentRef.Set with a Merge option can contain
    Delete sentinels.

  • logging: Clients can accept parent resources other than projects.

  • pubsub:

    • pubsub/pstest: A lighweight fake for pubsub. Experimental; feedback welcome.
    • Support updating more subscription metadata: AckDeadline,
      RetainAckedMessages and RetentionDuration.
  • oslogin/apiv1beta: New client for the Cloud OS Login API.

  • rpcreplay: A package for recording and replaying gRPC traffic.

  • spanner:

    • Add a ReadWithOptions that supports a row limit, as well as an index.
    • Support query plan and execution statistics.
    • Added OpenCensus support.
  • storage: Clarify checksum validation for gzipped files (it is not validated
    when the file is served uncompressed).

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 - "after 1am on monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team as a code owner December 8, 2025 11:17
@elastic-renovate-prod
Copy link
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):

  • 16 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.38.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
google.golang.org/api v0.249.0 -> v0.256.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 -> v0.54.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 -> v0.54.0
github.com/go-jose/go-jose/v4 v4.1.1 -> v4.1.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 -> v0.63.0
cloud.google.com/go v0.121.2 -> v0.123.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0
golang.org/x/time v0.13.0 -> v0.14.0
google.golang.org/genproto v0.0.0-20250908214217-97024824d090 -> v0.0.0-20250922171735-9219d122eba9
google.golang.org/genproto/googleapis/api v0.0.0-20250908214217-97024824d090 -> v0.0.0-20251111163417-95abcf5c77ba
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 -> v0.0.0-20251111163417-95abcf5c77ba
google.golang.org/grpc v1.75.1 -> v1.76.0
google.golang.org/protobuf v1.36.9 -> v1.36.10

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/9.2-gcp-sdk branch 3 times, most recently from c3a39bc to 37b8cec Compare December 8, 2025 11:20
@elastic-renovate-prod
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants