etcd/Documentation/op-guide/versioning.md

20 lines
418 B
Markdown
Raw Normal View History

---
title: Versioning
---
2016-06-24 20:40:55 +03:00
## Service versioning
2016-06-24 20:40:55 +03:00
etcd uses [semantic versioning](http://semver.org)
New minor versions may add additional features to the API.
Get the running etcd cluster version with `etcdctl`:
```sh
ETCDCTL_API=3 etcdctl --endpoints=127.0.0.1:2379 endpoint status
```
## API versioning
2016-06-24 20:40:55 +03:00
The `v3` API responses should not change after the 3.0.0 release but new features will be added over time.