From 6a64051245ee3bd3a98922e76fafd593e8dee304 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Thu, 13 Aug 2015 12:51:58 -0700 Subject: [PATCH 1/2] roadmap: remove 2.1 milestone --- ROADMAP.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index e580d43a9..182bffe85 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,13 +8,6 @@ The dates below should not be considered authoritative, but rather indicative of etcd 2.0 is our current stable branch. The roadmap below outlines new features that will be added to etcd, and while subject to change, define what future stable will look like. -### etcd 2.1 -- Security - - Unix-style permission scheme (roles, users)./ - - Protect keys based on prefix matching -- Improved commit latency (sub-milliseconds on light load) -- Support rolling upgrades of etcd - ### etcd 2.2 - Improve client libraries - Go From 329647ab624667a10575bdf0f5efc27cf2fd2410 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Thu, 13 Aug 2015 12:55:55 -0700 Subject: [PATCH 2/2] roadmap: update roadmap --- ROADMAP.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 182bffe85..218955f2f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,18 +8,21 @@ The dates below should not be considered authoritative, but rather indicative of etcd 2.0 is our current stable branch. The roadmap below outlines new features that will be added to etcd, and while subject to change, define what future stable will look like. -### etcd 2.2 +### etcd 2.2 (September) - Improve client libraries - Go - - Python - - Java +- Improve documentation - etcdctl + - use new etcd client - Stats and Metrics - Standardize endpoint for gathering metrics - Health and status endpoints - Add benchmarks for our future targets +- V3 API preview + - non-clustered version + - support gRPC based key API -### etcd 3.0 +### etcd 3.0 (January) - v3 API ([see also the issue tag](https://github.com/coreos/etcd/issues?utf8=%E2%9C%93&q=label%3Av3api)) - Transactions - Leases