mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Updating for new TOC as per issue https://github.com/etcd-io/website/issues/81 Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
474 B
474 B
title | weight | description |
---|---|---|
Versioning | 4900 | Semantic versioning with etcd |
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.