etcd Releases
Track every etcd release. Version timelines, Kubernetes dependency context, cluster upgrade guidance, and performance tuning.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Lifecycle Timeline
Visual overview of active support and maintenance windows.
Upgrade Paths
Migration guidance between major versions — breaking changes, effort estimates, and tips.
Breaking Changes
- Backend database changed (bolt → bbolt)
- Experimental distributed tracing added
- Client balancer completely rewritten
- Lease revoke during leader election fixed
- Some deprecated flags removed
Migration Notes
Take a snapshot backup first. Upgrade one cluster member at a time. The 3.5 release had several critical bug fixes in early patches (3.5.0-3.5.4 had known issues). Use 3.5.10+ for production. For Kubernetes: upgrade Kubernetes, which upgrades etcd automatically via kubeadm.
Version Risk Assessment
Evaluate risk factors before choosing a version for production.
| Version | EOL Risk | CVE Risk | Ecosystem | Cloud Support | Overall | Recommended Action |
|---|---|---|---|---|---|---|
| etcd 3.3 and below | Critical | High | EOL | Dropped | Critical | Way past EOL — blocks K8s upgrades |
| etcd 3.4 | High | Low | Maintenance | Legacy | High | Approaching EOL — upgrade to 3.5 (backup first!) |
| etcd 3.5 (< 3.5.10) | Low | Medium | Active | Full | Medium | Early 3.5 had bugs — patch to 3.5.10+ |
| etcd 3.5.10+ | None | Low | Active | Full | Low | Current — recommended |
Risk combines Kubernetes version alignment, known data safety issues, and patch currency. Assessed as of March 2026.
etcd Version Comparison
Side-by-side feature differences across major versions.
| Feature | 3.4 | 3.5 |
|---|---|---|
| Backend | bolt | bbolt (maintained fork) |
| K8s compatibility | 1.13-1.28 | 1.22+ |
| Distributed tracing | No | Experimental |
| Downgrade support | No | Experimental |
| Client balancer | v2 | v3 (rewritten) |
| Lease performance | Known issues | Fixed |
| Log format | capnslog | zap |
| gRPC gateway | v1 | v2 |
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.