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/dataflow to v0.10.0 #869

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/dataflow v0.9.7 -> v0.10.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/dataflow)

v0.10.0

  • pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.

  • pubsub: Subscription.Receive now runs concurrently for higher throughput.

  • vision: cloud.google.com/go/vision is deprecated. Use
    cloud.google.com/go/vision/apiv1 instead.

  • translation: now stable.

  • trace: several changes to the surface. See the link below.

Code changes required from v0.9.0
  • pubsub: Replace

    sub.ModifyPushConfig(ctx, pubsub.PushConfig{Endpoint: "https://example.com/push"})
    

    with

    sub.Update(ctx, pubsub.SubscriptionConfigToUpdate{
        PushConfig: &pubsub.PushConfig{Endpoint: "https://example.com/push"},
    })
    
  • trace: traceGRPCServerInterceptor will be provided from *trace.Client.
    Given an initialized *trace.Client named tc, instead of

    s := grpc.NewServer(grpc.UnaryInterceptor(trace.GRPCServerInterceptor(tc)))
    

    write

    s := grpc.NewServer(grpc.UnaryInterceptor(tc.GRPCServerInterceptor()))
    
  • trace trace.GRPCClientInterceptor will also provided from *trace.Client.
    Instead of

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(trace.GRPCClientInterceptor()))
    

    write

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor()))
    
  • trace: We removed the deprecated trace.EnableGRPCTracing. Use the gRPC
    interceptor as a dial option as shown below when initializing Cloud package
    clients:

    c, err := pubsub.NewClient(ctx, "project-id", option.WithGRPCDialOption(grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor())))
    if err != nil {
        ...
    }
    

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Asia/Calcutta, 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-bot renovate-bot requested a review from a team as a code owner July 14, 2024 18:55
Copy link

forking-renovate bot commented Jul 14, 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):

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

Details:

Package Change
go 1.19 -> 1.23.0
cloud.google.com/go v0.113.0 -> v0.115.1
cloud.google.com/go/datastream v1.10.6 -> v1.10.10
cloud.google.com/go/monitoring v1.19.0 -> v1.20.3
cloud.google.com/go/pubsub v1.37.0 -> v1.41.0
cloud.google.com/go/resourcemanager v1.9.7 -> v1.9.11
cloud.google.com/go/spanner v1.60.0 -> v1.65.0
cloud.google.com/go/storage v1.40.0 -> v1.43.0
golang.org/x/crypto v0.22.0 -> v0.26.0
golang.org/x/net v0.24.0 -> v0.28.0
google.golang.org/api v0.178.0 -> v0.193.0
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.63.2 -> v1.65.0
cloud.google.com/go/auth v0.3.0 -> v0.9.0
cloud.google.com/go/auth/oauth2adapt v0.2.2 -> v0.2.4
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 -> v0.52.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.53.0
go.opentelemetry.io/otel v1.24.0 -> v1.28.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.28.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.28.0
golang.org/x/time v0.5.0 -> v0.6.0
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.0
cloud.google.com/go/iam v1.1.7 -> v1.1.12
cloud.google.com/go/longrunning v0.5.6 -> v0.5.11
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa -> v0.0.0-20240423153145-555b57ec207b
github.com/google/s2a-go v0.1.7 -> v0.1.8
github.com/googleapis/gax-go/v2 v2.12.4 -> v2.13.0
golang.org/x/oauth2 v0.20.0 -> v0.22.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.19.0 -> v0.24.0
golang.org/x/term v0.19.0 -> v0.23.0
golang.org/x/text v0.14.0 -> v0.17.0
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae -> v0.0.0-20240814211410-ddb44dafa142

@renovate-bot renovate-bot requested review from darshan-sj and Deep1998 and removed request for a team July 14, 2024 18:55
@renovate-bot renovate-bot force-pushed the renovate/cloud.google.com-go-dataflow-0.x branch from 1c8612c to 0f21ec8 Compare July 24, 2024 21:37
@renovate-bot renovate-bot changed the title fix(deps): update module cloud.google.com/go/dataflow to v0.9.10 fix(deps): update module cloud.google.com/go/dataflow to v0.9.11 Jul 24, 2024
@renovate-bot renovate-bot changed the title fix(deps): update module cloud.google.com/go/dataflow to v0.9.11 fix(deps): update module cloud.google.com/go/dataflow to v0.9.12 Aug 8, 2024
@renovate-bot renovate-bot force-pushed the renovate/cloud.google.com-go-dataflow-0.x branch from 0f21ec8 to 47eaff4 Compare August 20, 2024 19:31
@renovate-bot renovate-bot changed the title fix(deps): update module cloud.google.com/go/dataflow to v0.9.12 fix(deps): update module cloud.google.com/go/dataflow to v0.10.0 Aug 20, 2024
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.

None yet

1 participant