From 867d93636ac9f85b24dc545bc726a8cc096d8d46 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Tue, 20 Aug 2019 11:18:14 -0700 Subject: [PATCH] CHANGELOG-3.3: update_from_PR11056 --- CHANGELOG-3.3.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index fe2d49585..5ebcc7a88 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -9,6 +9,20 @@ The minimum recommended etcd versions to run in **production** are 3.1.11+, 3.2.
+## [v3.3.16](https://github.com/etcd-io/etcd/releases/tag/v3.3.16) (2019-TBD) + +See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.15...v3.3.16) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes. + +**Again, before running upgrades from any previous release, please make sure to read change logs below and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md).** + +### Dependency + +- Upgrade [`github.com/coreos/bbolt`](https://github.com/etcd-io/bbolt/releases) from [**`v1.3.1-coreos.6`**](https://github.com/etcd-io/bbolt/releases/tag/v1.3.1-coreos.6) to [**`v1.3.3`**](https://github.com/etcd-io/bbolt/releases/tag/v1.3.3). + + +
+ + ## [v3.3.15](https://github.com/etcd-io/etcd/releases/tag/v3.3.15) (2019-08-19) See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.14...v3.3.15) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes.