Skip to content

Bump cloud.google.com/go/iam from 0.8.0 to 0.10.0#21644

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/cloud.google.com/go/iam-0.10.0
Closed

Bump cloud.google.com/go/iam from 0.8.0 to 0.10.0#21644
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/cloud.google.com/go/iam-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 10, 2023

Bumps cloud.google.com/go/iam from 0.8.0 to 0.10.0.

Release notes

Sourced from cloud.google.com/go/iam's releases.

iam: v0.10.0

0.10.0 (2023-01-04)

Features

Changelog

Sourced from cloud.google.com/go/iam's changelog.

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

... (truncated)

Commits
  • a5913b3 pubsub: add Subscription.Update; remove Subcription.ModifyPushConfig
  • 1bfb4aa storage: fix reference to CopyFrom in doc comment
  • 05b84c5 pubsub: add test for ModifyPushConfig
  • 328063a pubsub: fix data races in stream tests
  • 927c812 pubsub: pull messages concurrently
  • 7c205da add video intelligence to README
  • f6bedb5 bigtable: Add InstanceInfo admin method.
  • 1a5f48f vision: deprecate manual client
  • 1dd9a1e spanner: increase code coverage
  • 2b81b39 translate: mark stable
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.8.0...v0.10.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Issues related to Go builds/tooling labels Feb 10, 2023
@rosstimothy
Copy link
Copy Markdown
Contributor

Closing in favor of #21634

1 similar comment
@rosstimothy
Copy link
Copy Markdown
Contributor

Closing in favor of #21634

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 10, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/cloud.google.com/go/iam-0.10.0 branch February 10, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Issues related to Go builds/tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant