diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index ed8f6811e..a46570232 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -30,6 +30,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Add [`etcd_debugging_mvcc_current_revision`](https://github.com/etcd-io/etcd/pull/11126) Prometheus metric. - Add [`etcd_debugging_mvcc_compact_revision`](https://github.com/etcd-io/etcd/pull/11126) Prometheus metric. +
diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 5b2e3daca..9ebdad9f5 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -29,6 +29,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Fix [secure server logging message](https://github.com/etcd-io/etcd/commit/8b053b0f44c14ac0d9f39b9b78c17c57d47966eb). - Remove [redundant `%` characters in file descriptor warning message](https://github.com/etcd-io/etcd/commit/d5f79adc9cea9ec8c93669526464b0aa19ed417b). +### Dependency + +- Upgrade [`google.golang.org/grpc`](https://github.com/grpc/grpc-go/releases) from [**`v1.23.0`**](https://github.com/grpc/grpc-go/releases/tag/v1.23.0) to [**`v1.23.1`**](https://github.com/grpc/grpc-go/releases/tag/v1.23.1). + ### Go - Compile with [*Go 1.12.9*](https://golang.org/doc/devel/release.html#go1.12) including [*Go 1.12.8*](https://groups.google.com/d/msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ) security fixes. diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 4a8ac0776..b2a9e576d 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -87,6 +87,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Deprecated [`/v3beta`](https://github.com/etcd-io/etcd/pull/9298). - `curl -L http://localhost:2379/v3beta/kv/put -X POST -d '{"key": "Zm9v", "value": "YmFy"}'` does work in v3.5. Use `curl -L http://localhost:2379/v3/kv/put -X POST -d '{"key": "Zm9v", "value": "YmFy"}'` instead. +### Dependency + +- Upgrade [`google.golang.org/grpc`](https://github.com/grpc/grpc-go/releases) from [**`v1.23.0`**](https://github.com/grpc/grpc-go/releases/tag/v1.23.0) to [**`v1.23.1`**](https://github.com/grpc/grpc-go/releases/tag/v1.23.1). + ### Go - Require [*Go 1.13+*](https://github.com/etcd-io/etcd/pull/11110).