Database
etcd Releases
Track every etcd release from latest stable to end-of-life. Version timelines, EOL dates, and upgrade guidance for Kubernetes and distributed systems teams.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Embed Badges
Add live etcd status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about etcd releases and lifecycle.
How long are etcd versions supported?
etcd supports the latest two minor release branches. Older versions stop receiving patches. Since etcd backs Kubernetes, keeping it updated is critical.
Why is etcd important for Kubernetes?
etcd is the backing store for all Kubernetes cluster data including configuration, state, and metadata. A healthy etcd cluster is essential for a healthy Kubernetes cluster.
How often does etcd release updates?
etcd ships minor versions roughly every 6-12 months. Patch releases with bug fixes and security patches ship as needed.
Can I use etcd outside of Kubernetes?
Yes, etcd is a general-purpose distributed key-value store. It is used for service discovery, configuration management, and distributed locking outside of Kubernetes.