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

go: bump google.golang.org/grpc/security/advancedtls from 0.0.0-20221004221323-12db695f1648 to 1.0.0 in /go #5896

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps google.golang.org/grpc/security/advancedtls from 0.0.0-20221004221323-12db695f1648 to 1.0.0.

Release notes

Sourced from google.golang.org/grpc/security/advancedtls's releases.

protoc-gen-go-grpc v1.0.0

Background

This is the first major release of the protoc plugin for generating grpc stubs from the grpc-go repo. The previous version was part of the protoc-gen-go tool at https://github.com/golang/protobuf. With the migration of that tool to https://google.golang.org/protobuf, grpc support was removed and shifted to this repo.

Incompatible change

There is one backward-compatibility breaking change in this version of the tool, which can be disabled with a flag at generation time. The Unimplemented<Service>Server struct is now required to be embedded in implementations of the generated <Service>Server interface. This requirement guarantees that backward-compatibility is maintained by the generated code when new methods are added to a service, which is, itself, a backward-compatible operation.

To disable this behavior, which is recommended only for producing code compatible with earlier generated code, set the flag require_unimplemented_servers=false. For more details, please see the binary's README.md

OpenCensus v1.0.0

This module adds support for instrumenting gRPC with OpenCensus tracing and metrics. It does so through a Dial Option and a Server Option users can attach to their created Channels and Servers.

GCP Observability v1.0.0

The observability module provides GCP users with a simple way to export RPC logging, tracing, and metrics to Google Cloud Operations. This is the first (GA) release of this module. For more information, please see this blog post.

advancedtls 1.0.0

Background

This is the first major release of the advancedtls package for configuring advanced security features in grpc-go. This has previously been an experimental API.

Incompatible changes from experimental APIs

See #7303 for the APIs that have been removed from previous experimental versions of the package.

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot requested a review from kostko as a code owner October 11, 2024 07:44
@dependabot dependabot bot added the c:deps Category: external dependencies label Oct 11, 2024
@dependabot dependabot bot added the golang label Oct 11, 2024
Copy link

netlify bot commented Oct 11, 2024

Deploy Preview for oasisprotocol-oasis-core canceled.

Name Link
🔨 Latest commit 2241d46
🔍 Latest deploy log https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/670e7cbb08f97e00097f4d1d

@dependabot dependabot bot force-pushed the dependabot/go_modules/go/google.golang.org/grpc/security/advancedtls-1.0.0 branch from f4ced30 to bde45a1 Compare October 11, 2024 09:49
kostko
kostko previously approved these changes Oct 11, 2024
@kostko kostko added the s:ready-ci Status: ready for CI label Oct 11, 2024
@kostko
Copy link
Member

kostko commented Oct 11, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2024

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@kostko
Copy link
Member

kostko commented Oct 11, 2024

@dependabot recreate

@kostko kostko enabled auto-merge October 11, 2024 18:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/go/google.golang.org/grpc/security/advancedtls-1.0.0 branch from bde45a1 to dd01ba5 Compare October 11, 2024 18:15
@kostko kostko disabled auto-merge October 11, 2024 18:22
@kostko kostko dismissed their stale review October 11, 2024 18:22

Need more changes.

@dependabot dependabot bot force-pushed the dependabot/go_modules/go/google.golang.org/grpc/security/advancedtls-1.0.0 branch 3 times, most recently from f0a0b41 to 2b89c06 Compare October 14, 2024 09:04
Bumps [google.golang.org/grpc/security/advancedtls](https://github.com/grpc/grpc-go) from 0.0.0-20221004221323-12db695f1648 to 1.0.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc/security/advancedtls
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go/google.golang.org/grpc/security/advancedtls-1.0.0 branch from 2b89c06 to 2241d46 Compare October 15, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies golang s:ready-ci Status: ready for CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant