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

fix(deps): update module cloud.google.com/go/longrunning to v0.6.4 #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/longrunning v0.5.3 -> v0.6.4 age adoption passing 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/longrunning)

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 - "* 0-3 * * 1" (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.

🔕 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from df12532 to b1bf81a Compare January 30, 2024 23:44
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.4 fix(deps): update module cloud.google.com/go/longrunning to v0.5.5 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from b1bf81a to c221125 Compare March 14, 2024 23:35
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.5 fix(deps): update module cloud.google.com/go/longrunning to v0.5.6 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from c221125 to 919a6f4 Compare May 2, 2024 11:53
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.6 fix(deps): update module cloud.google.com/go/longrunning to v0.5.7 May 2, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from 919a6f4 to 56c74be Compare June 27, 2024 02:45
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.7 fix(deps): update module cloud.google.com/go/longrunning to v0.5.8 Jun 27, 2024
Copy link
Author

renovate bot commented Jun 27, 2024

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

  • 18 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.4
cloud.google.com/go/spanner v1.51.1-0.20231030142734-7abc3595e9cc -> v1.73.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/stretchr/testify v1.8.4 -> v1.9.0
google.golang.org/api v0.148.0 -> v0.214.0
google.golang.org/grpc v1.59.0 -> v1.67.3
google.golang.org/protobuf v1.31.0 -> v1.35.2
cloud.google.com/go v0.110.8 -> v0.116.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 -> v0.0.0-20240822171458-6449f94b4d59
github.com/envoyproxy/go-control-plane v0.11.1 -> v0.13.0
github.com/envoyproxy/protoc-gen-validate v1.0.2 -> v1.1.0
github.com/google/s2a-go v0.1.7 -> v0.1.8
github.com/googleapis/enterprise-certificate-proxy v0.3.1 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.12.0 -> v2.14.0
google.golang.org/appengine v1.6.7 -> v1.6.8
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a -> v0.0.0-20241209162323-e6fa225c2576

@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from 56c74be to b98d0d3 Compare July 2, 2024 23:52
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.8 fix(deps): update module cloud.google.com/go/longrunning to v0.5.9 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from b98d0d3 to 93a49a3 Compare July 11, 2024 05:24
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.9 fix(deps): update module cloud.google.com/go/longrunning to v0.5.10 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from 93a49a3 to 2087d47 Compare July 26, 2024 02:35
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.10 fix(deps): update module cloud.google.com/go/longrunning to v0.5.11 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from 2087d47 to fd20c61 Compare August 10, 2024 11:49
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.11 fix(deps): update module cloud.google.com/go/longrunning to v0.5.12 Aug 10, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from fd20c61 to 6fb0edd Compare August 20, 2024 23:53
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.5.12 fix(deps): update module cloud.google.com/go/longrunning to v0.6.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch 2 times, most recently from f591ac0 to 69e5fce Compare September 13, 2024 11:49
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.6.0 fix(deps): update module cloud.google.com/go/longrunning to v0.6.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from 69e5fce to f86cb77 Compare October 24, 2024 23:50
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.6.1 fix(deps): update module cloud.google.com/go/longrunning to v0.6.2 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch 2 times, most recently from 4cb08b9 to 5766d8c Compare November 19, 2024 20:53
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.6.2 fix(deps): update module cloud.google.com/go/longrunning to v0.6.3 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from 5766d8c to bb1a61e Compare December 24, 2024 05:58
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-longrunning-0.x branch from bb1a61e to 73368b7 Compare January 3, 2025 20:53
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/longrunning to v0.6.3 fix(deps): update module cloud.google.com/go/longrunning to v0.6.4 Jan 3, 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