From 68835bddd06426752c7428a39845af8bc9dc14e2 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 7 Feb 2019 12:07:20 -0800 Subject: [PATCH] CHANGELOG-3.3: add v3.3.12 Signed-off-by: Gyuho Lee --- CHANGELOG-3.3.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index fedc6ea5a7e..bbac4c13e0e 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -9,7 +9,17 @@ The [minimum recommended etcd versions to run in **production**](https://groups.
-## [v3.3.12](https://github.com/etcd-io/etcd/releases/tag/v3.3.12) (2019-TBD) +## [v3.3.12](https://github.com/etcd-io/etcd/releases/tag/v3.3.12) (2019-02-07) + +See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.11...v3.3.12) 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).** + +### etcdctl + +- [Strip out insecure endpoints from DNS SRV records when using discovery](https://github.com/etcd-io/etcd/pull/10443) with etcdctl v2 + +### Go + +- Compile with [*Go 1.10.7*](https://golang.org/doc/devel/release.html#go1.10).