From aa79523d337fc6d5ad7016b193f6df911697db74 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Fri, 20 Jan 2017 13:42:46 -0800 Subject: [PATCH] roadmap: update roadmap --- ROADMAP.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 2ad0f0c41..213d125a2 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,25 +6,17 @@ This document defines a high level roadmap for etcd development. The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project. The [milestones defined in GitHub](https://github.com/coreos/etcd/milestones) represent the most up-to-date and issue-for-issue plans. -etcd 3.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 3.1 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 3.1 (2016-Oct) -- Stable L4 gateway -- Experimental support for scalable proxy -- Automatic leadership transfer for the rolling upgrade -- V3 API improvements - - Get previous key-value pair - - Get only keys (ignore values) - - Get only key count - -### etcd 3.2 (2017-Apr) +### etcd 3.2 (2017-May) - Stable scalable proxy - Proxy-as-client interface passthrough - Lock service - Namespacing proxy -- JWT token based authentication +- TLS Command Name and JWT token based authentication - Read-modify-write V3 Put - Improved watch performance +- Support non-blocking concurrent read ### etcd 3.3 (?) - TBD