Versioning
etcd v3.3.12 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest release, v3.4.0, or the current documentation.
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
The v3
API responses should not change after the 3.0.0 release but new features will be added over time.
Versioning