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

Bump github.com/fullstorydev/grpcurl from 1.8.2 to 1.8.5 #860

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps github.com/fullstorydev/grpcurl from 1.8.2 to 1.8.5.

Release notes

Sourced from github.com/fullstorydev/grpcurl's releases.

v1.8.5

This is the first release that includes binaries for linux/s390x. This is also the first release that includes Docker images for arm platforms (we hope to add Docker images for s390x in the future).

Changes

Command-line tool

  • Some bugs have been addressed in the library used to parse proto source files. Previously grpcurl would accept proto source files that could not actually be compiled with protoc. The converse could also happen: grpcurl could reject some proto source files that could successfully be compiled with protoc. More details can be found in the release notes for the changes to the protoparse library, versions v1.10.0 and v1.10.1.
  • Some error conditions could cause grpcurl to "panic", where the tool aborts with a stack dump. These could be induced by providing proto source files with certain unusually high unicode code points (which would not actually be valid protobuf source). It could also be induced by unlucky timing of connectivity failure to RPC server when making a client-streaming or bidi-streaming RPC.
  • Adds support for specifying an environment variable SSLKEYLOGFILE, which indicates a file name. When set and using TLS for a connection, grpcurl will log the TLS key used, so that an external tool such as Wireshark can use the key to decrypt and inspect network packets.

Go package "github.com/fullstorydev/grpcurl"

  • Goroutines calling grpcurl.InvokeRPC could panic when calling client-streaming and bidi-streaming methods, if the stream could not be created (such as a connectivity issue). This panic has been fixed and an error will be returned instead.

v1.8.4 - DO NOT USE

This was a failed release attempt. Please ignore this tag. A v1.8.5 will be provided soon.

v1.8.3 - DO NOT USE

This was a failed release attempt. Please ignore this tag and the next. A v1.8.5 will be provided soon.

Commits
  • 8ee6c94 can't build s390x docker images; skip for now (#265)
  • 4b65b3e fix release script: 'docker buildx create' step needs to be re-runnable witho...
  • 9ac7e3a set value of creds instead of creating new variable (#263)
  • 76bbede invoking client-streaming RPC can panic (#262)
  • b9d2d8c cleanup deps; pin versions of tools using 'go install' instead of in go.mod; ...
  • 30b8cd1 Add info about docker pitfalls to README (#258)
  • a8f79c8 use latest protoreflect (#259)
  • bf9b13d update install from source directions to work with Go 1.16
  • c3bde04 use circleci instead of travis (#256)
  • 2e9ba50 Build multiarch docker images for release: amd, s390x, arm (#251)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2021
@google-cla google-cla bot added the cla: yes label Oct 18, 2021
@AlCutter
Copy link
Member

/gcbrun

Bumps [github.com/fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) from 1.8.2 to 1.8.5.
- [Release notes](https://github.com/fullstorydev/grpcurl/releases)
- [Changelog](https://github.com/fullstorydev/grpcurl/blob/master/.goreleaser.yml)
- [Commits](fullstorydev/grpcurl@v1.8.2...v1.8.5)

---
updated-dependencies:
- dependency-name: github.com/fullstorydev/grpcurl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fullstorydev/grpcurl-1.8.5 branch from 861112d to a9ccfbe Compare January 6, 2022 10:47
@AlCutter
Copy link
Member

AlCutter commented Jan 6, 2022

/gcbrun

@AlCutter AlCutter merged commit 293e548 into master Jan 6, 2022
@AlCutter AlCutter deleted the dependabot/go_modules/github.com/fullstorydev/grpcurl-1.8.5 branch January 6, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant