From c1e7f73a02323a5190419dcc6ccafc8dc718221b Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Wed, 8 Apr 2020 13:50:12 -0400 Subject: [PATCH] CHANGELOG-3.4: remove invalid gRPC-go dependency bump Signed-off-by: Sam Batschelet --- CHANGELOG-3.4.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index de12790e2..a55660f54 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -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.