• Matt Butcher's avatar
    fix: Update gRPC to get better TLS connection handling (v2 minor release) (#5210) · 70c509e7
    Matt Butcher authored
    * fix: Update gRPC to get better TLS connection handling
    
    To avoid backward compatibility breakers, we have been pinned to a very
    old version of gRPC. But it appears that there have been some very
    significant network fixes since then. Looking closely at #3480, it
    appears that some of this fixes may be directly related to solving that
    bug.
    
    Note that this regenerates a few of the Go proto files, so the binary
    wire format may be broken. That means this MUST be held to a minor
    version, not a patch release.
    
    To test:
    
    - Build both client and server
    - Install Tiller into your cluster
    - Perform a number of Helm-Tiller interactions (`helm version`, `helm
    list`)
    
    Closes #3480
    Signed-off-by: 's avatarMatt Butcher <matt.butcher@microsoft.com>
    
    * Switched to latest protobuf
    Signed-off-by: 's avatarMatt Butcher <matt.butcher@microsoft.com>
    70c509e7
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.appveyor.yml Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
SECURITY_CONTACTS Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...