From 32982ef4698042585b4b179fc568ad84af6335b3 Mon Sep 17 00:00:00 2001 From: Wenjia Zhang Date: Fri, 14 Aug 2020 13:18:02 -0700 Subject: [PATCH] CHANGELOG: update from 12215 Change-Id: I17e076554a56c95fabd95af111eccd8d7409966b --- CHANGELOG-3.3.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 63ee03022..9800cb5ef 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -8,6 +8,19 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
+## [v3.3.24](https://github.com/etcd-io/etcd/releases/tag/v3.3.24) (TBD) + +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). + + + +
+ + ## [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.