Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.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.23.0 age adoption passing confidence
cloud.google.com/go/pubsub v1.45.1 -> v1.45.3 age adoption passing confidence
cloud.google.com/go/spanner v1.70.0 -> v1.73.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.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
Copy link
Author

renovate bot commented Jan 21, 2025

ℹ Artifact update notice

File name: exporter/googlecloudpubsubexporter/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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
google.golang.org/api v0.205.0 -> v0.210.0
cloud.google.com/go/auth v0.10.1 -> v0.11.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.6
cloud.google.com/go/iam v1.2.1 -> v1.2.2
golang.org/x/crypto v0.28.0 -> v0.29.0
golang.org/x/net v0.30.0 -> v0.31.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/text v0.19.0 -> v0.20.0
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
File name: processor/resourcedetectionprocessor/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):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.27.0 -> v0.28.0
File name: receiver/googlecloudmonitoringreceiver/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):

  • 18 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.23.0 -> v0.25.0
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20250115164207-1a7da9e5054f
cloud.google.com/go/auth v0.10.1 -> v0.14.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.7
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.1
golang.org/x/crypto v0.28.0 -> v0.32.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/time v0.7.0 -> v0.9.0
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
golang.org/x/net v0.30.0 -> v0.34.0
golang.org/x/sys v0.27.0 -> v0.29.0
golang.org/x/text v0.19.0 -> v0.21.0
google.golang.org/api v0.205.0 -> v0.217.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc v1.67.1 -> v1.69.4
google.golang.org/protobuf v1.35.2 -> v1.36.3
File name: receiver/googlecloudpubsubreceiver/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):

  • 19 additional dependencies were updated

Details:

Package Change
google.golang.org/api v0.205.0 -> v0.214.0
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/grpc v1.67.1 -> v1.67.3
cloud.google.com/go v0.116.0 -> v0.117.0
cloud.google.com/go/auth v0.10.1 -> v0.13.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.6
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
cloud.google.com/go/iam v1.2.1 -> v1.2.2
cloud.google.com/go/longrunning v0.6.1 -> v0.6.2
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
golang.org/x/crypto v0.28.0 -> v0.31.0
golang.org/x/net v0.30.0 -> v0.33.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.27.0 -> v0.28.0
golang.org/x/text v0.19.0 -> v0.21.0
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241209162323-e6fa225c2576

@github-actions
Copy link

github-actions bot commented Feb 5, 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 Feb 5, 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 Feb 20, 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