Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/compute/metadata v0.5.2 -> v0.7.0 age adoption passing confidence
cloud.google.com/go/logging v1.12.0 -> v1.13.0 age adoption passing confidence
cloud.google.com/go/monitoring v1.21.2 -> v1.24.2 age adoption passing confidence
cloud.google.com/go/pubsub v1.45.1 -> v1.49.0 age adoption passing confidence
cloud.google.com/go/spanner v1.70.0 -> v1.82.0 age adoption passing confidence

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/compute/metadata)

v0.7.0

Compare Source

  • Release of a client library for Spanner. See
    the
    blog
    post
    .
    Note that although the Spanner service is beta, the Go client library is alpha.

v0.6.0

  • Beta release of BigQuery, DataStore, Logging and Storage. See the
    blog post.

  • bigquery:

    • struct support. Read a row directly into a struct with
      RowIterator.Next, and upload a row directly from a struct with Uploader.Put.
      You can also use field tags. See the [package documentation][cloud-bigquery-ref]
      for details.

    • The ValueList type was removed. It is no longer necessary. Instead of

    var v ValueList
    ... it.Next(&v) ..

    use

    var v []Value
    ... it.Next(&v) ...
    • Previously, repeatedly calling RowIterator.Next on the same []Value or
      ValueList would append to the slice. Now each call resets the size to zero first.

    • Schema inference will infer the SQL type BYTES for a struct field of
      type []byte. Previously it inferred STRING.

    • The types uint, uint64 and uintptr are no longer supported in schema
      inference. BigQuery's integer type is INT64, and those types may hold values
      that are not correctly represented in a 64-bit signed integer.


Configuration

📅 Schedule: Branch creation - "on tuesday" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-cloud.google.comgo-packages branch from f0b5c54 to 64a019d Compare June 17, 2025 09:06
@renovate
Copy link
Author

renovate bot commented Jun 17, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: exporter/googlecloudpubsubexporter/go.sum
Command failed: go get -d -t ./...
go: module cloud.google.com/go/pubsub@v1.49.0 requires go >= 1.23.0; switching to go1.23.10
go: downloading go1.23.10 (linux/amd64)
go: download go1.23.10: golang.org/toolchain@v0.0.1-go1.23.10.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

File name: processor/resourcedetectionprocessor/go.sum
Command failed: go get -d -t ./...
go: module cloud.google.com/go/compute/metadata@v0.7.0 requires go >= 1.23.0; switching to go1.23.10
go: downloading go1.23.10 (linux/amd64)
go: download go1.23.10: golang.org/toolchain@v0.0.1-go1.23.10.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

File name: receiver/googlecloudmonitoringreceiver/go.sum
Command failed: go get -d -t ./...
go: module cloud.google.com/go/monitoring@v1.24.2 requires go >= 1.23.0; switching to go1.23.10
go: downloading go1.23.10 (linux/amd64)
go: download go1.23.10: golang.org/toolchain@v0.0.1-go1.23.10.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

File name: receiver/googlecloudpubsubreceiver/go.sum
Command failed: go get -d -t ./...
go: module cloud.google.com/go/pubsub@v1.49.0 requires go >= 1.23.0; switching to go1.23.10
go: downloading go1.23.10 (linux/amd64)
go: download go1.23.10: golang.org/toolchain@v0.0.1-go1.23.10.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

File name: receiver/googlecloudspannerreceiver/go.sum
Command failed: go get -d -t ./...
go: module cloud.google.com/go/spanner@v1.82.0 requires go >= 1.23.0; switching to go1.23.10
go: downloading go1.23.10 (linux/amd64)
go: download go1.23.10: golang.org/toolchain@v0.0.1-go1.23.10.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@github-actions
Copy link

github-actions bot commented Jul 2, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 2, 2025
@github-actions
Copy link

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants