CHANGELOG-3.4: remove invalid gRPC-go dependency bump

Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
release-3.5
Sam Batschelet 2020-04-08 13:50:12 -04:00 committed by Sam Batschelet
parent 8d52be5c85
commit c1e7f73a02
1 changed files with 0 additions and 4 deletions

View File

@ -173,10 +173,6 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.1...v3.4.2) and
**Again, before running upgrades from any previous release, please make sure to read change logs below and [v3.4 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_4.md).**
### Dependency
- Upgrade [`google.golang.org/grpc`](https://github.com/grpc/grpc-go/releases) from [**`v1.23.1`**](https://github.com/grpc/grpc-go/releases/tag/v1.23.1) to [**`v1.24.0`**](https://github.com/grpc/grpc-go/releases/tag/v1.24.0).
### etcdctl v3
- Fix [`etcdctl member add`](https://github.com/etcd-io/etcd/pull/11194) command to prevent potential timeout.