etcd/Documentation/op-guide/versioning.md
Luc Perkins 29d42fa1d2
Documentation metadata for 3.2 branch (#10695)
* Add documentation metadata and remove v2 docs

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add upgrade _index.md

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-30 14:02:44 -07:00

420 B

title
Versioning

Service versioning

etcd uses semantic versioning New minor versions may add additional features to the API.

Get the running etcd cluster version with etcdctl:

ETCDCTL_API=3 etcdctl --endpoints=127.0.0.1:2379 endpoint status

API versioning

The v3 API responses should not change after the 3.0.0 release but new features will be added over time.