Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update All cloud.google.com/go packages #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 10, 2024

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/monitoring v1.21.2 -> v1.22.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.

Copy link
Author

renovate bot commented Dec 10, 2024

ℹ 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/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):

  • 15 additional dependencies were updated

Details:

Package Change
google.golang.org/api v0.205.0 -> v0.210.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
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
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.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/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697

@renovate renovate bot force-pushed the renovate/all-cloud.google.comgo-packages branch from 79d6a37 to 25c074c Compare December 14, 2024 03:03
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.

1 participant