From edaac6e2a942027641ca8f53e41615bb5adcc4da Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 18 Aug 2020 09:30:27 -0700 Subject: [PATCH] CHANGELOG: add v3.3.24 release dates Signed-off-by: Gyuho Lee --- CHANGELOG-3.3.md | 12 +++++++++--- CHANGELOG-3.4.md | 4 ++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 9800cb5ef..7da8071e5 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -5,22 +5,29 @@ Previous change logs can be found at [CHANGELOG-3.2](https://github.com/etcd-io/ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.18+, and 3.4.2+. +
-## [v3.3.24](https://github.com/etcd-io/etcd/releases/tag/v3.3.24) (TBD) +## [v3.3.24](https://github.com/etcd-io/etcd/releases/tag/v3.3.24) (2020-08-18) See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.23...v3.3.24) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes. ### Package `etcd server` -- [Fix invalid Go type in etcdserverpb](https://github.com/etcd-io/etcd/pull/12215). +- Fix [`int64` convert panic in raft logger](https://github.com/etcd-io/etcd/pull/12106). + - Fix [kubernetes/kubernetes#91937](https://github.com/kubernetes/kubernetes/issues/91937). + +### Go + +- Compile with [*Go 1.12.17*](https://golang.org/doc/devel/release.html#go1.12).
+ ## [v3.3.23](https://github.com/etcd-io/etcd/releases/tag/v3.3.23) (2020-07-16) See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.22...v3.3.23) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes. @@ -39,7 +46,6 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.22...v3.3.23) an - Improve [runtime.FDUsage objects malloc of Memory Usage and CPU Usage](https://github.com/etcd-io/etcd/pull/11986). - Improve [mvcc.watchResponse channel Memory Usage](https://github.com/etcd-io/etcd/pull/11987). - ### Go - Compile with [*Go 1.12.17*](https://golang.org/doc/devel/release.html#go1.12). diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 9c797e36f..be7ea5199 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -39,6 +39,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.10...v3.4.11) an +
@@ -56,8 +57,11 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.9...v3.4.10) and - Improve [runtime.FDUsage objects malloc of Memory Usage and CPU Usage](https://github.com/etcd-io/etcd/pull/11986). - Improve [mvcc.watchResponse channel Memory Usage](https://github.com/etcd-io/etcd/pull/11987). - [Fix invalid Go type in etcdserverpb](https://github.com/etcd-io/etcd/pull/12000). +- Fix [`int64` convert panic in raft logger](https://github.com/etcd-io/etcd/pull/12106). + - Fix [kubernetes/kubernetes#91937](https://github.com/kubernetes/kubernetes/issues/91937). ### Breaking Changes + - Changed behavior on [existing dir permission](https://github.com/etcd-io/etcd/pull/11798). - Previously, the permission was not checked on existing data directory and the directory used for automatically generating self-signed certificates for TLS connections with clients. Now a check is added to make sure those directories, if already exist, has a desired permission of 700 on Linux and 777 on Windows.